Hi,

I am looking at Django's performance with respect to modifying large 
numbers of objects, each in a unique way that cannot be batched. If I make 
a simple change to one of my Django models and save(), and then do the same 
thing in sqlalchemy, I notice a performance difference of about 48 times as 
far as the rate that the objects are processed to my postgresql db.

The code is a simple property update and save, in a loop, trying to process 
as many objects as possible.

Is the Django ORM known to be slower in this regard, or is it likely 
something that I'm doing?

Thanks,
Mike

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9049bff2-470e-4560-b93f-dee56bc924d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to