#13871: contrib.admin:list_editable - ForeignKey performance is O(m*n)
-------------------------------------+-------------------------------------
     Reporter:  chadc                |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  contrib.admin        |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  list_editable,       |             Triage Stage:  Accepted
  admin, ForeignKey, admin           |
  efficiency                         |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Aymeric Augustin):

 Using "autocomplete_fields" brings complexity down from O(m * n) to O(n).
 It still makes n database queries, but these queries return only 1 row
 instead of m.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/13871#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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.dd95a379c7924f6c724b148271d62e92%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to