mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Refine index design doc (#10432)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
416a0e740d
commit
beb26a1c19
@ -120,12 +120,12 @@ IndexNode for execution, and update the index status in the MetaTable.
|
||||
|
||||
Delete useless index files, including lower version index files and index files corresponding to the deleted index.
|
||||
In order to distinguish whether the low version index file corresponding to the index has been cleaned up, recycled is
|
||||
introduced as a mark. Only after the index task is completed will the lower version index files be cleaned up, and the
|
||||
index file corresponding to the lower version index file that has been cleaned up is marked as True.
|
||||
introduced as a mark. Only after the index task is completed, the lower version index files will be cleaned up, and the
|
||||
index file corresponding to the lower version index file will be marked as True.
|
||||
|
||||
This is also a timer, which periodically traverses the MetaTable to obtain the index corresponding to the index file
|
||||
that needs to be cleaned up. If the index is marked as deleted, the information corresponding to the index is deleted
|
||||
in the MetaTable. Otherwise, it just cleans up the index file of the lower version.
|
||||
that need to be cleaned up. If the index is marked as deleted, the information corresponding to the index is deleted
|
||||
in the MetaTable. Otherwise, only the lower version index file is cleaned up.
|
||||
|
||||
## 8.4 IndexNode Create Index
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user