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
So RavenDB actually stops fetching when you close the http connection?
Igor, If you cancel the iteration, yes, it would do that.
Comment preview