[ZODB-Dev] From memory Problems to Disk Problems :-(

Jeremy Hylton jeremy@zope.com
Mon, 5 Nov 2001 07:52:46 -0500 (EST)


>>>>> "CW" == Chris Withers <chrisw@nipltd.com> writes:

  CW> Should I just give up and fidn some way of indexing into SQL or
  CW> can anyoen offer any help here?

I hope you don't have to resort to that, although it doesn't sound
like we've got great answers for you at the moment.  One project we
have scheduled is to modify FileStorage to use BTree objects, which
would reduce their memory consumption somewhat.  (A builtin dict uses
a lot of space, as you well know.)  I doubt we'd get to it before late
this month, though.

Jeremy