File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ It is terminated by a table of contents which serves as an entry point into the
24
24
│ ├──────────────────────────────────────────────┤ │
25
25
│ │ Postings N │ │
26
26
│ ├──────────────────────────────────────────────┤ │
27
- │ │ Label Index Table │ │
27
+ │ │ Label Offset Table │ │
28
28
│ ├──────────────────────────────────────────────┤ │
29
- │ │ Postings Table │ │
29
+ │ │ Postings Offset Table │ │
30
30
│ ├──────────────────────────────────────────────┤ │
31
31
│ │ TOC │ │
32
32
│ └──────────────────────────────────────────────┘ │
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The stones section is 0 padded to a multiple of 4 for fast scans.
25
25
# Tombstone
26
26
27
27
```
28
- ┌────────────────┬─────────────────┬────────────────┐
29
- │ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
30
- └────────────────┴─────────────────┴────────────────┘
28
+ ┌─────────────────────── ┬─────────────────┬────────────────┐
29
+ │series ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
30
+ └─────────────────────── ┴─────────────────┴────────────────┘
31
31
```
You can’t perform that action at this time.
0 commit comments