|
|
|
|
|
by rbjorklin
813 days ago
|
|
Scaling horizontally undoubtedly introduces complexity but it also comes with some upsides: * DB backups are now (much) faster.
* Smaller backups means faster restores which reduces your RTO (Recovery Time Objective)
* If you have a well architectured application a catastrophic DB failure will now only impact a portion of your userbase instead of all of them.
There are probably more good reasons but these are the ones I could think of now. |
|
(There are other reasons, of course...)