document-database
How can I avoid duplicating data in a document database like RavenDB?
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[详细]
2023-01-02 09:03 分类:问答Are there any small scale, durable document/object databases?
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[详细]
2022-12-24 12:58 分类:问答How would you implement a revision control system for your models in your prefered db paradigm?
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[详细]
2022-12-15 15:12 分类:问答