user1765862
user1765862

Reputation: 14145

easiest way to retrieve all data set from ravendb

I have 350 000 items inside ravendb. With simple session.Query

I'm retrieving 128 documents. Is there solution to retrieve all 350 000 documents in one db roundtrip?

Upvotes: 0

Views: 40

Answers (1)

Ayende Rahien
Ayende Rahien

Reputation: 22956

You can use the streaming API for that.

Upvotes: 2

Related Questions