File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ message TFeatureFlags {
121
121
optional bool EnableStatistics = 106 [default = false ];
122
122
optional bool EnableUuidAsPrimaryKey = 107 [default = false ];
123
123
optional bool EnableTablePgTypes = 108 [default = false ];
124
- optional bool EnableLocalDBBtreeIndex = 109 [default = true ];
124
+ optional bool EnableLocalDBBtreeIndex = 109 [default = false ];
125
125
optional bool EnablePDiskHighHDDInFlight = 110 [default = false ];
126
126
optional bool UseVDisksBalancing = 111 [default = false ];
127
127
optional bool EnableViews = 112 [default = false ];
@@ -131,7 +131,7 @@ message TFeatureFlags {
131
131
optional bool EnableReplaceIfExistsForExternalEntities = 116 [ default = false ];
132
132
optional bool EnableCMSRequestPriorities = 117 [default = false ];
133
133
optional bool EnableKeyvalueLogBatching = 118 [default = false ];
134
- optional bool EnableLocalDBFlatIndex = 119 [default = true ]; // ?
134
+ optional bool EnableLocalDBFlatIndex = 119 [default = true ];
135
135
optional bool ExtendedVDiskCounters = 120 [default = true ];
136
136
optional bool ExtendedPDiskSensors = 121 [default = true ];
137
137
optional bool EnableStableNodeNames = 122 [default = false ];
You can’t perform that action at this time.
0 commit comments