prometheus/Documentation/format
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
..
chunks.md Add padding between fixed-sized index sections 2017-05-02 12:43:51 +02:00
index.md Persist series without allocating the full set 2017-08-06 12:06:41 +02:00
tombstones.md Incorporate PR feedback. 2017-05-26 21:26:31 +05:30