-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor how results are returned to the client
This refactors the internal result returning system to match more closely how we iterative return points between result sets, series, and rows within the series. It uses the updated terminology rather than older terminology that no longer matches how we refer to things in the documentation or within the query engine. The refactor moves the aggregation and chunking behavior from `influxql.Emitter` to the HTTP service so that behavior is isolated to one location rather than sprinkled around in multiple locations.
- Loading branch information
1 parent
0ef033f
commit 74e4b84
Showing
21 changed files
with
1,520 additions
and
1,335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.