Another Word For It Patrick Durusau on Topic Maps and Semantic Diversity

February 4, 2012

You Only Wish MongoDB Wasn’t Relational

Filed under: MongoDB — Patrick Durusau @ 3:32 pm

You Only Wish MongoDB Wasn’t Relational.

From the post:

When choosing the stack for our TV guide service, we became interested in NoSQL dbs because we anticipated needing to scale horizontally. We evaluated several and settled on MongoDB. The main reason was that MongoDB got out of the way and let us get work done. You can read a little more about our production setup here.

So when you read that MongoDB is a document store, you might get the wonderful idea to store your relationships in a big document. Since mongo lets you reach into objects, you can query against them, right?

Several times, we’ve excitedly begun a schema this way, only to be forced to pull the nested documents out into their own collection. I’ll show you why, and why it’s not a big deal.

Perhaps a better title would have been: MongoDB: Relationships Optional. 😉

That is you can specify relationships but only to the extent necessary.

Worth your time to read.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress