Shane Hathaway wrote:
Dieter Maurer wrote:

Currently, the ZODB cache can only be controlled via the maximal number
of objects. This makes configuration complex as the actual limiting
factor is the amount of available RAM and it is very difficult to
estimate the size of the objects in the cache.

I therefore propose the implementation of cache replacement policies
based on the estimated size of its objects.


+1 on this proposal.  Ideally, it should be possible to tell ZODB to use
either cPickleCache, your size controlled cache, or some other cache
implementation, upon opening the database.

Agreed.  This will, however, require a highly desireable
but major refactoring to surgically separate the persistence and
persistent cache implementations which are currently joined at the
hip. :)

(Note that Python 2.4 actually grew a feature, subclassing of
 weakrefs to facilitate this refactoring.)

Jim


--
Jim Fulton           mailto:[EMAIL PROTECTED]       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to