未验证 提交 5de7d158 编写于 作者: G Ganesh Vernekar 提交者: GitHub

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

Signed-off-by: NGanesh Vernekar <cs15btech11018@iith.ac.in>
上级 8c9850c2
......@@ -24,9 +24,9 @@ It is terminated by a table of contents which serves as an entry point into the
│ ├──────────────────────────────────────────────┤ │
│ │ Postings N │ │
│ ├──────────────────────────────────────────────┤ │
│ │ Label Index Table │ │
│ │ Label Offset Table │ │
│ ├──────────────────────────────────────────────┤ │
│ │ Postings Table │ │
│ │ Postings Offset Table │ │
│ ├──────────────────────────────────────────────┤ │
│ │ TOC │ │
│ └──────────────────────────────────────────────┘ │
......
......@@ -25,7 +25,7 @@ The stones section is 0 padded to a multiple of 4 for fast scans.
# Tombstone
```
┌────────────────┬─────────────────┬────────────────┐
│ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
└────────────────┴─────────────────┴────────────────┘
┌───────────────────────┬─────────────────┬────────────────┐
series ref <uvarint64> │ mint <varint64> │ maxt <varint64>│
└───────────────────────┴─────────────────┴────────────────┘
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册