Hello,

I use the default options to run queries via sql expressions and I've
noticed that SQLAlchemy does a rollback
after every select using the mysql default engine. These rollback are
not really useful and eat 15% of the CPU time.

Is this a normal behavior, part of the auto commit custom strategy
SQLAlchemy implements ?

If yes, is there a way to avoid those extra rollbacks ?

Regards
Tarek

-- 
Tarek Ziadé | http://ziade.org

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@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