document-database Questions
2
Solved
I was able to successfully run a simple test for RavenDB based on the code found at: http://ravendb.net/tutorials/hello-world
Next I tried to run it in an Embedded Manner, but I keep on getting th...
Tardif asked 29/3, 2011 at 23:30
2
Solved
Document oriented databases (particularly RavenDB) are really intriguing me, and I'm wanting to play around with them a bit. However as someone who is very used to relational mapping, I was trying ...
Delmore asked 8/6, 2011 at 21:51
2
Solved
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.
My application will need to store both...
Detroit asked 11/9, 2010 at 0:6
5
What I'm doing
I am creating an SQL table that will provide the back-end storage mechanism for complex-typed objects. I am trying to determine how to accomplish this with the best performance. I n...
Homebrew asked 23/2, 2011 at 14:13
4
Solved
Is it possible to use Sql Server XML columns as a substitute for a real Document DB (such as Couch or Mongo) ?
If I were to create a table with a guid PK Id and an XML column for the document.
Wha...
Adenoidectomy asked 25/2, 2011 at 16:18
2
Solved
I'm new to MongoDB, so please bear with me.
I have 2 questions:
First, take the following:
// add a record
$obj = array( "title" => "Calvin and Hobbes", "author" => "Bill Watterson" );
D...
Mcneese asked 2/3, 2011 at 17:51
2
Solved
I have a model that looks like:
class Comment {
public string ID { get; set; }
public string ArticleType { get; set; }
public string ArticleID { get; set; }
public string Body { get; set; }
...
Oldfangled asked 28/2, 2011 at 15:57
2
Solved
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 ...
Lamarlamarck asked 2/7, 2010 at 15:18
4
Solved
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 t...
Irwinirwinn asked 9/8, 2010 at 13:14
2
Solved
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...
Photoflood asked 3/6, 2010 at 17:9
2
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...
Vi asked 7/1, 2010 at 21:3
© 2022 - 2024 — McMap. All rights reserved.