mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
88bfb788a9
This patch adds <tmp_policy> config directive, that will define the policy to use for storing temporary files, if it is not set (default) the <tmp_path> will be used. Also tmp_policy has some limitations: - move_factor is ignored - keep_free_space_bytes is ignored - max_data_part_size_bytes is ignored - must have exactly one volume |
||
---|---|---|
.. | ||
clickhouse-local.cpp | ||
CMakeLists.txt | ||
LocalServer.cpp | ||
LocalServer.h |