Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-replace-private-preview-badge-man.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

In this section of the documentation, we will explore how to delete data in ClickHouse.
PageDescription
OverviewProvides an overview of the various ways to delete data in ClickHouse.
Lightweight deletesLearn how to use the Lightweight Delete to delete data.
Delete mutationsLearn about Delete Mutations.
Truncate tableLearn about how to use Truncate, which allows the data in a table or database to be removed, while preserving its existence.
Drop partitionsLearn about Dropping Partitions in ClickHouse.