Using a central database server for many sites: plausible?
问题 Basically, I need some parts of database data synchronized on up to several dozens of sites. The perfect solution would be creating a central server to host that data. Each pageload will have to fetch data from both database servers - the local and remote one and writes to the remote server will be quite common too. While the db server can be as fast as desired hardware-wise, I'm cautious of the bottlenecks: Multiple database connections must be established on each pageload. Latency of the