ClickHouse/tests
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
..
ci Update ci_config.json 2020-09-12 15:42:07 +03:00
config Fix error with executable dictionary source 2020-09-07 09:40:01 +03:00
external_models/catboost
fuzz
instructions
integration Merge pull request #14855 from ClickHouse/fix_flaky_test_6 2020-09-16 09:47:51 +03:00
perf_drafts
performance Merge pull request #14710 from ClickHouse/aku/faster-perf 2020-09-14 19:17:34 +03:00
queries [settings]: introduce new query complexity settings for leaf-nodes 2020-09-17 10:37:05 +01:00
testflows Merge pull request #13987 from vitlibar/fix-grant-all-on-table 2020-09-02 05:06:32 +03:00
users.d
.gitignore
clickhouse-client.xml
clickhouse-test Update clickhouse-test 2020-08-27 15:20:59 +03:00
clickhouse-test-server
client-test.xml
CMakeLists.txt
CTestCustom.cmake
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml Set custom prefix in server-test.xml too. 2020-08-03 15:01:00 +03:00
stress
strings_dictionary.xml
tsan_suppressions.txt
users.xml