[Zope] ZODB size limitations?
J Cameron Cooper
jccooper at jcameroncooper.com
Wed Oct 15 17:28:44 EDT 2003
>There are file size limitations in some OS's (I think Linux is 2GB).
>150,000 objects is no biggy and if it grew to 500,000, you would still be
>fine.
>
Only if you have a very old one.
Linux 2.4 with, say, XFS can do up to 64TB, and I'd be very impressed if
you can afford one of those. Later with 64-bit block devices it'll
become something like 9 million TB.
Of course, the maximum filesystem size is only 2TB, which is something
of a wet blanket, but that'll change. If you need to work around it, I
suppose you can use DirectoryStorage.
--jcc
More information about the Zope
mailing list