From 87a9415bf173d29cb91a8900f047a266ead368b1 Mon Sep 17 00:00:00 2001 From: Callum Styan Date: Tue, 16 Jan 2018 20:41:25 -0800 Subject: [PATCH] update docs for symbols indexing change --- docs/format/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/format/index.md b/docs/format/index.md index 48366ef8dd..331c20e162 100644 --- a/docs/format/index.md +++ b/docs/format/index.md @@ -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. ``` ┌────────────────────┬─────────────────────┐