22 Oct
1999
22 Oct
'99
2:04 p.m.
-----Original Message----- From: Andrew M. Kuchling [mailto:akuchlin@mems-exchange.org] Sent: Thursday, October 21, 1999 9:14 PM To: zope-dev@zope.org Subject: RE: [Zope-dev] ZODB and # of objects
Michel Pelletier writes:
Are you using substransactions? If you are using 2.0.x, then you might not notice any improvement with sub-transactions because of a deactivation bug that was fixed just after the release (sigh). If you
Trying the CVS version doesn't seem to help; I suspect that the problem is the growing in-memory index of FileStorage objects, and the fix is to use an alternate Storage class that scales better.
Ty has the Berkely Storage, that might work quite well. -Michel