From e0bfadf7f6fa247b5c6edbd88393e720f3febba3 Mon Sep 17 00:00:00 2001 From: SS Date: Tue, 21 Dec 2021 19:17:22 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#13892) Signed-off-by: sida shen --- docs/design_docs/segcore/segment_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/segcore/segment_interface.md b/docs/design_docs/segcore/segment_interface.md index c848c943e5..1f0a0fb907 100644 --- a/docs/design_docs/segcore/segment_interface.md +++ b/docs/design_docs/segcore/segment_interface.md @@ -12,7 +12,7 @@ See design details `${milvus_root}/internal/core/src/segcore/SegmentInterface.h` ## Basic Concepts: -1. Segment: Data is sharded into segment based on written timestamp, and the sharding logic is controlled by data coordinator. +1. Segment: Data is sharded into segments based on written timestamp, and the sharding logic is controlled by data coordinator. 2. Chunk: Further division of segment data, chunk is continuous data for each column - There will be only one chunk in each sealed segment. - In growing segment, chunks are currently divided by a fixed number of rows. With data ingestion, the number of chunks will increase