[ZODB-Dev] Increasing ZODB cache size

Neil Schemenauer nas@mems-exchange.org
Wed, 10 Oct 2001 12:16:27 -0400


Imagine that my entire ZODB database fits into RAM.  What are the cache
settings that I can use to make ZODB keep everything in memory and only
use the disk for committing transactions?  The connection methods
setCacheSize, setCacheDeactivateAfter and setPoolSize sound promising
but I can't find any documentation on what they actually do.

Thanks for any help.

  Neil