Skip to content

Commit f7cea89

Browse files
committed
EnableLocalDBBtreeIndex = true
1 parent f5eb3bd commit f7cea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ message TFeatureFlags {
121121
optional bool EnableStatistics = 106 [default = true];
122122
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
123123
optional bool EnableTablePgTypes = 108 [default = false];
124-
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
124+
optional bool EnableLocalDBBtreeIndex = 109 [default = true];
125125
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
126126
optional bool UseVDisksBalancing = 111 [default = false];
127127
optional bool EnableViews = 112 [default = false];

0 commit comments

Comments
 (0)