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

特定のテーブルをパイプに追加すると便利なケースがあります。これは、トランザクション処理や分析のワークロードが拡大するにつれて、よく必要になる要件です。

<div id="add-tables-steps">
  ## 特定のテーブルを ClickPipe に追加する手順
</div>

これは、次の手順で実行できます。

1. パイプを[一時停止](/ja/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/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>
