mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update typos in segment interface md (#11882)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/11908/head
parent
f519761f3e
commit
6ce0e39ad0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue