Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Depends on the data. Depends on the app. Depends on the availability requirements. Depends on the scalability requirements. Depends on the database engine. Depends on the persistence model. Depends on a bunch of things that you need to research to accurately gauge this question.
Computer science is hard. You can't reduce it to inane questions like "SQL or noSQL?" -
DBX126804yMost projects I encountered work fine with MySQL and you can shoe-hammer a NoSQL database into it as well. I've seen it with a project which wanted NoSQL just to have it (because it's shiny new shit). And then implemented foreign keys and other constraints with the Model class as beforeInsert() hooks.
-
Of all the things it could be called, NOSQL is the worst. The name contradicts itself.
-
neither, storing all relevant information in your head, like a true madman, for everything, even your users
SQL or No SQL?
question