RavenDB is an Open Source document database for the .NET/Windows platform. RavenDB offers a flexible data model designed to fit the needs of real world systems. RavenDB stores schema-less JSON documents, and allows you to define indexes using Linq queries and focus on low latency and high ...

learn more… | top users | synonyms

-1
votes
0answers
6 views

Best way of using generic entities in ravendb?

I'm in a process of converting my RDBMS(oracle) to ravenBD. Today we have 2 main tables: 1. metadata 2: entites. The Entities table has the fallowing columns: ID, TypeId, DateSaved, String1-20, ...
0
votes
1answer
17 views

RavenDB and batch API

Hi in my project we are doing an import if lets say products. We will have a web service where we will get maybe 10 calls for one import, so we need to have a transaction that can be over several ...
0
votes
0answers
34 views

RavenDB JsonReaderException - Conflicting Newtonsoft.Json?

I just installed the Nuget package Newtonsoft.Json and I think that's the reason why this line of code: IndexCreation.CreateIndexes(typeof(DataAccessFactory).Assembly, documentStore); ... is ...
1
vote
2answers
30 views

Query all documents when type is unknown

I am working on integration test. As we are using NServiceBus Saga with ravendb as store, for integration test I need to delete all documents in raven store for each test case. Since this a ...
2
votes
1answer
18 views

Are RavenDB bundles still published via NuGet?

I have a unit test project with references to Raven.Client.Embedded and Raven.Database v2.0.3, which were added via NuGet. I was looking to add the RavenDB Versioning bundle, also via NuGet, but the ...
2
votes
1answer
26 views

How can I exclude an entity type from a query result

Given the following multi-map index, how can I exclude entities of type TypeA from a query? Index: AddMap<TypeA>(docs => from doc in docs select new ...
0
votes
1answer
30 views

How to store references to arbitrary entities in RavenDB?

I have the need to store arbitrary references to entities within my Raven Database. Sometimes the entity is an aggregate root (see Events below) and other times it is a value entity (see Sessions ...
0
votes
1answer
33 views

How to group a set of filter operators in a RavenDB query?

For filtering products in RavenDB I use a generic list of product filters - to a avoid a long switch. The product filter class looks like: public class ProductFilter { public string FilterName ...
1
vote
1answer
38 views

RavenDb - How can I save changes to multiple document sessions in one transaction?

Within a single transaction scope, I am trying to save data to two separate Raven databases (on the same Raven server). However, changes in the second session are not being saved to the server. ...
2
votes
1answer
33 views

Replicating from SQL to RavenDB

I know that RavenDB has a replication bundle, but that only seems to support replication from RavenDB into SQL server. I would like to do that the other way around. The only way I known to keep Raven ...
0
votes
1answer
19 views

RavenDB Replication: Can I set a database's Raven-Replication-Source Guid manually?

EDIT 2: I'm encountering precisely the same issue. For RavenDB Replication, the Raven-Replication-Source Guid is very handy when trying to discern which documents came from which server. But in a ...
0
votes
1answer
20 views

RavenDB facet on list values

Is faceting on the values of a list possible? I can query off of them in the index but it doesn't look like facets are returning any values. Here is a test: ...
1
vote
1answer
35 views

In RavenDB can I retrieve all document Id's for a document type

My Scenario: I have a few thousand documents that I want alter (rename & add properties), I have written a a PatchRequest to alter the document but this takes a document Id. I'm looking for a way ...
0
votes
1answer
20 views

Does the RavenDB compresion bundle provide benefits with many small documents?

I am trying to better understand how RavenDB uses disk space. My application has many small documents (approximately 140 bytes each). Presently, there are around 81,000 documents which would give a ...
1
vote
2answers
42 views

Document sniffing via Load<>?

I'm using RavenDb with ASP.NET Web Api and i've noticed, that it's possible to query other documents with the Load<Type> method. For example: public class Person { public string Id { get; ...
1
vote
2answers
23 views

RavenDB Periodic Backups: How can I “clear the ledger” and force a full backup every so often?

When you enable RavenDB's 'Period Backups' bundle, RavenDB does the following: Backs up the entire database. At every internal (or 'n' minutes), RavenDB makes an incremental backup (or delta backup) ...
3
votes
1answer
31 views

Why RavenDB reads all documents in indexing process and not only collections used by index?

I have quite large database with ~2.6 million documents where I have two collections each 1.2 million and rest are small collections (<1000 documents). When I create new index for small collection, ...
0
votes
0answers
23 views

RavenDB BulkInsert() fails with 403 Forbidden

I've recently migrated my environment and now a process that uses BulkInsert is not working. It is resulting in a 403 Forbidden response from the db server. The previous environment had the ...
0
votes
0answers
20 views

RavenDB - Disaster Recovery on a Replicated Instance [migrated]

Assume that I have two RavenDB instances. Instance 1 contains one document: users/1. Instance 2 contains three documents: users/2, users/3, and users/4. _ Assume that I configure and enable ...
0
votes
0answers
17 views

RavenDB MapReduce and List<MyClass>

I want to make a query to RavenDB, and I created a class to do the job (Map-Reduce), which is: public class AnalysisComparison : AbstractIndexCreationTask<VTAAnalysisInfo, ...
1
vote
2answers
68 views

Migrating Azure Table storage

I have a cloud native app based on azure. The app uses azure table storage. Due to a fantastic opportunity I have decided to also provide the app on-premises. So I have to replace the NoSql data ...
1
vote
1answer
45 views

RavenDB - Querying collections with multiple terms

I want to be able to bring back all blog posts which have all of the tags I specify. public class Post { public int Name { get; set; } public List<string> Tags { get; set; } } I want ...
0
votes
1answer
54 views

Using NodeJS and RavenDB in the cloud (appharbor)

I have written an application in nodejs/ravendb using node-ravendb (https://github.com/mattdaly/node-ravendb). Now I want to find good hosting for it and i realize that I don't have much to choose ...
1
vote
1answer
20 views

RavenDb Select() downcasts instead of selecting the neccessary fields

public class PersonBrief { public int Id { get; set; } public string Picture { get; set; } public PersonBrief(Person person) { Id = person.Id; Picture = ...
0
votes
2answers
34 views

Select all records of a type

I'm trying to get all records of specific type from RavenDB with C#. When I'm using Lucene: var serviceTraces = session.Advanced.LuceneQuery<ServiceTrace>("IDLoadDateIndex").Take(50); I'm ...
1
vote
1answer
22 views

Getting count of distinct groupings in RavenDB index

I have a number of documents within RavenDB of the form: { "Id": "composite of namespace and video id", "Namespace": "youtube", "VideoId": "12345678901", "Start": "00:00:05" } I ...
0
votes
2answers
44 views

Storing entity with null values in some fields in RavenDB

I am using RavenDB (NoSQL Database), and I have this class: public class VirtualDirectory { public string Id { get; set; } public string HostAlias { get; set; } public ...
0
votes
1answer
29 views

RavenDb importing data from different sources like xml, cvs

We have a system which will import alot of data. The data can come with different types of xml files and are right now mapped to c# objects. Now we want by the name (which will be unique, but will not ...
0
votes
1answer
20 views

Strange behavior doing a Where against IDocumentSession.Query<MyClass>

1. documentSession.Query<MyClass> .Where(my=>lastNames.Any(my.FullName.EndsWith)) .ToList(); 2. Func<MyClass,bool> filter = ...
0
votes
1answer
49 views

Can't add index via C# to RavenDB database

I'm trying to create a simple index, which includes two fields from my document: TraceRowID, LoadDate. So I've created the following class: using Model; using Raven.Abstractions.Indexing; using ...
1
vote
1answer
28 views

Can RavenDB faceted search somehow break down a facet into sub-facets?

I am pretty new to faceted search, so it is kind of difficult for me to wrap my head around this... but here goes: Pretend I have Item which contains a collection of SubItems and the SubItem has an ...
0
votes
2answers
51 views

Receiving Object reference not set to an instance of an object. on simple datetime retrieval from Raven

Not sure why its complaining about this error, but when comparing time stamps to DateTime.now I get a object reference error. Here is the simple code. public class EmailTempKey { public ...
0
votes
1answer
29 views

RavenDB Faceted Search: I'm getting wrong hits for price ranges

I'm trying to implement this faceted search logic: http://ravendb.net/docs/2.0/client-api/faceted-search. But the hits of every price range, that are returned from the database, do not work as ...
1
vote
1answer
49 views

ravendb parallel dynamic query result is always stale for the first hit

I am using ravendb http api and cannot make two parallel dynamic queries return stale results. Even when the documents were created long time ago. The first hit is always stale without proper result. ...
2
votes
2answers
97 views

Modelling NoSQL database (when converting from SQL database)

I have a SQL database that I want to convert to a NoSQL one (currently I'm using RavenDB) Here are my tables: Trace: ID (PK, bigint, not null) DeploymentID (FK, int, not null) AppCode (int, not ...
0
votes
1answer
27 views

RavenDB LINQ query against index fails

I get the following error when trying to run a specific query against RavenDB: Can't extract value from expression of type: ArrayIndex Here is the query that is generating the error: people = from ...
0
votes
1answer
60 views

.net MVC 4 RavenDB Unit Test Controller OnActionExecuting not firing

Using .Net MVC 4, RavenDB, MSTest. I followed the RavenDB documentation to create an abstract controller class that creates the RavenSession in OnActionExecuting(), and saves the data in ...
0
votes
1answer
34 views

Ravendb studio authentication

Im running ravendb under shared hosting under IIS. I have set up api key which enables me to call my my ravendb server from code. This all works fine. The problem is i cant seem to figure out how to ...
1
vote
1answer
45 views

Ravendb and SQL Server in a transaction

i want to write an insert/update/delete statement that will insert/update/delete into ravendb and sql server at the same time.I want to be consistent at my updates,inserts and deletes. how is it ...
1
vote
1answer
45 views

Can I force RavenDB to allow IDocumentSession.Store() to accept an entity with existing id?

I have an application which I am upgrading from RavenDB 1 to RavenDB 2. The application does not store its domain object in the database directly. Instead, the domain objects are converted into ...
0
votes
1answer
33 views

Create RavenDB reference field without linking to Newtonsoft.Json

I am storing an object in RavenDB that has a reference to another object. I wish to indicate to the RavenDB serializer that it should be a reference, not an embedded object. The way to do this is to ...
0
votes
1answer
39 views

RavenDB SaveChanges() not saving properties on derived class ([DataMember] used in other class)

I've recently upgraded to build 2230, and things are working just fine. However, I just updated the RavenDB .NET client assemblies and now I'm having this issue. This code has been in place for a ...
1
vote
0answers
66 views

RavenDB Complex Model

I am trying to learn RavenDB by replacing my RDBMS in a project that I've already worked on so that I'm using it in a real situation. I've come to a standstill while trying to create the database, ...
1
vote
1answer
57 views

RavenDB: Attempt to query by id only is blocked. Now Include() doesn't work

For a long time now, this code has been working well for me: session.Query<Application>() .Include(x => x.CustomVariableGroupIds) .Where(app => app.Id == id).FirstOrDefault()) ...
1
vote
1answer
45 views

RavenDB Push Notifications: Actual document not included?

I've successfully implemented push notifications with RavenDB (see code below). I was expecting the actual document to be included with the change notification. That way, all the UI clients can ...
-1
votes
0answers
24 views

Using documentlistener for concurrency control in ravendb

The doubt is all about concurrent update of a raven document by multiple users, Here i have gone through solution with ETags which is working fine. The thing is i update the same document in several ...
0
votes
1answer
23 views

How to get started with RavenDB.AspNetHost package?

how to use and configure the RavenDB.AspNetHost package from NuGet? I added it to ma empty ASP.NET 4.5 WebApplication project, and this package is adding a connection string <add name="RavenDB" ...
1
vote
1answer
29 views

How to write a RavenDB index as a prefiltered list of documents, not searchable

I want to get a list of users filtered by a property (string) being null or empty. I've created an index for this but I'm not sure if my way of implementing it is the right way to do it. public ...
0
votes
1answer
42 views

Managing DI for Couchbase client

With RavenDb it was really a piece of cake: public class DataAccessModule : NinjectModule { public override void Load() { Bind<IDocumentStore>().ToMethod( context => ...
0
votes
1answer
68 views

Debugging With RavenDB Is Horrendously Slow

I'm using RavenDB version 2.0.3.0. When the debugger is attached, everything involving RavenDB runs horrendously slow. Every query takes several seconds to complete. If I press pause while the ...

1 2 3 4 5 24