Skip to content

Commit bd3c9d7

Browse files
authored
enable index auto-choose by default 24-4 (ydb-platform#15033)
1 parent e8a762b commit bd3c9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ message TTableServiceConfig {
273273
ONLY_POINTS = 2; // Accepts iff point prefix len > 0
274274
MAX_USED_PREFIX = 3;
275275
}
276-
optional EIndexAutoChooseMode IndexAutoChooseMode = 50 [default = DISABLED];
276+
optional EIndexAutoChooseMode IndexAutoChooseMode = 50 [default = MAX_USED_PREFIX];
277277

278278
optional bool EnableColumnsWithDefault = 51 [default = true];
279279

0 commit comments

Comments
 (0)