This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit 7f5dd2b
authored
Add "ClickHouse engine" limitation (#936)
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
Signed-off-by: Piotr Grabowski <[email protected]>1 parent c61a7e3 commit 7f5dd2b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
0 commit comments