cloudant-labs / cloudant-python

Asynchronous Cloudant / CouchDB interface for Python
http://cloudant-labs.github.io/cloudant-python/
37 stars 17 forks source link

Behave appropriately for large databases or views #5

Closed drsm79 closed 10 years ago

drsm79 commented 10 years ago

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.