Re: [ZODB-Dev] Data.fs size grows non-stop

2009-12-07 Thread Kapil Thangavelu
i would think it would be more useful immediately to account for the rate of growth rather than trying to account for all objects in the zodb. i've attached a quick script you can use to get some introspection on the last few transactions of a large data.fs file. it operates in read only mode, just

Re: [ZODB-Dev] ZODB 3.9/3.8 incompatibility (was Re: Data.fs size grows non-stop)

2009-12-17 Thread Kapil Thangavelu
On Thu, Dec 10, 2009 at 8:12 PM, Marius Gedminas wrote: > On Thu, Dec 10, 2009 at 02:07:06PM -0500, Jim Fulton wrote: > > On Thu, Dec 10, 2009 at 1:50 PM, Marius Gedminas > wrote: > > > On Thu, Dec 10, 2009 at 12:41:11PM -0500, Jim Fulton wrote: > > >> On Thu, Dec 10, 2009 at 11:54 AM, Marius Ge

Re: [ZODB-Dev] Plone Get Paid and zodb corruption

2009-07-06 Thread Kapil Thangavelu
the referenced code, was moving an object from a session (ram zodb ) to a persistent zodb, and making it explicitly not a cross database reference via pickling. shouldn't pickling the object remove any database reference, all the _p_ variables should be gone, and thus the pickle laundered object is