Skip to content.

plope

Personal tools
You are here: Home » Members » chrism's Home » Finding ZODB Conflict Hotspots » not perverted...
 
 

Comment

Above in this comment thread: Finding ZODB Conflict Hotspots

not perverted...

Posted by chrism at 2005-08-10 06:37 PM
Actually very useful. I learned something, anyway. ;-)

good solution

You could write a Python script that iterated over the transactions and managed an explicit list of objects involved in transactions, but that's a lot more code than massaging the fsdump output. fsdump is really useful for understand what's happening in a filestorage. One advantage of the python approach is that it would work with directory storage, too.

BTW, I wonder what version of ZODB boston.com is running. I'd be interested to know what effect MVCC has for them.