diff options
author | Vitalii Gridnev <gridnevvvit@gmail.com> | 2025-02-07 13:40:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 13:40:18 +0300 |
commit | 18686b50cab48a4c4ac350efe51b59ee4da11d6c (patch) | |
tree | 1e0169ce7af432e9490200ca24a8a5b694bdd8dc | |
parent | f33f619b006dc189f3bddd83eb4d8bf161af2e35 (diff) | |
download | ydb-18686b50cab48a4c4ac350efe51b59ee4da11d6c.tar.gz |
switch default cost based optimization level -> 2 (#14316)
-rw-r--r-- | ydb/tools/query_replay_yt/query_compiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/tools/query_replay_yt/query_compiler.cpp b/ydb/tools/query_replay_yt/query_compiler.cpp index 44d1de98afd..eb9d330ea1c 100644 --- a/ydb/tools/query_replay_yt/query_compiler.cpp +++ b/ydb/tools/query_replay_yt/query_compiler.cpp @@ -238,6 +238,7 @@ public: , HttpGateway(std::move(httpGateway)) { Config->EnableAntlr4Parser = enableAntlr4Parser; + Config->DefaultCostBasedOptimizationLevel = 2; } void Bootstrap() { |