Skip to content

Commit 1d9eb5a

Browse files
authored
some fixes applied to query replay tool (#14423)
1 parent 30f1c6c commit 1d9eb5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/tools/query_replay_yt/query_compiler.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ class TReplayCompileActor: public TActorBootstrapped<TReplayCompileActor> {
239239
{
240240
Config->EnableAntlr4Parser = enableAntlr4Parser;
241241
Config->DefaultCostBasedOptimizationLevel = 2;
242+
Config->EnableKqpDataQueryStreamLookup = true;
243+
Config->IndexAutoChooserMode = NKikimrConfig::TTableServiceConfig_EIndexAutoChooseMode::TTableServiceConfig_EIndexAutoChooseMode_MAX_USED_PREFIX;
242244
}
243245

244246
void Bootstrap() {

0 commit comments

Comments
 (0)