sweep - sort of a garbage collector which removes unused versions of transaction. There is Database header page information, where you can see the the current transaction state, there are two parameters: Oldest transaction and Next transaction. The range from Oldest to Next - is the versions of transactions. The amount of versions slows down the database speed. So SQLAlchemy is looking somewhere this "Oldest transaction" and after the database works slowly.
-- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
