Skip to content

Commit c9a9fbc

Browse files
authored
Merge pull request #4422 from morsapaes/docs-billing_pg
docs: add redirect for ClickPipes billing and update content
2 parents df4c51f + e1c138d commit c9a9fbc

File tree

3 files changed

+16
-42
lines changed

3 files changed

+16
-42
lines changed

docs/cloud/_snippets/_clickpipes_faq.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@ import clickpipesPricingFaq3 from '@site/static/images/cloud/manage/jan2025_faq/
55

66
<details>
77

8-
<summary>Why are we introducing a pricing model for ClickPipes now?</summary>
9-
10-
We decided to initially launch ClickPipes for free with the idea to gather
11-
feedback, refine features, and ensure it meets user needs.
12-
As the GA platform has grown, it has effectively stood the test of time by
13-
moving trillions of rows. Introducing a pricing model allows us to continue
14-
improving the service, maintaining the infrastructure, and providing dedicated
15-
support and new connectors.
16-
17-
</details>
18-
19-
<details>
20-
218
<summary>What are ClickPipes replicas?</summary>
229

2310
ClickPipes ingests data from remote data sources via a dedicated infrastructure
@@ -119,23 +106,6 @@ $$
119106

120107
<details>
121108

122-
<summary>When does the new pricing model take effect?</summary>
123-
124-
The new pricing model takes effect for all organizations created after January 27th, 2025.
125-
126-
</details>
127-
128-
<details>
129-
130-
<summary>What happens to current users?</summary>
131-
132-
Existing users will have a **60-day grace period** where the ClickPipes service continues to be offered for free.
133-
Billing will automatically start for ClickPipes for existing users on **March 24th, 2025.**
134-
135-
</details>
136-
137-
<details>
138-
139109
<summary>How does ClickPipes pricing compare to the market?</summary>
140110

141111
The philosophy behind ClickPipes pricing is

docs/cloud/reference/03_billing/03_clickpipes_billing.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ effective data transfer is assumed by the underlying Clickhouse Service_
8181

8282
## ClickPipes for PostgreSQL CDC {#clickpipes-for-postgresql-cdc}
8383

84-
This section outlines the pricing model for our Postgres Change Data Capture (CDC)
85-
connector in ClickPipes. In designing this model, our goal was to keep pricing
84+
This section outlines the pricing model for the Postgres Change Data Capture (CDC)
85+
connector in ClickPipes. In designing this model, the goal was to keep pricing
8686
highly competitive while staying true to our core vision:
8787

8888
> Making it seamless and
@@ -93,11 +93,8 @@ The connector is over **5x more cost-effective** than external
9393
ETL tools and similar features in other database platforms.
9494

9595
:::note
96-
Pricing will start being metered in monthly bills beginning **September 1st, 2025,**
97-
for all customers (both existing and new) using Postgres CDC ClickPipes. Until
98-
then, usage is free. Customers have a 3-month window starting May 29 (GA announcement)
99-
to review and optimize their costs if needed, although we expect most will not need
100-
to make any changes.
96+
Pricing started being metered in monthly bills on **September 1st, 2025**
97+
for all customers (both existing and new) using Postgres CDC ClickPipes.
10198
:::
10299

103100
### Pricing dimensions {#pricing-dimensions}
@@ -193,11 +190,8 @@ uncompressed bytes.
193190

194191
<summary>When will Postgres CDC pricing start appearing on my bills?</summary>
195192

196-
Postgres CDC ClickPipes pricing begins appearing on monthly bills starting
197-
**September 1st, 2025**, for all customers—both existing and new. Until then,
198-
usage is free. Customers have a **3-month window** starting from **May 29**
199-
(the GA announcement date) to review and optimize their usage if needed, although
200-
we expect most won't need to make any changes.
193+
Postgres CDC ClickPipes pricing began appearing on monthly bills starting
194+
**September 1st, 2025**, for all customers (both existing and new).
201195

202196
</details>
203197

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,6 +2826,16 @@
28262826
"destination": "/docs/cloud/manage/billing/overview",
28272827
"permanent": true
28282828
},
2829+
{
2830+
"source": "/docs/cloud/manage/billing/overview#clickpipes-for-postgres-cdc",
2831+
"destination": "/docs/cloud/reference/billing/clickpipes#clickpipes-for-postgresql-cdc",
2832+
"permanent": true
2833+
},
2834+
{
2835+
"source": "/docs/cloud/manage/billing/overview#clickpipes-for-streaming-object-storage",
2836+
"destination": "/docs/cloud/reference/billing/clickpipes#clickpipes-for-streaming-object-storage",
2837+
"permanent": true
2838+
},
28292839
{
28302840
"source": "/docs/en/cloud/marketplace",
28312841
"destination": "/docs/cloud/manage/marketplace/",

0 commit comments

Comments
 (0)