Cool new Free software
Posted Dec 25, 2012 17:38 UTC (Tue) by
man_ls (subscriber, #15091)
In reply to:
Cool new Free software by raven667
Parent article:
Status.net service to phase out, replaced by pump.io
Well, designing a relational database is not trivial: modeling n-m relationships can be challenging for beginners. On the other hand, using a document store like MongoDB is trivial until you get to the serious stuff -- or to transactions. No wonder it is the most popular of the NoSQL bunch.
Other NoSQL families, like key-value (Dynamo-like) or graph databases, are more specialized and need more effort to keep going. But I would argue that none are near the level of sophistication of a normalized database. Most of you probably don't feel it because you have worked with SQL for many years, but it is a contorted language that uses a highly unnatural data model. Yes, relational databases are highly optimized, but you pay the price every time you read or write anything to them.
(
Log in to post comments)