ClickHouse/docs/ru
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
..
commercial [docs] replace underscores with hyphens (#10606) 2020-04-30 21:19:18 +03:00
development Update developer-instruction.md 2020-08-15 03:08:28 +03:00
engines DOCSUP-2037: Edit and translate PR to RU (#14439) 2020-09-08 18:20:02 +03:00
faq SQL reference refactoring (#10857) 2020-05-15 07:34:54 +03:00
getting-started Fix typos and remove bash sign for copy-and-go docs command. 2020-08-11 21:29:37 +03:00
guides DOCSUP-1916 split reference.md into separate files (#12963) 2020-07-29 09:49:57 +03:00
images [ImgBot] Optimize images 2020-05-11 03:31:47 +00:00
interfaces DOCSUP-2040: Translate PR to RU (#14551) 2020-09-11 15:47:36 +03:00
introduction Move info.md lower in ToC 2020-05-08 18:16:29 +03:00
operations [settings]: introduce new query complexity settings for leaf-nodes 2020-09-17 10:37:05 +01:00
sql-reference Update ext-dict-functions.md 2020-09-15 11:14:51 -03:00
whats-new Fix terrible markup due to wrong @blinkov's script. 2020-08-16 23:07:48 +03:00
index.md [docs] replace underscores with hyphens (#10606) 2020-04-30 21:19:18 +03:00