I’m using Postgres, but I’m curious about this just in general. People talk about running on multiple servers for better availability, but I actually haven’t the slightest idea how I would run a relational DB on more than one server, and still have data integrity.
I’m using Postgres, but I’m curious about this just in general. People talk about
Share
You’re at the stage where googling for “database replication”, and reading a few articles, is the right thing to do.