Ideas for scaling out database architecture
- by andrew
We're looking to scale out our existing database architecture and need some advice on which way to go.
We currently have 2 web servers behind a load balancer that both read & write to a single master database which replicates to a slave.
Ideally, I'd like each of the webservers to point to their own master DB and have the data between the 2…