[ZODB-Dev] URGENT: ZODB down - Important Software Application at CERN

Alan Runyan runyaga at runyaga.com
Tue May 26 15:25:36 EDT 2009


On Tue, May 26, 2009 at 1:58 PM, Shane Hathaway <shane at hathawaymix.org> wrote:
> Jim Fulton wrote:
>> FileStorage indexes can't be saved after they reach a certain size,
>> where size roughly based on the number of objects.
>>
>> I need to find a way to fix this.
>
> It might be interesting to use SQLite for FileStorage indexes.  With
> SQLite, we wouldn't have to store the whole index as a unit.

Or possibly BDB?

The indices appear to be fairly straight forward to store.

I know people have had nightmares with BDB.  We use it in our Enfold Proxy
cache and it works fine.  We have not had corruption or other issues that
tend to come along with BDB usage.


More information about the ZODB-Dev mailing list