[ZODB-Dev] how big can a ZODB get?
Andreas Jung
lists at andreas-jung.com
Wed Jan 12 02:45:53 EST 2005
--On Mittwoch, 12. Januar 2005 1:21 Uhr -0500 Victor Ng
<crankycoder at gmail.com> wrote:
> Has anyone tested to see how large a ZODB can get in terms of number of
> objects?
>
> How much RAM should I expect to have to get acceptable performance for
> a large number of objects, say somewhere around 200,000->1,000,000 ?
> Can ZODB even grow that large?
1 million objects is a "larger" ZODB. Zope can handle that if your data is
organized well.
Of course you want a ZEO setup in this case. But handling such an amout of
data requires some solid Zope
and ZODB knowledge.
Andreas
More information about the ZODB-Dev
mailing list