logoalt Hacker News

scott_wlast Monday at 10:57 AM1 replyview on HN

Only for large scale multiple user applications. It’s more than reasonable as a data store in local applications or at smaller scales where having the application and data layer on the same machine are acceptable.

If you’re at a point where the application needs to talk over a network to your database then that’s a reasonable heuristic that you should use a different DB. I personally wouldn’t trust my data to NFS.


Replies

kunleylast Monday at 11:02 AM

What is a "local application"?

show 1 reply