[Zope-dev] RE: DBtab and BDBStorage

Andrew R. Halko ahalko@insivia.com
Tue, 10 Jun 2003 08:38:33 -0400


Well, currently I cannot get python 2.2.3 to work with Plone.  I got a
first error and was able to fix the problem, but then got another and
have not been able to fix it for the life of me.  I tried the Plone
mailing list for the bug I got after installing python and got nothing.
2.2.3 will support up to 4TB, which would solve all my problems, but it
doesn't work.

Right now, my best solution is to scratch BDB and APE's Local Files
System storage and go with 5 separate ZODBs at 2GB and then when the new
version of Plone comes out, hopefully it will support Python 2.2.3 and
all my DBs will have up to 4TB (pretty much unlimited) of available
space.

Andrew R. Halko

-----Original Message-----
From: Chris Withers [mailto:chrisw@nipltd.com] 
Sent: Tuesday, June 10, 2003 8:27 AM
To: Andrew R. Halko
Cc: 'Fabio Paracchini'; zope-dev@zope.org; 'Shane Hathaway'
Subject: Re: [Zope-dev] RE: DBtab and BDBStorage

Andrew R. Halko wrote:
> Plone/Members/ - BerkleyDB to allow a large number of users a large DB
> to create whatever they need in their areas

I don't see why you're using BDB here. If you have a 4GB Data.fs in
another part 
of your setup, what's the problem with just using a FileStorage for
this?

cheers,

Chris