I think its fair to say I'm pretty new to MongoDB having just installed the database this afternoon.
I'm managing to get to grips with storing and retrieving objects but am struggling to find the best way of storing objects that have a many-to-many relationship.
I've already come accross the DBRef object and have got that working but this seems to only support a lazy loaded approach.
Is there a way to encourage MongoDB to eagerly load DBRefs?
Is there a better/different way to store the many-to-many relationship?
Many thanks
Rob