mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
bdb39a6fef
- remove max_bytes_ratio_before_external_{order,group_by}_for_server - change the way max_bytes_ratio_before_external_{order,group_by} works Note, that it is not enough to transform ratio to bytes in executeQuery(), since in this case it will not work for merges and internal queries, plus, you have to reset them for Distributed engine and update it for Merge/View/... This patch also introduce some helpers (see MemoryTrackerUtils) and adjust Aggregator::Params constructor to accept Settings object instead of tons of arguments. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
all.md | ||
array-join.md | ||
distinct.md | ||
except.md | ||
format.md | ||
from.md | ||
group-by.md | ||
having.md | ||
index.md | ||
intersect.md | ||
into-outfile.md | ||
join.md | ||
limit-by.md | ||
limit.md | ||
offset.md | ||
order-by.md | ||
prewhere.md | ||
qualify.md | ||
sample.md | ||
union.md | ||
where.md | ||
with.md |