Ben Edwards wrote:
Not sure if this helps but it sounds to me like you may want to look at storing the data in a rdbms. MySQL, ProgresSQL and Interbase are the free ones (not entily sure if this is true for interbase). I know oracle could do this (but of course it is expensive). Also the platform you are using is probably important for this type of stuff (i.e. go for unix).
Hi,
I would like to store several huge data-objects (10Mb and more) in the ZODB by use of ZOPE (Zope-2.3.0b1), but in my first tries I discovered, that the access to folders that include several huge objects becomes very slow.
Interbase is free and there is a storage product for ZODB under interbase at http://www.zope.org/Members/mcdonc/RS/InterbaseStorage but i have not tested it yet with zope 2.3 ciao azazel