Skip to content

Commit 2bd77d9

Browse files
authored
Update changelog.md - Adding more context on tiers & features
1 parent f60cd22 commit 2bd77d9

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

docs/en/cloud/reference/changelog.md

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,55 @@ In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibil
88

99
## January 23, 2024
1010

11-
### New pricing plans
11+
### Changes to ClickHouse Cloud tiers
1212

13-
Launch of the new pricing plans. See our [launch blog](https://clickhouse.com/blog/evolution-of-clickhouse-cloud-new-features-superior-performance-tailored-offerings) for more information. The [FAQ](https://clickhouse.com/docs/en/cloud/manage/jan-2025-faq/summary) covers the key changes and dates. If you have any questions, please contact us at: `[email protected]`.
13+
We are dedicated to adapting our products to meet the ever-changing requirements of our customers. Since its introduction in GA over the past two years, ClickHouse Cloud has evolved substantially, and we've gained invaluable insights into how our customers leverage our cloud offerings.
1414

15-
### Compute-compute separation (GA)
15+
We are introducing new features to optimize the sizing and cost-efficiency of ClickHouse Cloud services for your workloads. These include **compute-compute separation**, high-performance machine types, and **single-replica services**. We are also evolving automatic scaling and managed upgrades to execute in a more seamless and reactive fashion.
1616

17-
Compute-compute separation is Generally Available; please refer to [blog](https://clickhouse.com/blog/introducing-warehouses-compute-compute-separation-in-clickhouse-cloud) for more details and the [documentation](https://clickhouse.com/docs/en/cloud/reference/warehouses).
17+
We are adding a **new Enterprise tier** to serve the needs of the most demanding customers and workloads, with focus on industry-specific security and compliance features, even more controls over underlying hardware and upgrades, and advanced disaster recovery features.
1818

19-
### HIPAA support
19+
To support these changes, we are restructuring our current **Development** and **Production** tiers to more closely match how our evolving customer base is using our offerings. We are introducing the **Basic** tier, oriented toward users that are testing out new ideas and projects, and the **Scale** tier, matching users working with production workloads and data at scale.
2020

21-
We now support HIPAA in compliant regions, including AWS `us-east-1`, `us-west-2` and GCP `us-central1`, `us-east1`. Customers wishing to onboard must sign a Business Associate Agreement (BAA) and deploy to the compliant version of the region. For more information on HIPAA, please refer to the [documentation](https://clickhouse.com/docs/en/cloud/security/security-and-compliance).
21+
You can read about these and other functional changes in this [blog](https://clickhouse.com/blog/evolution-of-clickhouse-cloud-new-features-superior-performance-tailored-offerings). Existing customers will need to take action to select a [new plan](https://clickhouse.com/pricing). Customer-facing communication was sent via email to organization administrators, and the following [FAQ](https://clickhouse.com/docs/en/cloud/manage/jan-2025-faq/summary) covers the key changes and timelines.
2222

23-
### Configurable backups
23+
### Warehouses: Compute-compute separation (GA)
2424

25-
We now support the ability for customers to export backups to their own cloud account; please refer to the [documentation](https://clickhouse.com/docs/en/cloud/manage/backups#configurable-backups) for additional information.
25+
Compute-compute separation (also known as "Warehouses") is Generally Available; please refer to [blog](https://clickhouse.com/blog/introducing-warehouses-compute-compute-separation-in-clickhouse-cloud) for more details and the [documentation](https://clickhouse.com/docs/en/cloud/reference/warehouses).
26+
27+
### Single-replica services
28+
29+
We are introducing the concept of a “single-replica service”, both as a standalone offering and within warehouses. As a standalone offering, single-replica services are size limited and intended to be used for small test workloads. Within warehouses, single-replica services can be deployed at larger sizes, and utilized for workloads not requiring high availability at scale, such as restartable ETL jobs.
30+
31+
### Vertical auto-scaling improvements
32+
33+
We are introducing a new autoscaling mechanism for vertical scaling of compute replicas, a concept we call “make before break” (or MBB). With this new approach, we add replica(s) of a new size before removing the old one(s) during the scaling operation. This results in more seamless scaling operations that are less disruptive to running workloads, because no capacity is lost during scaling. It is especially important during scale-up events as it is triggered by high resource utilization and removing replicas will make it worse.
2634

2735
### Horizontal scaling (GA)
2836

2937
Horizontal scaling is now Generally Available. Users can add additional replicas to scale out their service through the APIs and the cloud console. Please refer to the [documentation](https://clickhouse.com/docs/en/manage/scaling#self-serve-horizontal-scaling) for information.
3038

39+
### Configurable backups
40+
41+
We now support the ability for customers to export backups to their own cloud account; please refer to the [documentation](https://clickhouse.com/docs/en/cloud/manage/backups#configurable-backups) for additional information.
42+
43+
### Managed upgrade improvements
44+
45+
Safe managed upgrades deliver significant value to our users by allowing them to stay current with the database as it moves forward to add features. With this rollout, we applied the “make before break” (or MBB) approach to upgrades, further reducing impact to running workloads.
46+
47+
### HIPAA support
48+
49+
We now support HIPAA in compliant regions, including AWS `us-east-1`, `us-west-2` and GCP `us-central1`, `us-east1`. Customers wishing to onboard must sign a Business Associate Agreement (BAA) and deploy to the compliant version of the region. For more information on HIPAA, please refer to the [documentation](https://clickhouse.com/docs/en/cloud/security/security-and-compliance).
50+
3151
### Scheduled upgrades
3252

3353
Users can schedule upgrades for their services. This feature is supported for Enterprise tier services only. For more information on Scheduled upgrades, please refer to the [documentation](https://clickhouse.com/docs/en/manage/updates).
3454

35-
### Client support for complex types
55+
### Language client support for complex types
3656

3757
[Golang](https://github.com/ClickHouse/clickhouse-go/releases/tag/v2.30.1), [Python](https://github.com/ClickHouse/clickhouse-connect/releases/tag/v0.8.11), and [NodeJS](https://github.com/ClickHouse/clickhouse-js/releases/tag/1.10.1) clients added support for Dynamic, Variant, and JSON types.
3858

39-
### DBT supports Refreshable Materialized Views
59+
### DBT support for Refreshable Materialized Views
4060

4161
DBT now [supports Refreshable Materialized Views](https://github.com/ClickHouse/dbt-clickhouse/releases/tag/v1.8.7) in the `1.8.7` release.
4262

@@ -46,7 +66,7 @@ Support has been added for JWT-based authentication in the JDBC driver v2, click
4666

4767
JDBC / Java will be in[ 0.8.0](https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.8.0) when it's released - ETA pending.
4868

49-
### Prometheus integration
69+
### Prometheus integration improvements
5070

5171
We've added several enhancements for the Promethous integration:
5272

0 commit comments

Comments
 (0)