|
|
|
|
|
by mnd999
913 days ago
|
|
I’m sure you know this but the reason for taking computation off the database is that it’s much easier to horizontally scale a stateless middle tier than it is to scale a sql database. Some DBAs I’ve worked with even advocated for taking sorting off the database. I wasn’t entirely convinced by that one. My server side language in this case was Scala, so it wasn’t slow, just memory hungry. |
|