SYSTEM STOP MERGES
start потом сделать не забудьте а вам это зачем? у вас что-то случилось?
в новых версиях можно на определенных дисках запретить мержить парты
как всегда :) что то накапливает память, пытаюсь отследить, мерджи слишком много шума вносят
Пасиб, про SYSTEM я и забыл
есть глобальный memory profiling <!-- memory profiling for each query, dump stack trace when 1MiB allocation with query_id not empty Whenever query memory usage becomes larger than every next step in number of bytes the memory profiler will collect the allocating stack trace. Zero means disabled memory profiler. Values lower than a few megabytes will slow down query processing. --> <memory_profiler_step>1048576</memory_profiler_step> <!-- Small allocations and deallocations are grouped in thread local variable and tracked or profiled only when amount (in absolute value) becomes larger than specified value. If the value is higher than 'memory_profiler_step' it will be effectively lowered to 'memory_profiler_step'. --> <max_untracked_memory>1048576</max_untracked_memory> <!-- Collect random allocations and deallocations and write them into system.trace_log with 'MemorySample' trace_type. The probability is for every alloc/free regardless to the size of the allocation. Note that sampling happens only when the amount of untracked memory exceeds 'max_untracked_memory'. You may want to set 'max_untracked_memory' to 0 for extra fine grained sampling. --> <memory_profiler_sample_probability>0.01</memory_profiler_sample_probability> и потом через system.trace_log пробуем посмотреть где больше всего памяти аллоицируется https://github.com/Slach/clickhouse-flamegraph/ если probability чуть побольше поставить чем 0.01 можно попробовать поймать правда наверное это все таки будет аффектить скорость выполнения запросов
Обсуждают сегодня