Skip to content

Commit c7f8231

Browse files
committed
Clarify default pricing
1 parent b9f1b90 commit c7f8231

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/cloud/manage/billing.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,12 @@ This section outlines the pricing model of ClickPipes for streaming and object s
454454

455455
#### What does the ClickPipes pricing structure look like? {#what-does-the-clickpipes-pricing-structure-look-like}
456456

457-
It consists of two dimensions
457+
It consists of two dimensions:
458458

459-
- **Compute**: Price per unit per hour
459+
- **Compute**: Price **per unit per hour**.
460460
Compute represents the cost of running the ClickPipes replica pods whether they actively ingest data or not.
461461
It applies to all ClickPipes types.
462-
- **Ingested data**: per GB pricing
462+
- **Ingested data**: Price **per GB**.
463463
The ingested data rate applies to all streaming ClickPipes
464464
(Kafka, Confluent, Amazon MSK, Amazon Kinesis, Redpanda, WarpStream, Azure Event Hubs)
465465
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).
@@ -472,27 +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 512 MiB of RAM and 0.125 vCPU.
475+
Each ClickPipe defaults to 1 replica that is provided with 512 MiB of RAM and 0.125 vCPU (XS).
476476
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-
**Vertical Replica Sizes and Pricing:**
480+
- Compute: \$0.20 per unit per hour (\$0.0125 per replica per hour for the default replica size)
481+
- Ingested data: \$0.04 per GB
481482

482-
| Replica Size | 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 |
483+
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:
489484

490-
**Additional Pricing:**
491-
- Ingested data: \$0.04 per GB
485+
| Replica Size | Compute Units | RAM | vCPU | Price per Hour |
486+
|----------------------------|---------------|---------|--------|----------------|
487+
| Extra Small (XS) (default) | 0.0625 | 512 MiB | 0.125. | $0.0125 |
488+
| Small (S) | 0.125 | 1 GiB | 0.25 | $0.025 |
489+
| Medium (M) | 0.25 | 2 GiB | 0.5 | $0.05 |
490+
| Large (L) | 0.5 | 4 GiB | 1.0 | $0.10 |
491+
| Extra Large (XL) | 1.0 | 8 GiB | 2.0 | $0.20 |
492492

493493
#### How does it look in an illustrative example? {#how-does-it-look-in-an-illustrative-example}
494494

495-
The following examples assume a single medium size replica unless explicitly mentioned.
495+
The following examples assume a single M-sized replica, unless explicitly mentioned.
496496

497497
<table><thead>
498498
<tr>

0 commit comments

Comments
 (0)