On Aug 4, 2011, at 9:22 AM, Michael Bayer wrote:

> The range of speedups here would be between 30% and 80%, with direct usage of 
> connection/session .execute() with Table metadata giving you the 80%.

Thanks. I'll look into your suggestions

> 
> I'm not sure what "transaction" is in transaction.begin() , if you're using a 
> regular SQLAlchemy Session in it is always "in a transaction" in that it uses 
> a single connection until rollback() or commit() is called.

Originally, I thought transaction was from the standard Python library, but 
upon research, it looks like it's from the transaction package that is part of 
Zope. It's included in the Pyramid installation.

Mark

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to