mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
dbms: doing synchronous merges non-aggressively [#METR-18006].
This commit is contained in:
parent
fa9553307e
commit
5884a7b536
@ -24,7 +24,7 @@ public:
|
||||
break;
|
||||
|
||||
ProfileEvents::increment(ProfileEvents::SynchronousMergeOnInsert);
|
||||
storage.merge(0, true);
|
||||
storage.merge(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user