SectorLabs/django-postgres-extra

Chunking support with batch_size parameter for `bulk_insert`/`bulk_upsert`

henribru opened this issue · 0 comments

As suggested in #135 (comment) it would be convenient if bulk_insert/bulk_upsert had a batch_size parameter and would automatically chunk your rows accordingly.