> ## 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.

# 向 ClickPipe 添加特定表

> 介绍向 ClickPipe 添加特定表所需的步骤。

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

在某些场景下，需要将特定表添加到管道中，这样会更方便。随着事务型或分析型工作负载规模的扩大，这会成为一种常见需求。

<div id="add-tables-steps">
  ## 将特定表添加到 ClickPipe 的步骤
</div>

可按以下步骤操作：

1. [暂停](/zh/integrations/clickpipes/mongodb/pause-and-resume)管道。
2. 点击“编辑表设置”。
3. 找到目标表，可通过搜索栏进行搜索。
4. 点击复选框选中该表。

<br />

<Image img="https://mintcdn.com/private-7c7dfe99-home-button/u7z0gNe6GWCJXTn9/images/integrations/data-ingestion/clickpipes/postgres/add_table.png?fit=max&auto=format&n=u7z0gNe6GWCJXTn9&q=85&s=39be91623bce9cbd87087607c1841827" border size="md" width="960" height="250" data-path="images/integrations/data-ingestion/clickpipes/postgres/add_table.png" />

5. 点击“更新”。
6. 更新成功后，管道状态将依次变为 `Setup`、`Snapshot` 和 `Running`。该表的初始加载进度可在 **Tables** 选项卡中查看。

<Info>
  新表的快照完成后，现有表的 CDC 会自动恢复。
</Info>
