> ## 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.

# 스토리지와 컴퓨트를 분리하여 ClickHouse를 배포할 수 있습니까?

> 이 페이지에서는 스토리지와 컴퓨트를 분리하여 ClickHouse를 배포할 수 있는지에 대한 답변을 제공합니다

짧게 답하면 "예"입니다.

객체 스토리지(S3, GCS)는 ClickHouse 테이블 데이터의 탄력적인 프라이머리 스토리지 백엔드로 사용할 수 있습니다. [S3-backed MergeTree](/ko/integrations/connectors/data-ingestion/AWS/integrating-s3-with-clickhouse) 및 [GCS-backed MergeTree](/ko/reference/functions/table-functions/gcs) 가이드가 제공됩니다. 이 구성에서는 메타데이터만 컴퓨트 노드의 로컬에 저장됩니다. 추가 노드는 메타데이터만 복제하면 되므로, 이 방식에서는 컴퓨트 리소스를 쉽게 확장하거나 축소할 수 있습니다.
