[ZODB-Dev] working with large databases

Chris Withers chrisw@nipltd.com
Thu, 28 Feb 2002 08:12:56 +0000


Greg Landrum wrote:
> 
> The problem I'm encountering is that all of the spellings I can think of
> result in the entire BTree ending up in memory.  This is not at all what
> I'd like to have happen.

I'd guess this is because all the BTree bits are ending up in the object cache in RAM.

I think Toby Dickenson has an alternate implementation of this Cache which might solve the
problem.

Bug him for it and see if it makes a difference...

...if it solves the problem, but him to merge it into the ZODB HEAD in CVS :-)

cheers,

Chris