[ZODB-Dev] Splitting a large ZODB file storage - any light-weight approach?

2009-12-29 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, we have some huge ZODB file storage (60-80 GB each) and we want to split the storage into a number of smaller storage (easier to handle for backup and packing). The storages themselves only contain a few (Zope 2) folders - let's say folders

Re: [ZODB-Dev] Splitting a large ZODB file storage - any light-weight approach?

2009-12-30 Thread Alan Runyan
> we have some huge ZODB file storage (60-80 GB each) and we want > to split the storage into a number of smaller storage (easier > to handle for backup and packing). The storages themselves only > contain a few (Zope 2) folders - let's say folders A, B, C - > within the root and we want to create

Re: [ZODB-Dev] Splitting a large ZODB file storage - any light-weight approach?

2010-01-04 Thread Rafael Monnerat
You can take a loot into: http://svn.erp5.org/erp5/trunk/utils/zodb-cutter/ Seems a tool for what you want to do. Regards, Rafael Monnerat Em Wed, 30 Dec 2009 08:58:36 +0100 Andreas Jung escreveu: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi there, > > we have some huge ZODB