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

# 从 ClickPipe 移除特定表

> 从 ClickPipe 移除特定表

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

在某些情况下，将特定表从 Postgres ClickPipe 中排除是有意义的——例如，如果某个表不是分析工作负载所需的，跳过它可以降低 ClickHouse 中的存储和复制成本。

<div id="remove-tables-steps">
  ## 删除特定表的步骤
</div>

第一步是将该表从管道中移除。可按以下步骤操作：

1. [暂停](/zh/integrations/clickpipes/postgres/pause-and-resume)该管道。
2. 点击 Edit Table Settings。
3. 找到你的表——可通过搜索栏进行搜索。
4. 点击已选中的复选框，取消选中该表。

<br />

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/8xU-7NRzcVe16bmG/images/integrations/data-ingestion/clickpipes/postgres/remove_table.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=154ddf32e4620489eedf4928eae2e2d7" border size="md" width="1075" height="699" data-path="images/integrations/data-ingestion/clickpipes/postgres/remove_table.png" />

5. 点击 Update。
6. 更新成功后，在 **Metrics** 选项卡中，状态将显示为 **Running**。该表将不再由此 ClickPipe 复制。
