session.rollback() leads to sqlalchemy producing a bunch of additional
queries to compare the objects in the session cache with the database
and rolling the objects in the cache back if necessary. This is a lot
of unnecessary extra database traffic that we do not need there.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
ping.
@cmatthews: I actually sneaked this change into our internal server and it is running fine for a while now.