[ZODB-Dev] merging databases containing multidatabase references
Jim Fulton
jim at zope.com
Mon Apr 27 09:13:28 EDT 2009
On Apr 27, 2009, at 8:57 AM, Alan Runyan wrote:
>> In ZODB 3.9, you can pack without doing garbage collection. This
>> should at least buy you time, if not solve your problem (depending on
>> how much garbage your application creates.
>
> What about zc.FileStorage? Does this support packing w/o GC?
Yes.
> And does that work on versions of ZODB < 3.9?
It works with 3.8.
Note that if you're using ZEO, you can use ZODB 3.9 on the server and
use an older version on the client, so you use Zope versions as far
back as 2.7.
Note that ZODB 3.9 is pretty stable. We're using it in production. It
is alpha mainly because Shane and I are still sorting out integration
of RelStorage.
Jim
--
Jim Fulton
Zope Corporation
More information about the ZODB-Dev
mailing list