Manuel Vazquez Acosta wrote at 2008-4-5 11:49 -0400: > ... >I wonder if there's a way to actually see what objects (or object types) >are modified by those transactions. So I can go directly to the source >of the (surely innecesary) transaction.
The ZODB utility "fsdump" generates a human readable view of your storage. Among others, you see which transactions have been committed (together with all transaction metadata) and which objects was modified (identified by the oid (and I think, their class)). -- Dieter _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev