Theres one thing that I haven't understood with document databases and that's how to handle shared objects. Take this these two different objects/documents:
Email
BelongsTo (User object)
Comment
WrittenBy (User object)
The user is the same user in both documents.
- Are the actual user stored in the documents or some kind of reference (as in RDBMS)
- How are changes to the user handled (new first name etc)?