mirror of
https://github.com/prometheus/prometheus
synced 2025-01-15 11:23:37 +00:00
update docs for symbols indexing change
This commit is contained in:
parent
4792d2bbd1
commit
87a9415bf1
@ -43,7 +43,7 @@ Most of the sections described below start with a `len` field. It always specifi
|
||||
The symbol table holds a sorted list of deduplicated strings that occurred in label pairs of the stored series. They can be referenced from subsequent sections and significantly reduce the total index size.
|
||||
|
||||
The section contains a sequence of the string entries, each prefixed with the string's length in raw bytes. All strings are utf-8 encoded.
|
||||
Strings are referenced by pointing to the beginning of their length field. The strings are sorted in lexicographically ascending order.
|
||||
Strings are referenced by sequential indexing. The strings are sorted in lexicographically ascending order.
|
||||
|
||||
```
|
||||
┌────────────────────┬─────────────────────┐
|
||||
|
Loading…
Reference in New Issue
Block a user