Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,7 @@ public static int metaServiceRpcRetryTimes() {
public static boolean enable_light_index_change = true;

@ConfField(mutable = true, masterOnly = true)
public static boolean enable_create_bitmap_index_as_inverted_index = false;
public static boolean enable_create_bitmap_index_as_inverted_index = true;

@ConfField(mutable = true)
public static boolean enable_create_inverted_index_for_array = false;
Expand Down