ClickHouse/docs/ru/operations/settings
roman b41421cb1c [settings]: introduce new query complexity settings for leaf-nodes
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.
2020-09-17 10:37:05 +01:00
..
constraints-on-settings.md DOCS-624: Fixing links to nowhere (#10675) 2020-05-06 09:13:29 +03:00
index.md DOCS-624: Fixing links to nowhere (#10675) 2020-05-06 09:13:29 +03:00
merge-tree-settings.md Some fixes at ru merge-tree-settings.md (#10837) 2020-05-12 12:30:08 +03:00
permissions-for-queries.md DOCS-624: Fixing links to nowhere (#10675) 2020-05-06 09:13:29 +03:00
query-complexity.md [settings]: introduce new query complexity settings for leaf-nodes 2020-09-17 10:37:05 +01:00
settings-profiles.md DOCS-626: EN review, RU translations for RBAC docs (#10951) 2020-05-15 23:30:51 +03:00
settings-users.md DOCS-626: EN review, RU translations for RBAC docs (#10951) 2020-05-15 23:30:51 +03:00
settings.md Minor update in English text and translation into Russian. (#14240) 2020-09-03 21:11:46 +03:00