You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal: [Description of the feature]
With the influx CLI tool, when doing a select * from foo, it would be useful to have tags ordered before fields.
Current behavior: [What currently happens]
Columns, both tags and fields, are sorted alphabetically together.
Desired behavior: [What you would like to happen]
Sort the tags alphabetically, and then sort the fields alphabetically, and put the tags before the fields.
Use case: [Why is this important (helps with prioritizing requests)]
When there are many fields and/or tags, separating the two would make it easier to visually identify the important values, or to easily distinguish between changing values and changing sources (hosts, tag sets, cardinals, whatever), or to easily know where to find a tag when you have the same tags on multiple measurements.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions.
Feature Request
Proposal: [Description of the feature]
With the
influx
CLI tool, when doing aselect * from foo
, it would be useful to have tags ordered before fields.Current behavior: [What currently happens]
Columns, both tags and fields, are sorted alphabetically together.
Desired behavior: [What you would like to happen]
Sort the tags alphabetically, and then sort the fields alphabetically, and put the tags before the fields.
Use case: [Why is this important (helps with prioritizing requests)]
When there are many fields and/or tags, separating the two would make it easier to visually identify the important values, or to easily distinguish between changing values and changing sources (hosts, tag sets, cardinals, whatever), or to easily know where to find a tag when you have the same tags on multiple measurements.
The text was updated successfully, but these errors were encountered: