algolia / algoliasearch-django

Seamless integration of Algolia into your Django project.
https://www.algolia.com
MIT License
173 stars 65 forks source link

add queryset paginator #327

Open awartani opened 1 year ago

awartani commented 1 year ago
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

Gustutu commented 8 months ago

I have the same problem with memory usage. Thumbs up to merge this pr.