influxdb/cmd/influxd/run
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
..
command.go Add build timestamp to version data 2015-09-24 23:40:53 -07:00
config.go Refactor registration as a service 2015-10-19 15:01:14 -07:00
config_command.go Apply env overrideds for config command 2015-08-19 13:52:28 -06:00
config_test.go Refactor registration as a service 2015-10-19 15:01:14 -07:00
server.go Periodic upload of stats to Enterprise 2015-10-19 15:25:07 -07:00
server_helpers_test.go refactor tsdb query engine 2015-10-22 09:41:12 -06:00
server_test.go refactor tsdb query engine 2015-10-22 09:41:12 -06:00
server_test.md Fix typos. 2015-10-17 07:50:45 -07:00