Quantcast
Channel: New IT Farmer » MongoDB
Viewing all articles
Browse latest Browse all 26

[repost ]How does MongoDB compare to CouchDB? What are the advantages and disadvantages of each?

$
0
0
Answer: Querying One advantage of MongoDB is that simple queries are simple. If you just want documents where a particular field contains “x”, you can execute something like db.users.find({"name" : "Richard Henry"}); . With CouchDB you’ll need to write a Map/Reduce query. MongoDB still supports Map/Reduce for complex queries, but doing simple stuff is very […]

Viewing all articles
Browse latest Browse all 26

Latest Images

Trending Articles





Latest Images