#18702: Remove chunked reads from iter(qs)
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |                  Version:  1.4
    Component:  Database layer       |               Resolution:
  (models, ORM)                      |             Triage Stage:  Accepted
     Severity:  Normal               |      Needs documentation:  0
     Keywords:                       |  Patch needs improvement:  0
    Has patch:  1                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by akaariai):

 I think we want to go with the "always convert all objects" approach.
 Special casing some uses makes the code complex. And, in most cases we
 will win only in the amount of converted objects, not in the amount of
 fetched rows.

 So, I updated the original
 [https://github.com/akaariai/django/compare/non_chunked_reads
 non_chunked_reads] branch to apply to master. If somebody could review at
 least the release notes changes that would be good...

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18702#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to