Add ObsessionDB - #2083
Open
marcmacmac wants to merge 1 commit into
Open
Add ObsessionDB#2083marcmacmac wants to merge 1 commit into
marcmacmac wants to merge 1 commit into
Conversation
marcmacmac
requested a deployment
to
benchmark-approval
September 18, 2026 15:40 — with
GitHub Actions
Waiting
Member
|
I've logged in to ObsessionDB, but can't find a button to create services with these sizes. Could you please share screenshots or detailed steps? |
Author
|
Hey @alexey-milovidov, thanks for checking. It's available for our enterprise customers only. I added four clusters with two nodes each for the 8, 16, 32 and 64GB tiers to your account. Here's how you can access it On the top left select your service In the left navigation select "Connect" and there you'll find your connection details. Let me know if you have any questions with it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add ObsessionDB
ObsessionDB is a ClickHouse-based database with separated compute and storage: data on
object storage, a metadata layer and a distributed NVMe cache shared across the
compute nodes. The table engine is our own implementation, built against the open-source
SharedMergeTreeAPI.22 results: seven service sizes (8, 16, 32, 64, 128, 256, 336 GiB) at 1, 2 and 3 nodes, plus
one single-node dev instance.
Method
The entry is deliberately a copy of
clickhouse-cloud, because the two systems are operated thesame way and we did not want any ambiguity in the comparison:
clickhouse-cloudrun.shqueries.sqlcreate.sqlbenchmark.shurlCluster('cluster', ...)instead ofurlCluster('default', ...)—clusteris the cluster name on an ObsessionDB serviceWe picked up #2046, the
urlClustersource and theEXPECTED_ROWSguard. The row-count guard is a good addition and we kept it.