[skip e2e] Fix grammar (#13892)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13898/head
SS 2021-12-21 19:17:22 +08:00 committed by GitHub
parent 2a6168e937
commit e0bfadf7f6
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 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