Behave appropriately for large databases or views
Closed this issue · 0 comments
drsm79 commented
The current way of working will get the whole of a view or _all_docs
and iterate through them. That's fine for a small result set but a bad thing for anything large. The library should paginate results appropriately using the normal view pagination methods.