influxdb/cmd/influxd
Ben Johnson 28b585e639 refactor tsdb query engine
This commit refactors the tsdb query engine to use separate aggregate
and raw execution paths, encapsulates cursor functionality, and removes
the TagSetCursor from the aggregate path. By removing the TagSetCursor,
we can pass sets of unordered values to the map functions and bypass
the `container/heap` entirely.
2015-10-22 09:41:12 -06:00
..
backup Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
help Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
restore refactor Points and Rows to dedicated packages 2015-09-16 15:33:08 -05:00
run refactor tsdb query engine 2015-10-22 09:41:12 -06:00
main.go Add build timestamp to version data 2015-09-24 23:40:53 -07:00