Skip to content

Commit 53f4649

Browse files
committed
Add new pricing information and update FAQ for clickpipes vertical scaling
1 parent 738984d commit 53f4649

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

docs/cloud/manage/billing.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,17 +472,27 @@ For this reason, it uses dedicated compute replicas.
472472

473473
#### What is the default number of replicas and their size? {#what-is-the-default-number-of-replicas-and-their-size}
474474

475-
Each ClickPipe defaults to 1 replica that is provided with 2 GiB of RAM and 0.5 vCPU.
476-
This corresponds to **0.25** ClickHouse compute units (1 unit = 8 GiB RAM, 2 vCPUs).
475+
Each ClickPipe defaults to 1 replica that is provided with 512 MiB of RAM and 0.125 vCPU.
476+
This corresponds to **0.0625** ClickHouse compute units (1 unit = 8 GiB RAM, 2 vCPUs).
477477

478478
#### What are the ClickPipes public prices? {#what-are-the-clickpipes-public-prices}
479479

480-
- Compute: \$0.20 per unit per hour (\$0.05 per replica per hour)
480+
**Vertical Instance Types and Pricing:**
481+
482+
| Instance Type | Compute Units | RAM | vCPU | Price per Hour |
483+
|---------------|---------------|-----|------|----------------|
484+
| Extra Small | 0.0625 | 512 MiB | 0.125| $0.0125 |
485+
| Small | 0.125 | 1 GiB | 0.25 | $0.025 |
486+
| Medium | 0.25 | 2 GiB | 0.5 | $0.05 |
487+
| Large | 0.5 | 4 GiB | 1.0 | $0.10 |
488+
| Extra Large | 1.0 | 8 GiB | 2.0 | $0.20 |
489+
490+
**Additional Pricing:**
481491
- Ingested data: \$0.04 per GB
482492

483493
#### How does it look in an illustrative example? {#how-does-it-look-in-an-illustrative-example}
484494

485-
The following examples assume a single replica unless explicitly mentioned.
495+
The following examples assume a single medium size replica unless explicitly mentioned.
486496

487497
<table><thead>
488498
<tr>

docs/cloud/manage/jan2025_faq/_snippets/_clickpipes_faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ This corresponds to **0.25** ClickHouse compute units (1 unit = 8 GiB RAM, 2 vCP
5252

5353
<summary>Can ClickPipes replicas be scaled?</summary>
5454

55-
ClickPipes for streaming can be scaled horizontally
56-
by adding more replicas each with a base unit of **0.25** ClickHouse compute units.
57-
Vertical scaling is also available on demand for specific use cases (adding more CPU and RAM per replica).
55+
Yes, ClickPipes for streaming can be scaled both horizontally and vertically.
56+
Horizontal scaling adds more replicas to increase throughput, while vertical scaling increases the resources (CPU and RAM) allocated to each replica to handle more intensive workloads.
57+
Both can be done via the UI during the creation of the ClickPipe or later in the editing mode under "Settings" -> "Advanced Settings" -> "Scaling"
5858

5959
</details>
6060

@@ -142,4 +142,4 @@ The philosophy behind ClickPipes pricing is
142142
to cover the operating costs of the platform while offering an easy and reliable way to move data to ClickHouse Cloud.
143143
From that angle, our market analysis revealed that we are positioned competitively.
144144

145-
</details>
145+
</details>

0 commit comments

Comments
 (0)