[ZODB-Dev] __del__ with Persistent objects

Stuart Bishop zen at shangri-la.dropbear.id.au
Fri Jul 18 23:45:41 EDT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Friday, July 18, 2003, at 08:49  PM, Chris Withers wrote:

> Stuart Bishop wrote:
>> FileStorage is out,
>
> What aspects of FileStorage behavior prevent it being appicable in 
> this case?

The files will often be 20-30MB word documents, print resolution images,
scanned contracts etc., and I need to be able to cope with lots of them.
Each one will be rarely accessed, the application mainly being concerned
with the documents' metadata. Using FileStorage for the metadata and
indexes, and storing blobs externally, seems sane. I don't see a point
in dealing with a 20GB+ Data.fs if I don't have to :-) Added advantages
are being able to trivially recover the documents from backup tapes, and
to archive files no longer referenced in the database to permanent
storage (By moving them to an archive directory when they are no longer
referenced in the ZODB).

- -- 
Stuart Bishop <zen at shangri-la.dropbear.id.au>
http://shangri-la.dropbear.id.au/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (Darwin)

iD8DBQE/F+wAh8iUz1x5geARAuR6AJwLW8AjvMUrpQhPwSmZC0JtA0WNFgCgtpLZ
ENn46Kghb+iidIc5FY94MXk=
=yOL7
-----END PGP SIGNATURE-----




More information about the ZODB-Dev mailing list