influxdb/tsdb/engine
Jason Wilder 796de3dcea Reduce encoder pool checkout contention
With higher cardinalities, the encoder pools where become a bottleneck.
This changes the snapshot compactions ot checkout one encoder of each
type and re-use it while writing the snapshots as opposed to repeatedly
checking it out and in.
2017-09-19 15:27:26 -06:00
..
tsm1 Reduce encoder pool checkout contention 2017-09-19 15:27:26 -06:00
engine.go Update godoc for tsm1 package 2017-01-02 07:30:18 -08:00