This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Load data to specified replica #610
Unanswered
xichenAiguang
asked this question in
Q&A
Replies: 1 comment
-
I might be wrong, but isn't it enough to just specify the Here’s an example of writing and reading data from specific hosts for distributed tables (but not replicated): If you need to segregate write and read logic across specific hosts, the ClickHouse.Facades package might be a good fit. Let me know if you need any help - I’d be happy to assist! Also, if you’d like me to test your specific case with an additional example, just let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to load data to specified replica over http request? I have a Clickhouse cluster, which has 3 partitions, and each partition has 3 replicas. I would like always write / read data to replica0 for each partition, wondering is it possible for this scenario by using Clickhouse.Client?
Beta Was this translation helpful? Give feedback.
All reactions