How can I avoid duplicating data in a document database like RavenDB?

Posted by John Nelson on Stack Overflow See other posts from Stack Overflow or by John Nelson
Published on 2010-06-03T17:09:32Z Indexed on 2010/06/05 22:02 UTC
Read the original article Hit count: 207

Filed under:
|

Given that document databases, such as RavenDB, are non-relational, how do you avoid duplicating data that multiple documents have in common? How do you maintain that data if it's okay to duplicate it?

© Stack Overflow or respective owner

Related posts about document-database

Related posts about ravendb