> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 更新数据

> 更新数据目录

在本文档的这一部分中，你将了解如何更新数据。

| 页面                                                                                    | 说明                                                           |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [更新操作](/docs/zh/concepts/features/operations/update/overview)                              | 概述 ClickHouse 与 OLTP 数据库在数据更新方面的差异，以及 ClickHouse 中可用的各种更新方法。 |
| [即时变更](/docs/zh/concepts/features/operations/update/on-fly-mutations)                      | 无需重写磁盘上的 parts，即可对数据应用变更。                                    |
| [使用 ReplacingMergeTree](/docs/zh/concepts/features/operations/update/replacing-merge-tree) | 了解如何使用 ReplacingMergeTree 进行更新。                              |
