prometheus/tsdb/index
Brian Brazil 4df814f509
Don't buffer up tables in memory on compaction. (#6422)
We can instead write it as we go, and then go back and write in the
length at the end.

Also fix the compaction benchmark, which indicates no changes.

For the benchmark, this brings maximum memory usage of the buffers 
from ~200kB down to 128B.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2019-12-11 12:49:13 +00:00
..
index.go Don't buffer up tables in memory on compaction. (#6422) 2019-12-11 12:49:13 +00:00
index_test.go Port tsdb to use pkg/labels. (#6326) 2019-11-18 11:53:33 -08:00
postings.go Fix typo in posting stats. (#6343) 2019-11-19 21:03:24 +00:00
postings_test.go Port tsdb to use pkg/labels. (#6326) 2019-11-18 11:53:33 -08:00
postingsstats.go Head Cardinality Status Page (#6125) 2019-11-04 19:06:13 -07:00
postingsstats_test.go Head Cardinality Status Page (#6125) 2019-11-04 19:06:13 -07:00