Skip to content

Commit 1a5d54e

Browse files
Merge pull request #2448 from mneedham/rockset-updates-2
Rockset updates 2
2 parents d756920 + 0d94665 commit 1a5d54e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/en/integrations/migration/rockset.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: [migrate, migration, migrating, data, etl, elt, rockset]
77

88
# Migrating from Rockset
99

10-
Rockset is a real-time analytics database that was [acquired by OpenAI in June 2024](https://rockset.com/blog/openai-acquires-rockset/).
10+
Rockset is a real-time analytics database [acquired by](https://rockset.com/blog/openai-acquires-rockset/) OpenAI in June 2024](https://rockset.com/blog/openai-acquires-rockset/).
1111
Users have until September 30th, 2024, 5 PM PDT to [off-board from the service](https://docs.rockset.com/documentation/docs/faq).
1212

1313
We think ClickHouse Cloud will provide an excellent home for Rockset users, and in this guide, we'll go through some things to consider when you migrate from Rockset to ClickHouse.
@@ -21,15 +21,19 @@ If you need immediate assistance, please contact us by filling out [this form](h
2121

2222
## ClickHouse vs Rockset - High-Level Comparison
2323

24-
We'll begin with a brief overview of its strengths and where you might see some benefits compared to Rockset.
24+
We'll begin with a brief overview of ClickHouse's strengths and where you might see some benefits compared to Rockset.
2525

2626
ClickHouse focuses on real-time performance and cost efficiency through a schema-first approach.
2727
While semi-structured data is supported, our philosophy is that users should decide how to structure their data to maximize performance and resource efficiency.
2828
As a result of the schema-first approach described above, in our benchmarks, ClickHouse exceeds Rockset in scalability, ingestion throughput, query performance, and cost-efficiency.
2929

30-
Regarding integration with other data systems, ClickHouse has [broad capabilities](/en/integrations) that exceed Rockset's.
30+
Regarding integration with other data systems, ClickHouse has [broad capabilities](/en/integrations) that exceed Rockset's.
31+
32+
Rockset and ClickHouse both offer a cloud-based product and associated support services.
33+
Unlike Rockset, ClickHouse also has an open-source product and community.
34+
ClickHouse's source code can be found at [github.com/clickhouse/clickhouse](https://github.com/clickhouse/clickhouse), and at the time of writing, there have been over 1,500 contributors.
35+
The [ClickHouse Community Slack](https://clickhouse.com/slack) has over 7,000 members who share their experiences/best practices and help each other with any problems they run across.
3136

32-
Finally, unlike Rockset, ClickHouse has both open-source and cloud distribution.
3337
This migration guide focuses on migrating from Rockset to ClickHouse Cloud, but users can refer to the [rest of our documentation](/) on open-source capabilities.
3438

3539
## Rockset Key Concepts
@@ -250,7 +254,7 @@ In that case, we will see ingestion latency increase if there is a flood of quer
250254

251255
Compute-compute separation separates the data ingestion and query processing code paths to avoid this problem, and this is a feature that Rockset implemented in March 2023.
252256

253-
This feature is currently being implemented in ClickHouse Cloud and will be released in private preview in mid-July 2024.
257+
This feature is currently being implemented in ClickHouse Cloud and is nearing private preview. Please contact support to enable.
254258

255259
## Free migration services
256260

0 commit comments

Comments
 (0)