You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/reference/03_billing/01_billing_overview.md
+1-261Lines changed: 1 addition & 261 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@ title: 'Pricing'
5
5
description: 'Overview page for ClickHouse Cloud pricing'
6
6
---
7
7
8
-
import ClickPipesFAQ from '../../_snippets/_clickpipes_faq.md'
9
-
10
8
For pricing information, see the [ClickHouse Cloud Pricing](https://clickhouse.com/pricing#pricing-calculator) page.
11
9
ClickHouse Cloud bills based on the usage of compute, storage, [data transfer](/cloud/manage/network-data-transfer) (egress over the internet and cross-region), and [ClickPipes](/integrations/clickpipes).
12
10
To understand what can affect your bill, and ways that you can manage your spend, keep reading.
@@ -360,262 +358,4 @@ However, combining two services in a warehouse and idling one of them helps you
360
358
361
359
## ClickPipes pricing {#clickpipes-pricing}
362
360
363
-
### ClickPipes for Postgres CDC {#clickpipes-for-postgres-cdc}
364
-
365
-
This section outlines the pricing model for our Postgres Change Data Capture (CDC)
366
-
connector in ClickPipes. In designing this model, our goal was to keep pricing
367
-
highly competitive while staying true to our core vision:
368
-
369
-
> Making it seamless and
370
-
affordable for customers to move data from Postgres to ClickHouse for
371
-
real-time analytics.
372
-
373
-
The connector is over **5x more cost-effective** than external
374
-
ETL tools and similar features in other database platforms.
375
-
376
-
:::note
377
-
Pricing will start being metered in monthly bills beginning **September 1st, 2025,**
378
-
for all customers (both existing and new) using Postgres CDC ClickPipes. Until
379
-
then, usage is free. Customers have a 3-month window starting May 29 (GA announcement)
380
-
to review and optimize their costs if needed, although we expect most will not need
381
-
to make any changes.
382
-
:::
383
-
384
-
#### Pricing dimensions {#pricing-dimensions}
385
-
386
-
There are two main dimensions to pricing:
387
-
388
-
1.**Ingested Data**: The raw, uncompressed bytes coming from Postgres and
389
-
ingested into ClickHouse.
390
-
2.**Compute**: The compute units provisioned per service manage multiple
391
-
Postgres CDC ClickPipes and are separate from the compute units used by the
392
-
ClickHouse Cloud service. This additional compute is dedicated specifically
393
-
to Postgres CDC ClickPipes. Compute is billed at the service level, not per
394
-
individual pipe. Each compute unit includes 2 vCPUs and 8 GB of RAM.
395
-
396
-
#### Ingested data {#ingested-data}
397
-
398
-
The Postgres CDC connector operates in two main phases:
399
-
400
-
-**Initial load / resync**: This captures a full snapshot of Postgres tables
401
-
and occurs when a pipe is first created or re-synced.
402
-
-**Continuous Replication (CDC)**: Ongoing replication of changes—such as inserts,
403
-
updates, deletes, and schema changes—from Postgres to ClickHouse.
404
-
405
-
In most use cases, continuous replication accounts for over 90% of a ClickPipe
406
-
life cycle. Because initial loads involve transferring a large volume of data all
for the data transferred via the replica pods. The ingested data size (GB) is charged based on bytes received from the source (uncompressed or compressed).
470
-
471
-
#### What are ClickPipes replicas? {#what-are-clickpipes-replicas}
472
-
473
-
ClickPipes ingests data from remote data sources via a dedicated infrastructure
474
-
that runs and scales independently of the ClickHouse Cloud service.
475
-
For this reason, it uses dedicated compute replicas.
476
-
477
-
#### What is the default number of replicas and their size? {#what-is-the-default-number-of-replicas-and-their-size}
478
-
479
-
Each ClickPipe defaults to 1 replica that is provided with 512 MiB of RAM and 0.125 vCPU (XS).
480
-
This corresponds to **0.0625** ClickHouse compute units (1 unit = 8 GiB RAM, 2 vCPUs).
481
-
482
-
#### What are the ClickPipes public prices? {#what-are-the-clickpipes-public-prices}
483
-
484
-
- Compute: \$0.20 per unit per hour (\$0.0125 per replica per hour for the default replica size)
485
-
- Ingested data: \$0.04 per GB
486
-
487
-
The price for the Compute dimension depends on the **number** and **size** of replica(s) in a ClickPipe. The default replica size can be adjusted using vertical scaling, and each replica size is priced as follows:
488
-
489
-
| Replica Size | Compute Units | RAM | vCPU | Price per Hour |
0 commit comments