influxdb/cmd/influxd/run
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_restore_test.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
command.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
config.go remove startup check for monitoring 2016-03-14 16:55:54 +00:00
config_command.go Add graphite and udp services to the default config generator 2016-02-16 10:12:48 -05:00
config_test.go Code cleanups 2016-02-22 15:06:05 -07:00
server.go Modify cluster.TSDBStore interface to take a slice of meta.ShardInfo 2016-04-05 16:40:32 -04:00
server_bench_test.go tsm1 query engine alloc reduction 2016-04-11 14:50:59 -06:00
server_cluster_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
server_dataonly.go Add a build tag to disable all services except TCP endpoint 2016-03-15 20:27:01 -06:00
server_default.go Add a build tag to disable all services except TCP endpoint 2016-03-15 20:27:01 -06:00
server_helpers_test.go in memory meta, single node configs, etc. 2016-03-14 16:55:54 +00:00
server_suite_test.go Let SHARD DURATION be specified in isolation 2016-03-31 17:42:50 +01:00
server_test.go Integration test to check for empty tag behavior 2016-04-11 14:00:08 -04:00
server_test.md Fix typos. 2015-10-17 07:50:45 -07:00