> ## 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>;
};

특정 테이블(table)을 파이프에 추가하는 것이 유용한 상황이 있습니다. 트랜잭션 처리 또는 분석 워크로드가 커질수록 이는 흔히 필요한 작업이 됩니다.

<div id="add-tables-steps">
  ## ClickPipe에 특정 테이블을 추가하는 단계
</div>

다음 단계에 따라 진행합니다:

1. 파이프를 [일시 중지](/ko/integrations/clickpipes/mongodb/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/add_table.png?fit=max&auto=format&n=8xU-7NRzcVe16bmG&q=85&s=cce2688f7cea635e80cad61836979e39" 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>
