influxdb/tsdb/engine
Jason Wilder ef65ee77f4 Switch WAL byte pools to sync/pool
The current bytes.Pool will hold onto byte slices indefinitely. Large
writes can cause the pool to hold onto very large buffers over time.
Testing w/ sync/pool seems to perform similarly now so using a sync/pool
will allow these buffers to be GC'd when necessary.
2017-04-20 12:28:42 -06:00
..
tsm1 Switch WAL byte pools to sync/pool 2017-04-20 12:28:42 -06:00
engine.go Update godoc for tsm1 package 2017-01-02 07:30:18 -08:00