This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 9ac0dddaa74 [enhancement](be-meta) disable sync rocksdb by default for
better performance (#32714) (#33145)
9ac0dddaa74 is described below
commit 9ac0dddaa741fa377da5d9a5726842886a7809fd
Author: Xin Liao <[email protected]>
AuthorDate: Tue Apr 2 11:41:31 2024 +0800
[enhancement](be-meta) disable sync rocksdb by default for better
performance (#32714) (#33145)
---
be/src/common/config.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 63a535f0589..7468635c199 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -584,7 +584,7 @@ DEFINE_mInt32(result_buffer_cancelled_interval_time, "300");
DEFINE_mInt32(priority_queue_remaining_tasks_increased_frequency, "512");
// sync tablet_meta when modifying meta
-DEFINE_mBool(sync_tablet_meta, "true");
+DEFINE_mBool(sync_tablet_meta, "false");
// default thrift rpc timeout ms
DEFINE_mInt32(thrift_rpc_timeout_ms, "60000");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]