[ZODB-Dev] zodb best practices

Harald Koschinski harald.koschinski at friatec.de
Wed Oct 8 05:13:04 EDT 2003


Jimmie Houchin wrote:

> Are there any practical upper bounds to db size with regard to 
> scalability or performance?
>
> In other words how well does zodb perform on multi-gigabyte (4+gb) 
> databases which are primarily read-only?
>
The question is more which storage to use. Filesstorage needs a lot of 
memory (10% of Database size).
My answer for the question "how to store very big ZODB's" is bdbstorage.
See here <http://cvs.zope.org/ZODB3/Doc/storages.html?rev=1.>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.zope.org/pipermail/zodb-dev/attachments/20031008/3e9d4b1b/attachment.html


More information about the ZODB-Dev mailing list