influxdb/cmd/influxd
Ben Johnson 525e22c92b
tsm1 query engine alloc reduction
This commit makes a number of performance improvements to
reduce allocations during query execution. Several objects
and buffers are now reused across the components to avoid
allocations.

Previously a simple `count(value)` query across 1M points
would require 26,000+ allocations. After the changes in
this commit that number has been reduced to 88.
2016-04-11 14:50:59 -06:00
..
backup Remove custom binary-conversion functions 2016-02-18 13:56:35 -05:00
help Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
restore remove node.json as well, change where we check for raft.db in startup 2016-03-31 17:15:58 -05:00
run tsm1 query engine alloc reduction 2016-04-11 14:50:59 -06:00
main.go Removed builtTime reference from influxd. Removed default version information from influxd. 2016-02-25 09:35:03 -06:00