[ZODB-Dev] Checking FileStorage integrity
Michel Pelletier
michel@zope.com
Wed, 08 Aug 2001 09:06:36 -0700
Chris Withers wrote:
>
> Hi,
>
> I've go a FileStorage that's 2.8GB in size and extremely flakey.
>
> It originated from a CompressedStorage which is where I suspect the problem
> lies. What's the most thorough integrity checking I can do on it and how can I
> solve any problems I find?
Just as an experiment, you could try iterating over all objects and
poking them into a fresh storage. Log raised exceptions, etc.
-Michel