From 1e118e71a12d108d0ecb8b9781a2e0738fa3044f Mon Sep 17 00:00:00 2001 From: SS Date: Tue, 21 Dec 2021 19:21:09 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#13893) Signed-off-by: sida shen --- docs/design_docs/segcore/segment_growing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/segcore/segment_growing.md b/docs/design_docs/segcore/segment_growing.md index bbb425e958..77e05beb89 100644 --- a/docs/design_docs/segcore/segment_growing.md +++ b/docs/design_docs/segcore/segment_growing.md @@ -16,7 +16,7 @@ Rows per segment are controlled by parameters `size_per_Chunk ` config When inserting, first allocate enough space to ensure `total_size <= num_chunk * size_per_chunk`, and then convert data from row format to column format. -During search, each 'chunk' will be searched, and the search results will be saved as 'subquery result', then reduced into TopK. +During a search, each 'chunk' will be searched, and the search results will be saved as 'subquery result', then reduced into TopK. Growing Segment also implements small batch index for vectors. The parameters of small batch index are preset in `segcore config`