28 Jan
2004
28 Jan
'04
4:46 p.m.
On Wed, 28 Jan 2004 11:15:35 -0500 Jianping Zhu <jzhu@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