Proper Way to Retrieve More than 128 Documents with RavenDB

前端 未结 5 1869
执念已碎
执念已碎 2020-12-13 01:07

I know variants of this question have been asked before (even by me), but I still don\'t understand a thing or two about this...

It was my understanding that one cou

5条回答
  •  时光取名叫无心
    2020-12-13 01:23

    The Take(n) function will only give you up to 1024 by default. However, you can change this default in Raven.Server.exe.config:

    
    

    For more info, see: http://ravendb.net/docs/intro/safe-by-default

提交回复
热议问题