20 Mar
2002
20 Mar
'02
10:36 a.m.
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