<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Jimmie Houchin wrote:<br>
<blockquote type="cite" cite="mid3F7C9CCC.10305@texoma.net">Are there
any practical upper bounds to db size with regard to scalability or
performance?
  <br>
  <br>
In other words how well does zodb perform on multi-gigabyte (4+gb)
databases which are primarily read-only?
  <br>
  <br>
</blockquote>
<span style="font-family: monospace;">The question is more which
storage to use. Filesstorage needs a lot of memory (10% of Database
size).<br>
My answer for the question "how to store very big ZODB's" is bdbstorage.<br>
See <a href="http://cvs.zope.org/ZODB3/Doc/storages.html?rev=1.">here</a><br>
</span>
</body>
</html>