django-postgres-extra
django-postgres-extra copied to clipboard
Chunking support with batch_size parameter for `bulk_insert`/`bulk_upsert`
As suggested in https://github.com/SectorLabs/django-postgres-extra/pull/135#issuecomment-800692846 it would be convenient if bulk_insert
/bulk_upsert
had a batch_size
parameter and would automatically chunk your rows accordingly.