Exporting Data from RavenDB, the new way
In RavenDB 2.5, we provide an easy way to grab all the data from the database, regardless of the usual paging limit.
I had the chance to experiment with that recently during a course. Here is the code we wrote. For fun, we made it use the async API:
I am pretty happy about that. We have stuff that streams all the way from the ravendb to the end client.

Comments
Comment preview