prometheus/chunks
Fabian Reinartz 96d7f540d4 Persist series without allocating the full set
Change index persistence for series to not be accumulated in memory
before being written as one large batch. `Labels` and `ChunkMeta`
objects are reused.
This cuts down memory spikes during compaction of multiple blocks
significantly.

As part of the the Index{Reader,Writer} now have an explicit notion of
symbols and series must be inserted in order.
2017-08-06 12:06:41 +02:00
..
bstream.go Also add original license info to bstream.go 2017-05-03 01:32:09 +02:00
chunk.go Persist series without allocating the full set 2017-08-06 12:06:41 +02:00
chunk_test.go Add liecence file and headers 2017-04-10 20:59:45 +02:00
xor.go Persist series without allocating the full set 2017-08-06 12:06:41 +02:00