|
|
|
|
|
by eikenberry
2692 days ago
|
|
As far as runtime, applications and DBs are already decoupled. You have N application instances mapped to M database instances. Applications can usually scale pretty much with load. Databases vary wildly in how they scale and it depends on the DB type. |
|