Consistent naming and better names for fields in TSDB format docs (#8077)

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
pull/8078/head
Ganesh Vernekar 4 years ago committed by GitHub
parent 8c9850c2bb
commit 5de7d15879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,9 +24,9 @@ It is terminated by a table of contents which serves as an entry point into the
│ ├──────────────────────────────────────────────┤ │ │ ├──────────────────────────────────────────────┤ │
│ │ Postings N │ │ │ │ Postings N │ │
│ ├──────────────────────────────────────────────┤ │ │ ├──────────────────────────────────────────────┤ │
│ │ Label Index Table │ │ │ │ Label Offset Table │ │
│ ├──────────────────────────────────────────────┤ │ │ ├──────────────────────────────────────────────┤ │
│ │ Postings Table │ │ │ │ Postings Offset Table │ │
│ ├──────────────────────────────────────────────┤ │ │ ├──────────────────────────────────────────────┤ │
│ │ TOC │ │ │ │ TOC │ │
│ └──────────────────────────────────────────────┘ │ │ └──────────────────────────────────────────────┘ │

@ -25,7 +25,7 @@ The stones section is 0 padded to a multiple of 4 for fast scans.
# Tombstone # Tombstone
``` ```
┌────────────────┬─────────────────┬────────────────┐ ┌───────────────────────┬─────────────────┬────────────────┐
│ref <uvarint64> │ mint <varint64> │ maxt <varint64> series ref <uvarint64> │ mint <varint64> │ maxt <varint64>
└────────────────┴─────────────────┴────────────────┘ └───────────────────────┴─────────────────┴────────────────┘
``` ```

Loading…
Cancel
Save