diff options
| -rw-r--r-- | ydb/tools/query_replay_yt/query_compiler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/tools/query_replay_yt/query_compiler.cpp b/ydb/tools/query_replay_yt/query_compiler.cpp index 2a08afbe8ef..8236eecee23 100644 --- a/ydb/tools/query_replay_yt/query_compiler.cpp +++ b/ydb/tools/query_replay_yt/query_compiler.cpp @@ -239,6 +239,8 @@ public: { Config->EnableAntlr4Parser = enableAntlr4Parser; Config->DefaultCostBasedOptimizationLevel = 2; + Config->EnableKqpDataQueryStreamLookup = true; + Config->IndexAutoChooserMode = NKikimrConfig::TTableServiceConfig_EIndexAutoChooseMode::TTableServiceConfig_EIndexAutoChooseMode_MAX_USED_PREFIX; } void Bootstrap() { |
