influxdb/tsdb/engine
Ben Johnson 668bae57df
parallelize query planning
This commit changes the `tsm1.Engine` to create individual series
iterators in batches so that it can be parallelized. Iterators
are combined at the end so they can be redistributed to the
parallelized merge iterator.
2016-05-11 10:38:11 -06:00
..
tsm1 parallelize query planning 2016-05-11 10:38:11 -06:00
engine.go Lint tsdb and tsdb/engine package 2016-02-10 21:33:46 +01:00