influxdb/influxql/internal
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
..
internal.pb.go tsm1 query engine alloc reduction 2016-04-11 14:50:59 -06:00
internal.proto Scopes influxql Protobuf package to prevent clashes 2016-04-05 13:36:47 +01:00