|
|
|
|
|
by majorsc2noob
4296 days ago
|
|
To be honest, I'm pretty tired of the "You can do a lot without hitting the scaling problems.". I hear it all the time. Of course, if you don't have a scaling problem you don't. But when you have, you need a solution to it. |
|
Of course you hear lines like you quoted all the time - that's because it's true. The overwhelming majority of applications don't have needs beyond a master-slave pair of DB systems - and trends are moving in favour of that direction every day as RAM gets cheaper. Stack Overflow runs on a single not-that-beefy master-slave DB system.
Typical web applications are insanely amenable to read caches, and that's where you do most of your scaling. If you're at the point where your scaling needs truly exceed a large single DB system, I'd hope you have some money to throw at the problem.