mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
feat(db): try build index every merege interval
Former-commit-id: ee639ab9b93b0a3bd5950276749f0dad3dc53227
This commit is contained in:
parent
0bcb727b46
commit
d7a87d14b1
@ -261,9 +261,7 @@ Status DBImpl::background_merge_files(const std::string& group_id) {
|
||||
merge_files(group_id, kv.first, kv.second);
|
||||
}
|
||||
|
||||
if (has_merge) {
|
||||
try_build_index();
|
||||
}
|
||||
try_build_index();
|
||||
|
||||
_pMeta->cleanup_ttl_files(1);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user