6 min read
Managing Mutations in ClickHouse
Understand why ALTER TABLE UPDATE and DELETE operations can grind your ClickHouse cluster to a halt, and learn practical alternatives like insert-select-rename and partition-level operations.