http://gist.github.com/479348

This is the trivial test script that i created to test the speed of
raw sql insert vs the one done in django, here is the result of that
script on my laptop:

sql:  0:00:00.832262
django:  0:00:03.074965


i tried passing force_insert=True to save() and it didn't seem to make
any difference. is there any way i can make the inserts in django
faster?

-- 
python/django hacker & sys admin
http://almirkaric.com & http://twitter.com/redduck666

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to