2009/12/7 Jose Benito Gonzalez Lopez <[email protected]>: > Dear ZODB developers, > > Since some time ago (not sure since when) our database > has passed from 15GB to 65GB so fast, and it keeps growing > little by little (2 to 5 GB per day). It is clear that something is not > correct in it. > > We would like to check which objects are taking most of the space > or just try to find out what is going on,... > > Any help or suggestions would be much appreciated.
Take a look at my write up here: http://plone.org/documentation/kb/debug-zodb-bloat You will want analyze.py from the latest ZODB release (or download it from http://svn.zope.org/ZODB/trunk/src/ZODB/scripts/) the version that ships with Zope 2.10.9 is broken. Laurence _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - [email protected] https://mail.zope.org/mailman/listinfo/zodb-dev
