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

# 重新同步特定表

> 重新同步 MongoDB ClickPipe 中的特定表

在某些情况下，重新同步某个管道中的特定表会很有帮助。例如，MongoDB 中发生了重大的 schema 变更，或者需要在 ClickHouse 中重新建模数据。

虽然通过点击按钮重新同步单个表的功能仍在开发中，但本指南将介绍目前如何在 MongoDB ClickPipe 中实现这一操作。

<div id="removing-table">
  ### 1. 从管道中移除该表
</div>

可参考[移除表指南](/zh/integrations/clickpipes/mongodb/remove-table)进行操作。

<div id="truncate-drop-table">
  ### 2. 在 ClickHouse 中对该表执行 TRUNCATE 或删除操作
</div>

此步骤是为了避免在下一步重新添加该表时出现数据重复。你可以前往 ClickHouse Cloud 的 **SQL 控制台** 选项卡，运行查询来完成此操作。
请注意，如果该表已存在于 ClickHouse 中且不为空，系统会通过校验阻止再次添加该表。

<div id="add-table-again">
  ### 3. 再次将该表添加到 ClickPipe
</div>

随后可按照[添加表指南](/zh/integrations/clickpipes/mongodb/add-table)继续操作。
