Optimize table (force merge) clickhouse

Force merging of all parts (use with caution on large tables)

clickhouse-client -q 'OPTIMIZE TABLE mydb.mytable FINAL'
more clickhouse all 17 commands →