ClickHouse/tests/queries
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
..
0_stateless [settings]: introduce new query complexity settings for leaf-nodes 2020-09-17 10:37:05 +01:00
1_stateful Merge branch 'master' into enable_some_tests_with_database_atomic 2020-09-14 23:00:14 +03:00
bugs
__init__.py
.gitignore
conftest.py
query_test.py
server.py
shell_config.sh
skip_list.json Merge branch 'master' into enable_some_tests_with_database_atomic 2020-09-14 23:00:14 +03:00