mirror of https://github.com/milvus-io/milvus.git
feat(db): archive after every serliazation
Former-commit-id: bf5191dc707e7336d64534110aa49a2d36da1a1epull/191/head
parent
3958fe5a35
commit
ff3a89b997
|
@ -326,9 +326,7 @@ Status DBImpl<EngineT>::background_merge_files(const std::string& group_id) {
|
|||
merge_files(group_id, kv.first, kv.second);
|
||||
}
|
||||
|
||||
if (has_merge) {
|
||||
_pMeta->archive_files();
|
||||
}
|
||||
_pMeta->archive_files();
|
||||
|
||||
try_build_index();
|
||||
|
||||
|
|
Loading…
Reference in New Issue