In this section of the documentation, we will explore how to delete data in ClickHouse.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-port-beta-badge-galaxy-extend.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Page | Description |
|---|---|
| Overview | Provides an overview of the various ways to delete data in ClickHouse. |
| Lightweight deletes | Learn how to use the Lightweight Delete to delete data. |
| Delete mutations | Learn about Delete Mutations. |
| Truncate table | Learn about how to use Truncate, which allows the data in a table or database to be removed, while preserving its existence. |
| Drop partitions | Learn about Dropping Partitions in ClickHouse. |