Înca o postare
Luni, 2 Mai 2016
visibility 2226
If you’re using a QuerySet with a very large number of items, requesting high page numbers might be slow on some databases, because the resulting LIMIT/OFFSET query needs to count the number of OFFSETrecords which takes longer as the page number gets higher.
If you’re using a QuerySet with a very large number of items, requesting high page numbers might be slow on some databases, because the resulting LIMIT/OFFSET query needs to count the number of OFFSETrecords which takes longer as the page number gets higher.