SiriDB / siridb-server

SiriDB is a highly-scalable, robust and super fast time series database. Build from the ground up SiriDB uses a unique mechanism to operate without a global index and allows server resources to be added on the fly. SiriDB's unique query language includes dynamic grouping of time series for easy analysis over large amounts of time series.
https://siridb.com
MIT License
506 stars 48 forks source link

Create alter tag to change a tag name #144

Closed joente closed 4 years ago

joente commented 4 years ago

It is possible to change a group name by using the syntax:

alter group `<GROUP_NAME>` set name '<NEW_NAME>'

Something similar should be possible for tag names:

alter tag `<TAG_NAME>` set name '<NEW_NAME>'
joente commented 4 years ago

Resolved in SiriDB version 2.0.40