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 mainta开发者_开发问答in that data if it\'s okay
I have a few .Net projects that would benefit from using a document/object database opposed to a relational one.I think that db4o would be a good choice, but we\'re not sure how much the cost is.I\'d
I found out that RCS for models is an interesting problem to solve in the context of data persistence. They are several solution using the django ORM to achieve this django-reversion and AuditTrail ea