influxdb/pkg/rhh
Ben Johnson c0a46d2d3d
Fix series file compaction stall.
The series file compaction previously did not snapshot the max
offset before compacting and would keep compacting until it reached
the end of segment file. This caused more entries than expected into
the RHH map and this map gets exponentially slower as it gets close
to full.
2018-01-08 09:53:01 -07:00
..
rhh.go Fix series file compaction stall. 2018-01-08 09:53:01 -07:00
rhh_test.go Fix RHH packing. 2017-01-05 09:34:36 -07:00