From 207d8a4c38d5591b7c77abc6fef0059a0aef1b03 Mon Sep 17 00:00:00 2001 From: Fiona Liao Date: Thu, 13 Feb 2025 14:19:19 +0000 Subject: [PATCH] Update index.md Signed-off-by: Fiona Liao --- tsdb/docs/format/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/docs/format/index.md b/tsdb/docs/format/index.md index e0ef21bd5b..bc03482f2c 100644 --- a/tsdb/docs/format/index.md +++ b/tsdb/docs/format/index.md @@ -86,7 +86,7 @@ Chunk references within single series must be increasing, and chunk references f This property guarantees that chunks that belong to the same series are grouped together in the segment files. Furthermore chunk `mint` must be less or equal than `maxt`, and subsequent chunks within single series must have increasing `mint` and `maxt` and not overlap. -`mint` of the first chunk is stored, it's `maxt` is stored as a delta and the `mint` and `maxt` are encoded as deltas to the previous time for subsequent chunks. Similarly, the reference of the first chunk is stored and the next ref is stored as a delta to the previous one. +`mint` of the first chunk is stored, i's `maxt` is stored as a delta and the `mint` and `maxt` are encoded as deltas to the previous time for subsequent chunks. Similarly, the reference of the first chunk is stored and the next ref is stored as a delta to the previous one. ``` ┌──────────────────────────────────────────────────────────────────────────┐