MongoDB (from "humongous") is an open source document-oriented database system developed and supported by 10gen.

learn more… | top users | synonyms

5
votes
3answers
307 views

DDD - Aggregate Roots - Dealing with Efficiency and Concurrency

First off, I'll admit that I'm a newbie to DDD and need to read the "blue book". I'm building a system that has an AggregateRoot of type "Match". Each Match can have a collection of "Votes" and also ...