Django Bulk Save - 2 Fast 2 Big

Continuing from Django Bulk Save, I wanted to test how would the copy_from function perform when I scale to over a million records. The copy_from scales incredibly well, it took 4

Django Bulk Save

Using bulk_create? You could switch to copy_from if your usecase fits.