Skip to content

Commit 08d3c24

Browse files
committed
25-1 EnableLocalDBBtreeIndex = true
1 parent 2ca9e56 commit 08d3c24

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
@@ -131,7 +131,7 @@ message TFeatureFlags {
131131
optional bool EnableStatistics = 106 [default = true];
132132
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
133133
optional bool EnableTablePgTypes = 108 [default = false];
134-
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
134+
optional bool EnableLocalDBBtreeIndex = 109 [default = true];
135135
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
136136
reserved 111; // UseVDisksBalancing
137137
optional bool EnableViews = 112 [default = true];

0 commit comments

Comments
 (0)