We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f1c6c commit 1d9eb5aCopy full SHA for 1d9eb5a
ydb/tools/query_replay_yt/query_compiler.cpp
@@ -239,6 +239,8 @@ class TReplayCompileActor: public TActorBootstrapped<TReplayCompileActor> {
239
{
240
Config->EnableAntlr4Parser = enableAntlr4Parser;
241
Config->DefaultCostBasedOptimizationLevel = 2;
242
+ Config->EnableKqpDataQueryStreamLookup = true;
243
+ Config->IndexAutoChooserMode = NKikimrConfig::TTableServiceConfig_EIndexAutoChooseMode::TTableServiceConfig_EIndexAutoChooseMode_MAX_USED_PREFIX;
244
}
245
246
void Bootstrap() {
0 commit comments