[Zope] Where is Oracle ZODB storage ? Large file support in NT 4 ?
Thomas Guettler
zopestoller@thomas-guettler.de
Wed, 20 Mar 2002 11:36:41 +0100
Jean-François Ménard wrote:
>I would like to move my ZODB to a DBMS (probably Oracle)
>
>Goals:
>
>- Speed up data access.
>
I don't think this will be speed it up. I read some time ago that
berkley storage
is much slower than a the storgage in the filesystem of ZODB.
If you store your data in ZODB and not in an SQL-Database and have
performance problems
you might try BTrees. BTrees are much faster if you store a lot of
Objects in a Folder.
thomas