prometheus/chunks
Fabian Reinartz 5d75a3dc7b Add basic compaction
This adds a basic compactor that will merge two persisted blocks into
one. It simply fully rewrites the index and concatenates the chunk
lists.

It just writes into the current working dir and doesn't properly handle
which blocks to compact for now.
2017-01-02 10:34:55 +01:00
..
bstream.go chunks: varint encoding in first full 64bit numbers 2016-11-30 22:14:23 +01:00
chunk.go Append to chunks cannot error 2016-12-31 10:10:27 +01:00
chunk_test.go Append to chunks cannot error 2016-12-31 10:10:27 +01:00
xor.go Add basic compaction 2017-01-02 10:34:55 +01:00