> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-home-button.mintlify.site/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}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

<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](/products/cloud/features/infrastructure/shared-merge-tree) and [warehouse](/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-home-button/_21esTusVC0YTooo/images/cloud/reference/private-gov-architecture.png?fit=max&auto=format&n=_21esTusVC0YTooo&q=85&s=7524361c1764458c5765dddca7575341" size="md" alt="ClickHouse Private Architecture" background="black" width="980" height="962" data-path="images/cloud/reference/private-gov-architecture.png" />

<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   |
| Bare metal  | Kubernetes                       | AIStor (NVMe required)      | Preview   |

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

Customers may [contact us](https://clickhouse.com/company/contact?loc=nav) to request a call to review ClickHouse Private for their use case. Use cases meeting minimum size requirements and deployed to supported configurations will be reviewed. Onboarding is limited. The installation process involves following an install guide for the specific environment where ClickHouse will be deployed using images and Helm charts downloaded from AWS ECR.
