document-database
RavenDB ID for child documents
I like how cleanly an object is stored in ravenDB, but have a practical question for which I\'m not sure of the best answer.[详细]
2023-02-05 14:35 分类:问答What are some good, fast persistent storage options for key->value data? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want 开发者_高级运维to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-01-21 14:05 分类:问答Document Databases: Redundant data, references, etc. (MongoDB specifically)
It seems like I run into lots of situations where the appropriate way to build my data is to split it into two documents.Let\'s say it was for a chain of stores and you were saving which stores each c[详细]
2023-01-20 18:01 分类:问答When developing web applications when would you use a Graph database versus a Document database?
I am developing a web-based application using Rails.I am debating between using a Graph Database, such as InfoGrid, or a Document Database, such as MongoDB.[详细]
2023-01-15 22:54 分类:问答Am I missing something about Document Databases?
I\'ve been looking at the rise of the NoSql movement and the accompanying rise in popularity of document databases like mongodb, ravendb, and others.While there are quite a few things about these that[详细]
2023-01-10 23:51 分类:问答RavenDB. How to load document with only 5 items from inner collection?
Here is a document in the store: { \"Name\": \"Hibernating Rhinos\", \"Employees\": [ { \"Name\": \"Ayende\" },[详细]
2023-01-09 12:42 分类:问答What sort of Database system should I use?
I\'m planning to write an address book that stored contact information. Each contact could have an unlimited number of fields.[详细]
2023-01-08 12:58 分类:问答Business Intelligence and NoSQL
For a new project I\'m working I have the need to store some data into a database. The type of data and access model fits well with the NoSQL model and document databases. We are considering things li[详细]
2023-01-06 02:21 分类:问答RavenDB: Id Generation For Sub-Documents
I\'m trying migrating an existing web application to use RavenDB. I currently have pages in my web application which allow you to view Categories, SubCategories and Resources based on an id in the qu[详细]
2023-01-05 07:55 分类:问答Best practices for configuring a Solr schema
I\'m currently configuring my schema.xml file and trying to figure out what\'s the best way to set up my documents. I use a RMDBS and thus many objects are relational.[详细]
2023-01-04 22:48 分类:问答