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
Using RavenDB to do a query on Lucene Index. This query parses okay: X:[[a]] AND Y:[[b]] AND Z:[[c]] 开发者_运维知识库
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
Help me understand. I\'ve read that \"The time and order of execution of finalizers cannot be predicted or pre-determined\"
I\'m reading through Rob Ashton\'s excellent blog post on RavenDB: http://codeofrob.com/archive/2010/05/09/ravendb-an-introduction.aspx
I would like to store in a row of a \'Totals\' table the sum calculated from 2 other tables. I want to use a column for each table.