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

場合によっては、MySQL ClickPipe から特定のテーブルを除外するのが適切です。たとえば、あるテーブルが分析ワークロードに不要な場合は、そのテーブルをスキップすることで、ClickHouse におけるストレージコストとレプリケーションコストを削減できます。

<div id="remove-tables-steps">
  ## 特定のテーブルを除外する手順
</div>

最初のステップは、そのテーブルをパイプから除外することです。手順は次のとおりです。

1. パイプを[一時停止](/ja/integrations/clickpipes/mysql/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/remove_table.png?fit=max&auto=format&n=kkh98eOd_iRyUp1R&q=85&s=380b85bcb9249eebbf274c989f282be4" border size="md" width="1075" height="699" data-path="images/integrations/data-ingestion/clickpipes/postgres/remove_table.png" />

5. update をクリックします。
6. 更新が正常に完了すると、**Metrics** タブのステータスが **Running** になります。このテーブルは今後、この ClickPipe ではレプリケートされません。
