rafalp / Misago

Misago is fully featured modern forum application that is fast, scalable and responsive.
http://misago-project.org
GNU General Public License v2.0
2.49k stars 521 forks source link

Remove `chunk_queryset` #1725

Closed rafalp closed 5 months ago

rafalp commented 5 months ago

I've did few quick benchmarks and found that iterator is indeed memory safe even for larger data sets. Performance vise its better to don't sort those iterated querysets, which makes them more memory efficient.

Fixes #1715

coveralls commented 5 months ago

Coverage Status

coverage: 98.676% (-0.02%) from 98.697% when pulling 1998eb2dbe4f6577793cd92e29696ebb28b490fd on fix-1715-remove-chunk-queryset into 467eaf409c0be2cd9b1f8fb192e084127a3a31f2 on main.