Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "ClickHouse engine" limitation #936

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Add "ClickHouse engine" limitation #936

merged 1 commit into from
Oct 31, 2024

Conversation

avelanarius
Copy link
Member

@avelanarius avelanarius commented Oct 31, 2024

Currently Quesma auto-creates tables with MergeTree engine. It's automatically converted to ReplicatedMergeTree in case of ClickHouse Cloud, but not in case of a local multi-node cluster and the user can't control it.

If the user has a local multi-node cluster, the tables automatically created by Quesma won't be replicated - the only solution is to create them manually with the correct ReplicatedMergeTree engine.

Refs #934

Currently Quesma auto-creates tables with `MergeTree` engine. It's automatically converted to `ReplicatedMergeTree` in case of ClickHouse cloud, but not in case of a local multi-node cluster and the user can't control it.

Refs #934

Signed-off-by: Piotr Grabowski <[email protected]>
Copy link

Deploying quesma with  Cloudflare Pages  Cloudflare Pages

Latest commit: 78cbce7
Status: ✅  Deploy successful!
Preview URL: https://c4783fed.quesma.pages.dev
Branch Preview URL: https://engine-limitation-note.quesma.pages.dev

View logs

@jakozaur jakozaur added this pull request to the merge queue Oct 31, 2024
Merged via the queue into main with commit 7f5dd2b Oct 31, 2024
6 checks passed
@jakozaur jakozaur deleted the engine-limitation-note branch October 31, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants