DEV Community

Discussion on: MySQL or MongoDB? What to Choose for your Next Project?

Collapse
 
aghost7 profile image
Jonathan Boudreau

Neither! Postgresql! Muahaha.

In all seriousness though, I have to agree with @asdfdelta . Its going to come down to availability (document-based) vs consistency (relational) and normalized (relational) vs denormalized (document-based) data.

Collapse
 
vlasales profile image
Vlastimil Pospichal

Denormalized data are usable in SQL database too.

Collapse
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

It all depends upon the nature of the project that's you are going to work on, I have tried to elaborate on the difference between those two.