Skip to content

Commit d77096b

Browse files
authored
Merge pull request #3159 from ClickHouse/clickpipes-replica
Fixed replica size for the ClickPipes example
2 parents 116ae53 + bfea5fc commit d77096b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/cloud/manage/jan2025_faq/dimensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ It consists of two dimensions:
4949

5050
### How does it look in an illustrative example?
5151

52-
For example, ingesting 1 TB of data over 24 hours using the Kafka connector using a single replica (0.5 compute unit) will cost:
52+
For example, ingesting 1 TB of data over 24 hours using the Kafka connector using a single replica (0.25 compute unit) will cost:
5353

54-
`0.5 x 0.20 x 24 + 0.04 x 1000 = $42.4`
54+
`0.25 x 0.20 x 24 + 0.04 x 1000 = $41.2`
5555

5656
For object storage connectors (S3 and GCS), only the ClickPipes compute cost is incurred since the ClickPipes pod is not processing data but only orchestrating the transfer, which is operated by the underlying ClickHouse service:
5757

58-
`0.5 x 0.20 x 24 = $2.4`
58+
`0.25 x 0.20 x 24 = $1.2`
5959

6060
### When does the new pricing model take effect?
6161

0 commit comments

Comments
 (0)