clickhouse.rs
clickhouse.rs copied to clipboard
Add failover in the
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.
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.