Y
Hacker News
new
|
ask
|
show
|
jobs
by
throw0101a
1346 days ago
Is there anything like Galera for PostreSQL? I find it very convenient for small-scale HA and redundancy and it's quite easy to get going.
3 comments
1500100900
1346 days ago
Not for free (have to pay EnterpriseDB for that). Every free option here is basically "glue pieces together to build your own HA".
link
Ankhers
1346 days ago
I am not sure exactly what Galera does, but you may want to look into Citus (
https://www.citusdata.com/
).
link
InitEnabler
1345 days ago
Citus is great, however do note that reading the docs you do have to change your scheme to use Citus. So it's not really "drop-in" par say.
link
_bohm
1346 days ago
I don't know much about Galera, but Patroni may be of interest to you
link
nijave
1345 days ago
Galera is multi-master but I'm not sure that's as important with Postgres (it has good baseline performance & can fail over quickly).
Patroni is great for managing active-hot standby clusters
link