MongoDB

MongoDB - Hybrid Schema

I recently ran into a situation where in we have a session and each Session produces a lot of messages (sync) and each message has an associated timestamp and order. This is similar to a blog post (session) and its comments (messages).

MongoDB Tit Bits

While I am getting started with MongoDB for my new project. Here are the few quick notes - based on my readings so far: One Key Takeaway: Data accessed together should be stored together