> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse Private

> Overview of ClickHouse Private offering

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

<h2 id="overview">
  Overview
</h2>

ClickHouse Private is a self-deployed package consisting of the same proprietary version of ClickHouse that runs on ClickHouse Cloud and our ClickHouse Operator, configured for separation of compute and storage.

<Info>
  **Note**

  ClickHouse Private is designed for large enterprises deploying > 2 TB memory requiring full control over their dedicated infrastructure. Customers are responsible for managing all infrastructure and should be knowledgeable on operating ClickHouse at scale. This option is only available by [contacting us](https://clickhouse.com/company/contact?loc=nav).
</Info>

<h2 id="benefits-over-os">
  Benefits over open-source
</h2>

The following features differentiate ClickHouse Private from self-managed open source deployments:

* Native separation of compute and storage
* Proprietary cloud features such as [shared merge tree](/docs/products/cloud/features/infrastructure/shared-merge-tree) and [warehouse](/docs/products/cloud/features/infrastructure/warehouses) functionality
* ClickHouse database and operator versions fully tested and validated in ClickHouse Cloud
* API for programmatic operations, including backups and scaling operations

<h2 id="architecture">
  Architecture
</h2>

ClickHouse Private is fully self-contained within your deployment environment, offering our cloud native separation of compute and storage.

<br />

<Image img="https://mintcdn.com/private-7c7dfe99/Ph2XgLY43sq6v4yO/images/cloud/reference/private-gov-architecture.webp?fit=max&auto=format&n=Ph2XgLY43sq6v4yO&q=85&s=76533ec946976f088636a40dcc9787f8" size="md" alt="ClickHouse Private Architecture" background="black" width="980" height="962" data-path="images/cloud/reference/private-gov-architecture.webp" />

<br />

<h2 id="supported-configurations">
  Supported configurations
</h2>

ClickHouse Private is currently supported in the following configurations:

| Environment | Orchestration                    | Storage                     | Status    |
| :---------- | :------------------------------- | :-------------------------- | :-------- |
| AWS         | Elastic Kubernetes Service (EKS) | Simple Storage Service (S3) | Available |
| GCP         | Google Kubernetes Service (GKS)  | Google Cloud Storage (GCS)  | Preview   |

<h2 id="onboarding-process">
  Onboarding process
</h2>

Customers interested in ClickHouse Private can [contact us](https://clickhouse.com/company/contact) to schedule a review call for their use case. Requests that meet minimum size requirements and target supported configurations will be considered - note that onboarding capacity is limited. Setup involves following an environment-specific install guide using images and Helm charts pulled from AWS ECR.
