提交 7509e28d 编写于 作者: X Xu Peng

feat(db): try build index every interval


Former-commit-id: 15571dc68be30524189c73800ce8050ed8a2f9aa
上级 af39787c
...@@ -246,9 +246,9 @@ Status DBImpl::background_merge_files(const std::string& group_id) { ...@@ -246,9 +246,9 @@ Status DBImpl::background_merge_files(const std::string& group_id) {
return status; return status;
} }
if (raw_files.size() == 0) { /* if (raw_files.size() == 0) { */
return Status::OK(); /* return Status::OK(); */
} /* } */
bool has_merge = false; bool has_merge = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册