mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
b41421cb1c
The new setting should allow to control query complexity on leaf nodes excluding the final merging stage on the root-node. For example, distributed query that reads 1k rows from 5 shards will breach the `max_rows_to_read=5000`, while effectively every shard reads only 1k rows. With setting `max_rows_to_read_leaf=1500` this limit won't be reached and query will succeed since every shard reads not more that ~1k rows. |
||
---|---|---|
.. | ||
commercial | ||
development | ||
engines | ||
faq | ||
getting-started | ||
guides | ||
images | ||
interfaces | ||
introduction | ||
operations | ||
sql-reference | ||
whats-new | ||
index.md |