[skip ci]Refine words in segment sealed md (#12048)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/12329/head
yanliang567 2021-11-29 14:21:30 +08:00 committed by GitHub
parent 49c9cae18b
commit 9973a4b250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ Search is executable as long as all the columns involved in the search are loade
2. All the other columns loaded must match the same row count
3. `xxx_ready_bitset_` & `system_ready_count_`
1. Used to record whether the corresponding column is loaded. Bitset corresponds to FieldOffset
2. Query is executable if and only if the following conditions are met:
2. Query is executable if and only if all the following conditions are met:
1. system_ready_count_ == 2 which means all the system columns' RowId/Timestamp are loaded
2. The scalar columns involved in the query has been loaded
2. The scalar columns involved in the query is loaded
3. For the vector columns involved in the query, either the original data or the index is loaded
4. `scalar_indexings_`: store scalar index