influxdata / influxdata/influxdb
[feature request] RENAME TAG
Open
1.x
kind/feature-request
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
From https://github.com/influxdb/influxdb/issues/828#issuecomment-83224779
e.g. `RENAME TAG foo TO bar ON measurement`
Would have to update all CQs, too.
Contributor guide
Research direction
Start by locating the command handling for `RENAME TAG foo TO bar ON measurement` and the continuous-query (CQ) definitions affected by a tag rename. Confirm how existing tags and measurements are represented, then define completion as renaming the tag and updating all affected CQs without breaking their behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100