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?
|
feedback
|
|
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). | |||
|
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. | |||
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. | |||
|
feedback
|