influxdb/coordinator
Jonathan A. Sternberg 50d404e690 Initial implementation of explain plan
It prints the statistics of each iterator that will access the storage
engine. For each access of the storage engine, it will print the number
of shards that will potentially be accessed, the number of files that
may be accessed, the number of series that will be created, the number
of blocks, and the size of those blocks.
2017-09-01 09:01:10 -05:00
..
config.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go initial fga work 2017-05-26 13:16:27 -07:00
meta_client_test.go initial fga work 2017-05-26 13:16:27 -07:00
points_writer.go Merge pull request #8481 from influxdata/jw-subscriber 2017-06-13 15:55:43 -06:00
points_writer_internal_test.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_test.go Merge pull request #8481 from influxdata/jw-subscriber 2017-06-13 15:55:43 -06:00
shard_mapper.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00
shard_mapper_test.go Pass the select options to the shard mapper again 2017-08-24 09:55:02 -05:00
statement_executor.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00
statement_executor_test.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00