> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.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. 파이프를 [일시 중지](/ko/integrations/clickpipes/postgres/pause-and-resume)합니다.
2. `Edit Table settings`를 클릭합니다.
3. 추가할 테이블을 찾습니다. 검색창에서 검색하면 됩니다.
4. 체크박스를 클릭하여 테이블을 선택합니다.

<br />

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

5. `update`를 클릭합니다.
6. 업데이트가 성공하면 파이프 상태는 순서대로 `Setup`, `Snapshot`, `Running`이 됩니다. 테이블의 초기 적재 진행 상황은 **Tables** 탭에서 확인할 수 있습니다.

<Info>
  기존 테이블의 CDC는 새 테이블의 스냅샷이 완료되면 자동으로 재개됩니다.
</Info>
