We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca9e56 commit 08d3c24Copy full SHA for 08d3c24
ydb/core/protos/feature_flags.proto
@@ -131,7 +131,7 @@ message TFeatureFlags {
131
optional bool EnableStatistics = 106 [default = true];
132
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
133
optional bool EnableTablePgTypes = 108 [default = false];
134
- optional bool EnableLocalDBBtreeIndex = 109 [default = false];
+ optional bool EnableLocalDBBtreeIndex = 109 [default = true];
135
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
136
reserved 111; // UseVDisksBalancing
137
optional bool EnableViews = 112 [default = true];
0 commit comments