influxdb/meta
Philip O'Toole 74cb96646c Refactor query engine for distributed query support
With this change, the query engine code gathers information about
shards and tagsets by working with individual shards, collating the
information, and returning that to the client. It does not assume that any
particular shard is local, and accesses all shards through abstracted
Mappers, of which there are two types -- a Mapper type for Raw queries
and a second type for Aggregate queries. There are corresponding
Executors for each type of Mapper, but both types of Executors share the
same interface.
2015-07-15 12:54:55 -07:00
..
internal Fix missing protobuf data fields 2015-06-10 22:48:44 -06:00
config.go Improve AutoCreate camelcase 2015-06-06 17:03:52 -07:00
config_test.go Refactor run command. 2015-05-29 14:59:57 -06:00
data.go Refactor query engine for distributed query support 2015-07-15 12:54:55 -07:00
data_test.go Merge pull request #3169 from jbcrail/fix-spelling-errors 2015-06-29 12:47:35 -04:00
errors.go Enforce minimum retention duration of 1 hour 2015-06-17 11:02:07 -07:00
statement_executor.go Make show stats return error instead of panic 2015-06-29 22:53:02 -06:00
statement_executor_test.go fix #2944: update unit test 2015-06-22 15:40:31 -04:00
store.go Refactor query engine for distributed query support 2015-07-15 12:54:55 -07:00
store_test.go fix #3102: fix race in test 2015-06-30 18:29:36 -04:00