Hacker News new | ask | show | jobs
by lupire 1387 days ago
To be fair thata a reasonable approach if the database is at its monolithic scaling limit in CPU but not IO, while the clients can scale horizontally to more machines.

Unlikely in practice, though.

1 comments

oh so your talking about using the database as a file system and moving all the query logic in the client