mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
99ffa3b578
After #26466 you cannot get inaccurate results anymore, since distributed_push_down_limit changes query execution only if: - `distributed_group_by_no_merge` > 0 - query **does not have `GROUP BY`/`DISTINCT`/`LIMIT BY`**, but it has `ORDER BY`/`LIMIT`. - query **has `GROUP BY`/`DISTINCT`/`LIMIT BY`** with `ORDER BY`/`LIMIT` and: - `optimize_skip_unused_shards_limit` is enabled - `optimize_distributed_group_by_sharding_key` is enabled |
||
---|---|---|
.. | ||
commercial | ||
development | ||
engines | ||
faq | ||
getting-started | ||
guides | ||
images | ||
interfaces | ||
introduction | ||
operations | ||
sql-reference | ||
whats-new | ||
index.md |