> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-home-button.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 删除数据

> 如何在 ClickHouse 中删除数据目录

在本文档的这一部分中，
我们将介绍如何在 ClickHouse 中删除数据。

| 页面                                                                  | 说明                                       |
| ------------------------------------------------------------------- | ---------------------------------------- |
| [概述](/zh/concepts/features/operations/delete/overview)              | 介绍了在 ClickHouse 中删除数据的各种方法。              |
| [轻量级删除](/zh/concepts/features/operations/delete/lightweight-delete) | 了解如何使用轻量级删除来删除数据。                        |
| [删除变更](/zh/concepts/features/operations/delete/delete-mutations)    | 了解删除变更。                                  |
| [截断表](/zh/concepts/features/operations/delete/truncate)             | 了解如何使用 Truncate，它可以在保留表或数据库本身的同时清除其中的数据。 |
| [删除分区](/zh/concepts/features/operations/delete/drop-partition)      | 了解如何在 ClickHouse 中删除分区。                  |
