Skip to content

Commit db43695

Browse files
committed
EnableLocalDBBtreeIndex
1 parent abc8473 commit db43695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ message TFeatureFlags {
121121
optional bool EnableStatistics = 106 [default = false];
122122
optional bool EnableUuidAsPrimaryKey = 107 [default = false];
123123
optional bool EnableTablePgTypes = 108 [default = false];
124-
optional bool EnableLocalDBBtreeIndex = 109 [default = true];
124+
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
125125
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
126126
optional bool UseVDisksBalancing = 111 [default = false];
127127
optional bool EnableViews = 112 [default = false];
@@ -131,7 +131,7 @@ message TFeatureFlags {
131131
optional bool EnableReplaceIfExistsForExternalEntities = 116 [ default = false];
132132
optional bool EnableCMSRequestPriorities = 117 [default = false];
133133
optional bool EnableKeyvalueLogBatching = 118 [default = false];
134-
optional bool EnableLocalDBFlatIndex = 119 [default = true]; // ?
134+
optional bool EnableLocalDBFlatIndex = 119 [default = true];
135135
optional bool ExtendedVDiskCounters = 120 [default = true];
136136
optional bool ExtendedPDiskSensors = 121 [default = true];
137137
optional bool EnableStableNodeNames = 122 [default = false];

0 commit comments

Comments
 (0)