Tagged Questions
21
votes
5answers
5k views
When would someone use MongoDB (or similar) over traditional RDMS?
Im a bit confused......the whole NoSQL and such.
When would you choose to use something like MongoDB over something like Oracle or MYSQL?
I dont really understand....the "difference" as far as usage ...
9
votes
4answers
1k views
Weaknesses with different types of NoSQL databases
Here's my question: What are the weaknesses with different types of NoSQL databases? Specifically, what're the weaknesses of key-value stores, graph data stores and document stores?
I've had an easy ...
8
votes
5answers
959 views
Writing Web “server less” applications
TL;DR
What are the prospects of writing applications which are completely based on a REST database server (CouchDB) and web applications which directly access the DB instead of having a web server in ...
2
votes
2answers
389 views
Why is NoSQL better for this scenario?
Hypothetical scenario: Let's say we are downloading JSON from Facebook with details of a user's friend's checkins, posts, etc... These come in as one document per friend per activity, so with 8 ...