Hey, i was trying to upload about 500K results into my db with loaddata and 
saw that it saves the items one item at a time 

in "load_label" in line "obj.save(using=self.using)"

is there a reason no the save the objects to a list and then run:

bulk_create(objs, batch_size=bulk_size) (with maybe ignore_conflicts)

is there something that im missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/781941bb-bc1a-4262-a4b4-4274bf57da35n%40googlegroups.com.

Reply via email to