Hacker News new | ask | show | jobs
by smilliken 2599 days ago
PostgreSQL has logical replication built-in since version 10. This allows you to replicate specific tables between multiple master databases, accepting writes on each. You define a merge function in case there's conflicts.