document-database
Using polymorphic queries over interfaces in RavenDB
I\'m interested in switching over our application (or parts of it) to use RavenDB from SQL server with NHibernate.[详细]
2023-04-05 01:04 分类:问答"Could not find transactional storage type" error with embedded RavenDB
I was able to successfully run a simple test for RavenDB based on the code found at: http://ravendb.net/tutorials/hello-world[详细]
2023-04-03 10:30 分类:问答Multi-tentant model and nosql?
When doing multi-tenant applications using a RDMBS I use tenantId columns in each table to indicate which tenant a row belongs to.[详细]
2023-03-01 21:08 分类:问答Handling shared objects in Nosql (documentstore)
Theres one thing that I haven\'t understood with document databases and that\'s how to handle shared objects. Take this these two d开发者_开发问答ifferent objects/documents:[详细]
2023-02-21 01:15 分类:问答RavenDB Session > 30
If I\'m trying to save a list of items I want to save that has a count > 30 I get an error saying The maximum number of requests (30)[详细]
2023-02-19 02:30 分类:问答Document Database - Many-to-many
Lets say we mimic the behaviour of a many-to-many relationship between Users and UserGroups, and we\'re storing the ID\'s of which UserGroups a User is in, in the User document within开发者_如何学C an[详细]
2023-02-18 04:04 分类:问答Choosing MongoDb/CouchDb/RavenDb - performance and scalability advice [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-15 19:33 分类:问答MongoDB document design for comments (and their reply comments)
I have a model that looks like: class Comment { public string ID { get; set; } public string ArticleType { get; set; }[详细]
2023-02-14 09:54 分类:问答MongoDB: storage & when to use relationships
I\'m new to MongoDB, so please bear with me. I have 2 questions: First, take the following: // add a record[详细]
2023-02-14 05:06 分类:问答Sql Server XML columns substitute for Document DB?
Is it possible to use Sql Server XML columns as a substitute for a real Document DB (such as Couch or Mongo) ?[详细]
2023-02-14 00:02 分类:问答