[Zope] Where is Oracle ZODB storage ? Large file support in NT
4 ?
Dieter Maurer
dieter@handshake.de
Wed, 20 Mar 2002 20:17:21 +0100
Bruce Richardson writes:
> There are reasons other than performance to want to store ZODB in an SQL
> RDBMS: you might want to access data stored in ZODB objects from programs
> which have no practical interface to Zope. Or you might simply want all
> your textual data in one place where you can categorise and organise
> them.
You may want to look at ZPattern...
However, storing meaningfull data in external storage will require
some work from you.
Dieter