[skip ci]Update typos in segment interface md (#11882)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/11908/head
yanliang567 2021-11-16 18:47:14 +08:00 committed by GitHub
parent f519761f3e
commit 6ce0e39ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,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.
2. Chunk: further division of segment data, chunk is continuous data for each column
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
3. Span: Similar to std::span, point to continuous data in memory