mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +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 |
||
---|---|---|
.. | ||
tests | ||
CMakeLists.txt | ||
DiskFactory.cpp | ||
DiskFactory.h | ||
DiskLocal.cpp | ||
DiskLocal.h | ||
DiskMemory.cpp | ||
DiskMemory.h | ||
DiskS3.cpp | ||
DiskS3.h | ||
DiskSpaceMonitor.cpp | ||
DiskSpaceMonitor.h | ||
IDisk.cpp | ||
IDisk.h | ||
registerDisks.cpp | ||
registerDisks.h |