Skip to content

Commit 3509647

Browse files
[chore](compaction) Enable schema change new tablet to do compaction by default (#47377)
1 parent 04ef799 commit 3509647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/cloud/config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DEFINE_mBool(save_load_error_log_to_s3, "false");
6464

6565
DEFINE_mInt32(sync_load_for_tablets_thread, "32");
6666

67-
DEFINE_mBool(enable_new_tablet_do_compaction, "false");
67+
DEFINE_mBool(enable_new_tablet_do_compaction, "true");
6868

6969
DEFINE_Int32(delete_bitmap_lock_expiration_seconds, "10");
7070

0 commit comments

Comments
 (0)