[Zope3-Users] Re: Zope 3 Capacities

matt wilbert matt.wilbert at gmail.com
Sun Jan 22 12:21:17 EST 2006


It probably won't meet their needs either, but the latest version of
DirectoryStorage is supposed to be compatible with Zope3.
It might mitigate the startup time and index memory consumption issues
somewhat, especially if they can use reiserfs.

http://dirstorage.sourceforge.net/

Matt

On 1/22/06, Jeff Rush <jeff at taupro.com> wrote:
>
> David Johnson wrote:
> >
> > In general we're looking at using an RDBMS, but we're trying to
> > get a better feeling of when we can use the ZODB and when we
> > should stick to the RDBMS.
> >
> > We have various datasets:
> >
> >    1. Transactions: 10-100 billion objects
> >    2. Users: 10-100 million objects
> >    3. Contacts: 100,000 objects
> >    4. Customers: 100-1000 objects
>
> I see other good replies but one factor you must keep in mind for ZODB is
> that it keeps the index of all objects in memory.  With 100 billion
> transaction objects, you're going to need a LOT of RAM and have a large
> startup-time.
>
> I've always wondered why ZODB didn't offer an option of storing the object
> index in a BTREE, but I guess its the performance issue of potential
> additional disk accesses.
>
> -Jeff
>
> _______________________________________________
> Zope3-users mailing list
> Zope3-users at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060122/4fd3d6f6/attachment.htm


More information about the Zope3-users mailing list