3 May
2001
3 May
'01
10:51 a.m.
On Wed, 2 May 2001 20:26:37 -0700, "Andy McKay" <andym@ActiveState.com> wrote:
Several gigs of RAM? Cool! Maybe someone from DC can detail what goes on at startup that might take alot of time.
When you start a ZODB up
strictly, FileStorage. ZODB on BerkelyStorage is very much better.
, an index is built of every object inside the ZODB so it that can call it again later, effectively it reads through the entire DB.
With FileStorage, This only happens if zope is not shut down cleanly. A clean shut down will leave a var/Data.fs.index file. On the next startup it loads this index if it is present, or scans the whole Data.fs if it is not. Toby Dickenson tdickenson@geminidataloggers.com