clickhouse.rs icon indicating copy to clipboard operation
clickhouse.rs copied to clipboard

Add failover in the

Open julienfr112 opened this issue 2 years ago • 1 comments

Clickhouse can ensure high availibility with replicated tables between servers From the client point of view, it may be usefull to be able to rotate between multiple hosts.

For example, most postgres client support failover, and it's very usefull.

julienfr112 avatar Sep 15 '22 09:09 julienfr112

Good idea. I think we need to provide a more flexible interface to specify not only failovers but also shards. But even an initial simple implementation by providing multiple IP/hosts is a good start.

loyd avatar Oct 10 '22 08:10 loyd