Dražen Odobašić
unread,Nov 17, 2017, 11:27:13 AM11/17/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi,
at the moment `chunked_fetch` (server side cursors) are only initialized for
ModelIterable class. Is there any reason why we should not do the same for other
BaseIterable classes (ValuesIterable, ValuesListIterable and
FlatValuesListIterable).
The idea is that you could then use QuerySet.values_list('id').iterator() and
actually use server side cursors.
Dražen