[skip ci] Fix grammar (#13365)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13371/head
SS 2021-12-14 19:59:42 +08:00 committed by GitHub
parent 10ebcc6f0e
commit 36e913009f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ See design details `${milvus_root}/internal/core/src/segcore/SegmentInterface.h`
## Basic Concepts
1. Segment: Data sharded into segment based on written timestamp, and the sharding logic is controlled by data coordinator.
1. Segment: Data is sharded into segment 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