↧
NoSQL Data Modeling Techniques
Schemaless database doesn't mean you shouldn't care about modeling the data.This article introduces important concepts that should be understood when using NoSQL databases: denormalization,...
View ArticleSchema Design - Jared Rosoff, 10gen // Speaker Deck
A short but good introduction about schema design using MongoDB. One important concept is that schema design is defined by the queries that are made rather than the data stored.See it on Scoop.it, via...
View ArticleGoodbye global lock – MongoDB 2.0 vs 2.2 | Server Density Blog
Interesting article concerning MongoDb 2.2, might be a first step towards collections or more granular level locking.See it on Scoop.it, via NoSQL Zone
View Article