|
|
|
|
|
by jpterry
5437 days ago
|
|
Firstly, I can attest that migrating the datastore of an application which has scaled to require a NoSQL solution is no trivial task. Secondly, I believe the author of the original posting really meant that "premature optimization is the root of all evil." Like this post points out, NoSQL solutions vary wildly in their abilities and usefulness. A relational database is a good place to start on the path to an MVP. And if you need features that a NoSQL solution can provide, and you understand the problem you're trying to solve, then use a NoSQL solution. |
|