ClickHouse 数据库日常操作使用汇总

ClickHouse 系统操作

查看系统进程

select * from system.processes; 

kill 系统进程

KILL QUERY WHERE query_id = '';