algoliasearch-django
algoliasearch-django copied to clipboard
add queryset paginator
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Related Issue | add pagination to allow re-indexing big number of records |
Need Doc update | no |
Describe your change
We had to reindex 50k records and Heroku memory couldn't handle it, so we added pagination in place
What problem is this fixing?
optimize re-indexing memory usage
I have the same problem with memory usage. Thumbs up to merge this pr.