peopledoc / django-chunkatorLinks
Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.
☆110Updated 3 years ago
Alternatives and similar repositories for django-chunkator
Users that are interested in django-chunkator are comparing it to the libraries listed below
Sorting:
- PostgreSQL and SQLite partial index support for Django☆113Updated 5 years ago
- Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.☆198Updated last year
- Pagination based on the seek method / keyset paging / offset-less pagination☆124Updated 5 months ago
- Django utility for a memoization decorator that uses the Django cache framework.☆165Updated 3 months ago
- A special kind of ModelAdmin that allows it to be nested within another ModelAdmin☆140Updated 11 months ago
- Cursor-based pagination for Django