> ## 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. 파이프를 [일시 중지](/ko/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에서 복제되지 않습니다.
