mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
ccd794a676
Sometimes default ratio is not good enough (2), since it depends on lots of factors: - size of LIMIT - max_memory_usage - ... So add a separate setting for it. But note that it make sense to set remerge_sort_lowered_memory_bytes_ratio only in range (1, 2] Since <= 1 will just use more CPU, and > 2 will use more RAM and will unlikely be faster. |
||
---|---|---|
.. | ||
0_stateless | ||
1_stateful | ||
bugs | ||
__init__.py | ||
.gitignore | ||
conftest.py | ||
query_test.py | ||
server.py | ||
shell_config.sh | ||
skip_list.json |