OK, so if it's 'more objects', then it's irrelevant if you're storing the big data inside data.fs, since you're storing an object for each ext file anyway (at least in ExtFile, I'm not sure about LocalFS, since it seems you can use directory views in it?)
From: ender <kthangavelu@earthlink.net> Date: Thu, 31 May 2001 08:27:05 -0700 To: marc lindahl <marc@bowery.com>, <zope@zope.org> Subject: Re: [Zope] FS Photo product
On Thursday 31 May 2001 12:48, marc lindahl wrote:
From: "Jonothan Farr" <jfarr@real.com>
Last time I checked, Zope creates an in-memory index of the entire ZODB on startup, so yes it does take longer to start up with a larger DB.
by "larger" meaning, more objects or larger objects?
more objects
this is true of fs storage, other storages might not need this...
~kapil