[Yandex Cloud documentation](../index.md) > [Yandex Managed Service for ClickHouse®](index.md) > Pricing policy

# Managed Service for ClickHouse® pricing policy

In this section, you can find the Managed Service for ClickHouse® pricing [policy](#rules) and [effective prices](#prices) for its resources.

{% note tip %}





For cost estimation, use [this calculator](https://yandex.cloud/en/prices?state=2febafd8c375#calculator) on our website or check out the pricing below.


{% endnote %}

The prices for service products are also available in the [price list](https://yandex.cloud/en/price-list).

{% note info %}

Currency of Service rates (prices) depends on the company you made a contract with:
* Prices in US dollars are applicable to customers of Iron Hive doo Beograd (Serbia) or Direct Cursus Technology L.L.C. (Dubai).
* Prices in Russian roubles are applicable to customers of Yandex.Cloud LLC.

{% endnote %}

All prices in RUB and KZT are inclusive of VAT; in USD, net of VAT.

## Cluster status {#running-stopped}

The prices apply differently depending on the cluster status:

* For a `Running` cluster, you pay for both the computing resources and the size of your storage and backups.
* For a `Stopped` cluster, you only pay for the size of your storage and backups.

{% note alert %}

If a cluster uses local SSD storage (`local-ssd`), its computing resources are not released when it's stopped. This means that you are charged in full even for a stopped cluster.

{% endnote %}


## What goes into the cost of using Managed Service for ClickHouse® {#rules}

The Managed Service for ClickHouse® usage cost includes:

* Disk type and storage size.

* Computing resources allocated to cluster hosts (including ZooKeeper hosts).

* Settings and number of backups.

* Egress traffic from Yandex Cloud to the internet.

You are not charged for ingress traffic and requests to the hybrid storage.

In all calculations: 1 GB = 2<sup>30</sup> bytes, 1 MB = 2<sup>20</sup> bytes.


### Database host usage {#rules-hosts-uptime}

The host operation cost is charged per hour based on what computing resources you allocate for it. You can find the supported resource configurations in the [Host classes](concepts/instance-types.md) section. For the vCPU and RAM prices, see [Prices for the Russia region](#prices).

You can choose a host class both for ClickHouse® and ZooKeeper hosts based on the expected replication load.

{% note warning %}

In clusters with [ClickHouse® Keeper](concepts/replication.md#ck) support off and with two or more ClickHouse® hosts, three ZooKeeper hosts of the lowest class are automatically created for replication and [high availability](concepts/high-availability.md).

{% endnote %}

The minimum billing unit is one minute, e.g., 1.5 minutes of host usage is billed as 2 minutes. You do not pay for the time when the DBMS or ZooKeeper host is unable to perform its main functions.


### Disk space usage {#rules-storage}

You are billed for the following:

* Storage allocated for database clusters.

   * You can only order local SSD storage (`local-ssd`) for clusters with three or more hosts:
        * For **Intel Broadwell** and **Intel Cascade Lake**: In increments of 100 GB.
        * For **Intel Ice Lake** and **AMD Zen 4**: In 368 GB increments.
   * You can order non-replicated SSD storage (`network-ssd-nonreplicated`) only for clusters with three or more hosts, and it must be allocated in 93 GB increments.

* Size of data backups in [local](concepts/storage.md#local-storage-features) and [network](concepts/storage.md) storage:

    * Backups are stored free of charge as long as the combined size of the database and all its backups is smaller than the selected storage size.

    * If the combined size of the database and all its backups exceeds the cluster storage size, you only pay for the portion in excess of the storage size.

   * When performing automatic backups, Managed Service for ClickHouse® does not create a new backup but saves the database changes introduced since the previous one. It means the storage space used by automatic backups only increases in proportion to the amount of changed data.

   * The number of hosts in a cluster does not affect the storage size and, consequently, the amount of free backups.

    For example, if there are N free GB of space in the cluster, the first N GB of backups are stored free of charge.

* Size of cold data backups in a [hybrid storage](concepts/storage.md#hybrid-storage-features):

   * Cold data backups are stored in the same Object Storage bucket as the data itself.

   * The cost of using Object Storage includes both the space used by the backups and the space used by the data itself.

   * When performing automatic backups, Managed Service for ClickHouse® does not create a new backup but saves the database changes introduced since the previous one. As a result, the storage used by automatic backups grows only in proportion to the amount of changes.

The minimum billing unit is 1 GB per minute; e.g., storing 1 GB for 1.5 minutes is billed as 2 minutes.


### Cluster cost calculation example {#example}

Let's calculate the cost of using a cluster with the following properties for 30 days:

* **ClickHouse® hosts**: Three `s3-c2-m8` hosts, Intel Ice Lake, 2 × 100% vCPU, 8 GB RAM.
* **Storage for ClickHouse® hosts**: 100 GB of network HDD storage per host.
* **ZooKeeper hosts** (created automatically): Three `b3-c1-m4` hosts, Intel Ice Lake, 2 × 50% vCPU, 4 GB RAM.
* **Storage for ZooKeeper hosts**: 10 GB of network SSD storage per host.




Cost calculation for ClickHouse® hosts:

> 3 × (2 × $0.0162295056 + 8 × $0.0044262288) = $0.2036065248
>
> Total: $0.2036065248, cost of operation of ClickHouse® hosts per hour.

Where:
* 3: Number of ClickHouse® hosts.
* 2: Number of vCPUs.
* $0.0162295056: Cost of using 100% vCPU per hour.
* 8: Amount of RAM per ClickHouse® host (in GB).
* $0.0044262288: Cost of using 1 GB of RAM at 100% vCPU per hour.

Calculating the cost of storage for ClickHouse® hosts:

> 3 × 100 × $0.0306885197 = $9.20655591
>
> Total: $9.20655591, cost of using the cluster for 30 days.

Where:
* 3: Number of ClickHouse® hosts.
* 100: Amount of network HDD storage (in GB).
* $0.0306885197: Cost of using 1 GB of network HDD storage per month.

Cost calculation for ZooKeeper hosts:

> 3 × (2 × $0.006614753 + 4 × $0.0026459012) = $0.0714393324
>
> Total: $0.0714393324, cost of operation of ZooKeeper hosts per hour.

Where:
* 3: Number of ZooKeeper hosts.
* 2: Number of vCPUs.
* $0.006614753: Cost of using 50% vCPU per hour.
* 4: Amount of RAM per ZooKeeper host (in GB).
* $0.0026459012: Cost of using 1 GB of RAM at 50% vCPU per hour.

Calculating the cost of storage for ZooKeeper hosts:

> 3 × 10 × $0.1286557171 = $3.859671513
>
> Total: $3.859671513, cost of storage for ZooKeeper hosts.

Where:
* 3: Number of ZooKeeper hosts.
* 10: Amount of SSD network storage (in GB).
* $0.1286557171: Cost of using 1 GB of network SSD storage per month.

Total cost calculation:

> 720 × ($0.2036065248 + $0.0714393324) + $9.20655591 + $3.859671513 = $211.099244607
>
> Total: $211.099244607, cost of using the cluster for 30 days.

Where:
* 720: Number of hours in 30 days.
* $0.2036065248, cost of operation of ClickHouse® hosts per hour.
* $0.0714393324, cost of operation of ZooKeeper hosts per hour.
* $9.20655591, cost of storage for ClickHouse® hosts.
* $3.859671513: Cost of storage for ZooKeeper hosts.



## Discount for committed volume of services (CVoS) {#cvos}

You can get a guaranteed discount on service resource usage when you plan for 6 or 12 months ahead. To view the resources eligible for this discount:

1. Navigate to [**Yandex Cloud Billing**](https://center.yandex.cloud/billing/accounts).
1. Click the billing account.
1. Select ![image](../_assets/console-icons/lock.svg) **Committed volume** in the left-hand menu.

A CVoS guarantees a discount on usage, but does not guarantee the availability of the resources you order. You can read more about CVoS in the [relevant Yandex Cloud Billing article](../billing/concepts/cvos.md).

Managed Service for ClickHouse® provides two types of CVoS: for vCPUs and for RAM on the hosts you are going to use in your database clusters. In the management console, you can see how much you can potentially save with CVoS at your current consumption level. You can also estimate your monthly payments for the required number of vCPUs and RAM.

{% note info %}

A CVoS discount is only available for certain types of resources. For unsupported resource types, the relevant CVoS columns under [Prices for the Russia region](#prices) are blank. Currently, you cannot order storage or web traffic this way.

{% endnote %}



## Prices for the Russia region {#prices}



{% note info %}

Yandex Cloud resources are priced differently in different regions. Learn more about available regions in [Regions](../overview/concepts/region.md).

Your payment currency is determined by your contracting legal entity. For more information on creating an account, see [Registering an account in Yandex Cloud](../billing/quickstart/index.md).

{% endnote %}

You cannot order ZooKeeper host resources via CVoS.


{% note info %}

Access to the **Intel Ice Lake (Compute Optimized)** platform is available upon request. Contact [support](https://center.yandex.cloud/support) or your account manager.

{% endnote %}





| Услуга                                                                                                                           | Цена          | Ед. тарификации | Действует с      | Действует до |
| -------------------------------------------------------------------------------------------------------------------------------- | ------------- | --------------- | ---------------- | ------------ |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, AMD Zen 4 HighFreq, 100% vCPU                 | $0.031557372  | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, AMD Zen 4 HighFreq, RAM                       | $0.0062016384 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, AMD Zen 4, 100% vCPU                          | $0.0162295056 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, AMD Zen 4, 100% vCPU, CVoS на 1 год           | $0.0126229488 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, AMD Zen 4, RAM                                | $0.0044262288 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, AMD Zen 4, RAM, CVoS на 1 год                 | $0.0034639339 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Broadwell, 100% vCPU                    | $0.0195081936 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Broadwell, 50% vCPU                     | $0.0058196712 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Broadwell, RAM                          | $0.004463114  | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Cascade Lake, 100% vCPU                 | $0.017213112  | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Cascade Lake, 100% vCPU, CVoS на 1 год  | $0.0134426208 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Cascade Lake, 50% vCPU                  | $0.0061196712 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Cascade Lake, RAM                       | $0.0046721304 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Cascade Lake, RAM, CVoS на 1 год        | $0.0036499994 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake (Compute Optimized), 100% vCPU | $0.0246721272 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake (Compute Optimized), RAM       | $0.0048360648 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake, 100% vCPU                     | $0.0154098336 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake, 100% vCPU, CVoS на 1 год      | $0.0120491784 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake, 100% vCPU, CVoS на 6 месяцев  | $0.013114752  | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake, 50% vCPU                      | $0.0054893434 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake, RAM                           | $0.0042295075 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake, RAM, CVoS на 1 год            | $0.0032991798 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse® Keeper, Intel Ice Lake, RAM, CVoS на 6 месяцев        | $0.0035950814 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, AMD Zen 4 HighFreq, 100% vCPU                        | $0.031557372  | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, AMD Zen 4 HighFreq, RAM                              | $0.0062016384 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, AMD Zen 4, 100% vCPU                                 | $0.0162295056 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, AMD Zen 4, 100% vCPU, CVoS на 1 год                  | $0.0126229488 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, AMD Zen 4, RAM                                       | $0.0044262288 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, AMD Zen 4, RAM, CVoS на 1 год                        | $0.0034639339 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Broadwell, 100% vCPU                           | $0.0204918    | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Broadwell, 20% vCPU                            | $0.0094467198 | vCPU × час      | February 8, 2026 | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Broadwell, 5% vCPU                             | $0.0094467198 | vCPU × час      | February 8, 2026 | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Broadwell, 50% vCPU                            | $0.0094467198 | vCPU × час      | February 8, 2026 | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Broadwell, RAM                                 | $0.0046721304 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, 100% vCPU                        | $0.0181147512 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, 100% vCPU, CVoS на 1 год         | $0.0140983584 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, 100% vCPU, CVoS на 6 месяцев     | $0.0154098336 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, 20% vCPU                         | $0.0094467198 | vCPU × час      | February 8, 2026 | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, 5% vCPU                          | $0.0094467198 | vCPU × час      | February 8, 2026 | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, 50% vCPU                         | $0.0094467198 | vCPU × час      | February 8, 2026 | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, RAM                              | $0.0049139336 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, RAM, CVoS на 1 год               | $0.0038327863 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Cascade Lake, RAM, CVoS на 6 месяцев           | $0.0041762288 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake (Compute Optimized), 100% vCPU        | $0.0259836024 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake (Compute Optimized), RAM              | $0.0050819664 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake, 100% vCPU                            | $0.0162295056 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake, 100% vCPU, CVoS на 1 год             | $0.0126229488 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake, 100% vCPU, CVoS на 6 месяцев         | $0.0137704896 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake, 50% vCPU                             | $0.0094467198 | vCPU × час      | February 8, 2026 | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake, RAM                                  | $0.0044262288 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake, RAM, CVoS на 1 год                   | $0.0034639339 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ClickHouse®, Intel Ice Lake, RAM, CVoS на 6 месяцев               | $0.0037704912 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, AMD Zen 4 HighFreq, 100% vCPU                          | $0.0199180296 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, AMD Zen 4 HighFreq, RAM                                | $0.0036745896 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, AMD Zen 4, 100% vCPU                                   | $0.0102999984 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, AMD Zen 4, RAM                                         | $0.0026459012 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Broadwell, 100% vCPU                             | $0.0127868832 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Broadwell, 20% vCPU                              | $0.0050467205 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Broadwell, 5% vCPU                               | $0.0021622947 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Broadwell, 50% vCPU                              | $0.0070295071 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Broadwell, RAM                                   | $0.0028836061 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Cascade Lake, 100% vCPU                          | $0.0113934408 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Cascade Lake, 20% vCPU                           | $0.0052918024 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Cascade Lake, 5% vCPU                            | $0.0022672128 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Cascade Lake, 50% vCPU                           | $0.0073704906 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Cascade Lake, RAM                                | $0.00302377   | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Ice Lake (Compute Optimized), 100% vCPU          | $0.01639344   | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Ice Lake (Compute Optimized), RAM                | $0.00302377   | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Ice Lake, 100% vCPU                              | $0.0102999984 | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Ice Lake, 50% vCPU                               | $0.006614753  | vCPU × час      | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Вычислительные ресурсы хостов ZooKeeper, Intel Ice Lake, RAM                                    | $0.0026459012 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Публичный IP-адрес                                                                              | $0.0022672128 | IP-адрес × час  | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Резервные копии сверх размера хранилища                                                         | $0.0000251639 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Сверхбыстрое сетевое хранилище с тремя репликами (SSD)                                          | $0.0002991803 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Холодные данные гибридного хранилища и их резервные копии                                       | $0.0000262295 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Хранилище на локальных SSD-дисках                                                               | $0.0001622951 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Хранилище на нереплицируемых SSD-дисках                                                         | $0.0001204918 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Хранилище на сетевых HDD-дисках                                                                 | $0.0000426229 | ГБ × час        | April 30, 2026   | —            |
| Managed Service for ClickHouse®. Хранилище на сетевых SSD-дисках                                                                 | $0.0001786885 | ГБ × час        | April 30, 2026   | —            |



### Outgoing traffic {#prices-traffic}

When using the service, you pay for traffic from Yandex Cloud to the internet. Traffic between internal IP addresses of Yandex Cloud services and incoming internet traffic is free.

The first 100 GB of outgoing traffic per month are free of charge.

The minimum billing unit is 1 MB.




| Услуга                                                    | Цена              | Ед. тарификации | Действует с    | Действует до |
| --------------------------------------------------------- | ----------------- | --------------- | -------------- | ------------ |
| Исходящий трафик, от 0 до 100 единицы тарификации в месяц | Не тарифицируется | ГБ              | April 30, 2026 | —            |
| Исходящий трафик, от 100 единицы тарификации в месяц      | $0.0116393424     | ГБ              | April 30, 2026 | —            |