You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/).
11
11
Users have until September 30th, 2024, 5 PM PDT to [off-board from the service](https://docs.rockset.com/documentation/docs/faq).
12
12
13
13
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
21
21
22
22
## ClickHouse vs Rockset - High-Level Comparison
23
23
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.
25
25
26
26
ClickHouse focuses on real-time performance and cost efficiency through a schema-first approach.
27
27
While semi-structured data is supported, our philosophy is that users should decide how to structure their data to maximize performance and resource efficiency.
28
28
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.
29
29
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.
31
36
32
-
Finally, unlike Rockset, ClickHouse has both open-source and cloud distribution.
33
37
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.
34
38
35
39
## Rockset Key Concepts
@@ -250,7 +254,7 @@ In that case, we will see ingestion latency increase if there is a flood of quer
250
254
251
255
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.
252
256
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.
0 commit comments