[Zope] zope DB

Casey Duncan casey at zope.com
Wed Jan 28 11:46:49 EST 2004


On Wed, 28 Jan 2004 11:15:35 -0500
Jianping Zhu <jzhu at fisher.forestry.uga.edu> wrote:

> 
> My zope database is getting larger and close to 2GB, i want to figure
> out a way to handle it. First i want to find out how much space each
> directoy takes inside zope database. How can i find out that?

If the objects are fileish content then you could write a script which
adds up their size (via the get_size method). This won't tell you
exactly home much space it takes up in the ZODB, but it will tell you
where most of the data is.

-Casey



More information about the Zope mailing list