Hi everyone, Is it possible to search the ZODB and return a list of the 10 largest objects? The size of my Data.fs really jumped recently and I'm trying to find out what caused it. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.com W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
if you have an idea of when this jump in size occurred you could use the Find tab to find those items. just specify "modified after" and put in a date before the increase in storage size. jens On Thursday, Sep 12, 2002, at 07:40 US/Eastern, Tim Wilson wrote:
Hi everyone,
Is it possible to search the ZODB and return a list of the 10 largest objects? The size of my Data.fs really jumped recently and I'm trying to find out what caused it.
-Tim
On Thursday 12 Sep 2002 12:40 pm, Tim Wilson wrote:
Hi everyone,
Is it possible to search the ZODB and return a list of the 10 largest objects? The size of my Data.fs really jumped recently and I'm trying to find out what caused it.
For FileStorage, try tranalyzer. For DirectoryStorage, try ls.
participants (3)
-
Jens Vagelpohl -
Tim Wilson -
Toby Dickenson