Skip to content

Commit 65c2dde

Browse files
authored
Dropped index_auto_choose_mode flag from local-ydb config with env YDB_EXPERIMENTAL_P=1 (#26129)
1 parent 57f0b05 commit 65c2dde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/tests/library/harness/kikimr_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ def __init__(
477477

478478
if pg_compatible_expirement:
479479
self.yaml_config["table_service_config"]["enable_ast_cache"] = True
480-
self.yaml_config["table_service_config"]["index_auto_choose_mode"] = 'max_used_prefix'
481480
self.yaml_config["feature_flags"]['enable_temp_tables'] = True
482481
self.yaml_config["feature_flags"]['enable_table_pg_types'] = True
483482
self.yaml_config['feature_flags']['enable_pg_syntax'] = True

0 commit comments

Comments
 (0)