Clustering with postgres? #5859
-
|
Is this a planned feature? We are planning to switch to a replicated postgres backend once 0.14 is out, clustering on top would be very useful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
With clustering I assume you don't mean to have the database running in cluster mode but |
Beta Was this translation helpful? Give feedback.
With clustering I assume you don't mean to have the database running in cluster mode but
lnditself (with active/passive nodes and fast failover)?That currently isn't a planned feature since (as far as I'm aware) Postgres doesn't have a leader election feature the way
etcddoes. But it should be possible to useetcdas the leader election mechanism (for example if you're running on k8s where there already is anetcdcluster) but use Postgres as the database backend forlnd.