by gasping on 12/16/14, 10:35 AM with 3 comments
Does an RDBMS not also provide this functionality? Why not just create a table in PostgreSQL with a single JSON field? This is essentially the same as MongoDB but with myriad additional benefits. You now have a "get out of jail free card" when you realize you actually needed relationships and ACID. With a "one field to rule them all" RDBMS structure you can start pulling out fields from your JSON goop into meaningful structured relations when you outgrow the document-oriented nature of MongoDB.
What is the appeal of MongoDB when an RDBMS can do everything better and more reliably?
by stephenr on 12/16/14, 10:53 AM