Scaling Rails: setup multiple databases with Postgres Logical Replication
It’s easy but has some gotchas due to Rails metadata tables creating conflicts while trying to sync data across databases.
Link: https://vinioyama.com/blog/scaling-rails-setup-multiple-databases-with-postgres-logical-replication/
Post a comment