The admin list page performs a count(*) (twice!) when viewing the list page of a model. One of these counts can be disabled, but the pagination count can not be. On huge tables, this can be a massive performance issue. https://code.djangoproject.com/ticket/8408 was created to disable the count, but it only allowed disabling one of them. I've reopened the ticket with Matthew who has implemented the suggestion to disable pagination features that require count.
PR: https://github.com/django/django/pull/8858 Does anyone have strong views one way or another here? Would like to hear if so. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" 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]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/d093b4dd-4bc4-4c16-910d-53c4740ec5ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
