On Wednesday, May 11, 2011 7:50:16 AM UTC+1, Brian wrote: > > Sure - it's just that bit more convenient and readable to use the ORM > approach. If I get the chance, I must try substituting direct calls to > psycopg and see if that makes it significantly faster again. I'd guess > there's maybe another factor of 2 to be had.
I'd think you'll find it's significantly more than a factor of 2. For bulk inserts, raw SQL is often several orders of magnitude faster. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.