mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Fix grammar (#13786)
Signed-off-by: sida shen <sida.shen@zilliz.com>
This commit is contained in:
parent
add51f6c24
commit
11c9958a98
@ -12,7 +12,7 @@ Growing segment has the following additional interfaces:
|
|||||||
|
|
||||||
Growing segment stores data in the form of chunk. The number of rows in each chunk is restricted by configs.
|
Growing segment stores data in the form of chunk. The number of rows in each chunk is restricted by configs.
|
||||||
|
|
||||||
Rows per segment is controlled by parameters `size_per_Chunk ` config
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user