My data.fs file seems rather large (200M+). Two questions: 1. What does it contain? 2. Can it be purged/compacted? Thanks in advance Ian
My data.fs file seems rather large (200M+). Two questions:
1. What does it contain? 2. Can it be purged/compacted?
1. All the persistent objects in Zope, plus their history. 2. Yep. Go to Database Management in the Control Panel and hit "Pack". That'll get rid of the historical data up to N days ago. --jcc
--On Freitag, 28. Februar 2003 18:21 +0000 Ian Firmin <ianf@ijfirmin.co.uk> wrote:
My data.fs file seems rather large (200M+). Two questions:
A 200MB ZODB is not large.
1. What does it contain?
Depends on what you have put inside ;-)
2. Can it be purged/compacted?
go to the ZMI -> ControlPanel->Database management -> Pack. -aj
At 10:21 AM 2/28/2003, Ian Firmin wrote:
My data.fs file seems rather large (200M+). Two questions:
1. What does it contain?
Your data and all revisions that have been made to it. Probably some other stuff too.
2. Can it be purged/compacted?
Can be and should be regularly. Check out the "Database Management" link in the Control Panel. After that, check out http://www.zope.org/Documentation HTH, Dylan
participants (4)
-
Andreas Jung -
Dylan Reinhardt -
Ian Firmin -
J Cameron Cooper