0
SQL VS MONGODB
SQL: + Speed is good an + Data integrity + Join is easy + Everything has an uniqe id I use SQL for some projects. mongoDB ???
4 Respostas
+ 2
uses json
can contain objects, arrays
everything has its "ObjectId"
mongoose, schemas
can be multi depth (idk if i said it correctly)
+ 1
TO LIGADO!
0
MongoDb and nosql databases does not ensure the ACID properties and have cost on storage data because of their structure.
0
When is needed to use NoSQL DB?