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 f5eb3bd commit f7cea89Copy full SHA for f7cea89
ydb/core/protos/feature_flags.proto
@@ -121,7 +121,7 @@ message TFeatureFlags {
121
optional bool EnableStatistics = 106 [default = true];
122
optional bool EnableUuidAsPrimaryKey = 107 [default = true];
123
optional bool EnableTablePgTypes = 108 [default = false];
124
- optional bool EnableLocalDBBtreeIndex = 109 [default = false];
+ optional bool EnableLocalDBBtreeIndex = 109 [default = true];
125
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
126
optional bool UseVDisksBalancing = 111 [default = false];
127
optional bool EnableViews = 112 [default = false];
0 commit comments