mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +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. |
||
---|---|---|
.. | ||
constraints-on-settings.md | ||
index.md | ||
merge-tree-settings.md | ||
permissions-for-queries.md | ||
query-complexity.md | ||
settings-profiles.md | ||
settings-users.md | ||
settings.md |