|
|
|
|
|
by remram
869 days ago
|
|
In practice you can't get high-availability this way without additional logic and circuit breakers. Running multiple postgres with postgres-aware replication and failover is safer, faster, and more performant (though harder to set up). |
|