8 Mar
2005
8 Mar
'05
7:02 p.m.
Pascal Peregrina wrote at 2005-3-8 17:40 +0100:
I would like to know if, for a Zeo Storage, increasing the <zodb_db></zodb_db> cache-size param value (per connection target number of cached objects)
This controls a cache in RAM containing Python objects.
is useful, specially if I already have a high cache-size param value in the <zeoclient></zeoclient> subsection (global Zeo objects target cache size in bytes).
This controls a cache on disk containing object states (as pickles). As disks are slower than RAM and as unpickling can be expensive, you may easily guess the answer to your question... -- Dieter