Not exactly as far as I look at the couchdbkit source code[0]. Correct
me if I'm wrong.
couchdb-python's Database.iterview()[1] method follows Pagination
recipe[2] from CouchDB Guide while iter(Widget.view("widget/
widgets_by_id", include_docs=True)) will iterate over full view
response still having him loaded in memory.
[0]:
https://github.com/benoitc/couchdbkit/blob/master/couchdbkit/client.py#L897
[1]:
http://code.google.com/p/couchdb-python/source/browse/couchdb/client.py#830
[2]:
http://guide.couchdb.org/draft/recipes.html#fast
--
,,,^..^,,,
> --
> You received this message because you are subscribed to the Google Groups
> "couchdbkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
couchdbkit+...@googlegroups.com.
> To post to this group, send email to
couch...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/couchdbkit.
> For more options, visit
https://groups.google.com/groups/opt_out.