[Zope] Experiences with big ZODB?
Jens Vagelpohl
jens@zope.com
Tue, 26 Feb 2002 10:31:27 -0500
apart from the choice between ZODB or RDBMS there should not be any
problems with a ZODB that size if your OS handles large files correctly
and your python's large file support works.
jens
On Tuesday, February 26, 2002, at 10:20 , Thomas Guettler wrote:
> I tested ZODB with a size of 2GB with a own python product for zope.
>
> My experience is that it can be used for applications if you design your
> product right (Using BTrees) and if you have a python with support for
> large files.
>
> Are there any problems I might experience with such a big ZODB (about 8GB)
> ?
>
> I have to decide whether to use ZODB or a relational database. I would
> prefere ZODB.
>
> Any comments?
>
> thomas
>
>