We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Those fields have special meaning to the database. Currently if a series has a tag named "id", the output of show series has two columns named "id":
show series
{ "results": [ { "series": [ { "name": "random_measurement_0", "columns": ["id","foo","host","id","region","time"], "values": [ [1293,"bar6","server6","id_9","west","time_2"] ] } ] } ] }
The text was updated successfully, but these errors were encountered:
I would expand this to say it should disallow tags and fields with those names. Also, it should disallow a field named tags
tags
Sorry, something went wrong.
👍 ran into an issue for this
I don't think this is an issue for "id" anymore, but it's definitely still an issue for "time". Any entry for "time" is unqueryable.
Merge pull request #1834 from influxdata/bj-fix-help-hang
7099bb0
Fix hang on help command.
jsternberg
No branches or pull requests
Those fields have special meaning to the database. Currently if a series has a tag named "id", the output of
show series
has two columns named "id":The text was updated successfully, but these errors were encountered: