I've been using ravenDB for a mere week or so. Referencing, initializing, and storing data is pretty easy. However, I'm still not to familiar w/ how indexing and such works and I have over 300+k documents in my DB that don't have indice. I try to delete them but I can pull back 128 at 1 time. How can I do a mass delete. Google groups the creater, Ayende says delete to Directory but I don't see where one was made physically my HDD. How would I go about doing this? Plus is there any decent doc out there for general usage on RavenDB just to at least get the meager basics?

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

The indexes will be stored under the folder data of where your server is running from. For example, \Samples\MvcMusicStore\Server\Data\Indexes

As for tutorials, have a look at ravendb.net/tutorials and on Rob Ashton's Image Gallery series at http://codeofrob.com/archive/2010/09/28/ravendb-image-gallery-project-i.aspx (that's the first of a quite a few).

link|improve this answer
feedback

You might want to have a read of the RavenDB e-book, it's a nice introduction to Raven and some of the concepts behind it.

The current version is available at here.

link|improve this answer
Nice this is exactly what I needed. Thank you soo much – Kai CriticallyAcclaimed Cooper Mar 28 '11 at 20:25
feedback

If you want clear your database completly, you can delete 'Data' folder in folder, where Raven.Server.exe placed.

for example: E:\RavenDB\Server contains folder Data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.