django-mysql
django-mysql copied to clipboard
LOAD DATA LOCAL INFILE for faster bulk_create
I'm sure there are situations where LOAD DATA LOCAL INFILE would be faster for bulk-inserts than bulk_create.
Quick! Someone made the postgres version! https://github.com/california-civic-data-coalition/django-postgres-copy
Not so quick. Eh.