QuesmaOrg / quesma

Programmable database gateway
https://quesma.com
Other
108 stars 6 forks source link

Add "ClickHouse engine" limitation #936

Closed avelanarius closed 3 weeks ago

avelanarius commented 3 weeks ago

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

cloudflare-workers-and-pages[bot] commented 3 weeks ago

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