Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: Remove the process that filters the data#79

Open
RoulleauJulien wants to merge 1 commit into
aprimadi:main from
RoulleauJulien:fix-filtered-data
Open

fix: Remove the process that filters the data #79
RoulleauJulien wants to merge 1 commit into
aprimadi:main from
RoulleauJulien:fix-filtered-data

Conversation

@RoulleauJulien

@RoulleauJulien RoulleauJulien commented Mar 20, 2026

Copy link
Copy Markdown

In InfluxDB, tables don't represent different measurement, but rather distinct datasets. For example, in the InfluxDB web interface, they allow you to display multiple curves on the same graph.
To group data within the same table, you can use the group function (see: https://docs.influxdata.com/influxdb/v2/query-data/flux/group-data/).
It's common to retrieve multiple datasets in a single query to optimize the number of InfluxDB queries.
With the mechanisms added in QueryResult::new, ignoring _fields and table is equivalent to filtering out a large portion of your data during the query if it has identical tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /