prometheus/Documentation/format
Fabian Reinartz 78df406dac Allocate and cache strings for persisted blocks
This change loads the full symbol table when we open a persisted block
and allocates a string for each. This ensures that strings retrieved
through the index can be used after the block was closed.
Before we backed the strings by the mmap'd byte regions which would
segfault in this case.

Also remove an inconsistency in the disk format and move both offset
tables to the end (breaking change).
2017-10-02 15:56:57 +02:00
..
chunks.md Add padding between fixed-sized index sections 2017-05-02 12:43:51 +02:00
index.md Allocate and cache strings for persisted blocks 2017-10-02 15:56:57 +02:00
tombstones.md Incorporate PR feedback. 2017-05-26 21:26:31 +05:30