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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to