Skip to content

Commit

Permalink
Fix performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
loneylee committed Sep 10, 2024
1 parent 4ce5162 commit bef5539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Common/CHUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ void BackendInitializerUtil::initSettings(std::map<std::string, std::string> & b
settings.set(MERGETREE_MERGE_AFTER_INSERT, true);
settings.set(MERGETREE_INSERT_WITHOUT_LOCAL_STORAGE, false);
settings.set(DECIMAL_OPERATIONS_ALLOW_PREC_LOSS, true);
settings.set("remote_filesystem_read_prefetch", false);

for (const auto & [key, value] : backend_conf_map)
{
Expand Down

0 comments on commit bef5539

Please sign in to comment.