blobs and the toast project ? - Mailing list pgsql-general

From dominique papin
Subject blobs and the toast project ?
Date
Msg-id 3A110778.AE6F34D4@infodia.fr
Whole thread Raw
Responses Re: blobs and the toast project ?  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-general
Hi,

In june, I had to migrate a web site using paradox tables on a winNT to
a Linux box. I had chosen first postgresql 7.0 for its solid-based
features.
But unfortunately, when I started to migrate my tables, a problem raised
: the implementation of blobs in Postgre. My tables stored lots of
blobs (images, big text files, ... ) and I expected PostgreSql to store
this blobs as Paradox does, ie. in a big file where data is compressed.
But as I found out, with Postgre, 2 files are created for one blob
record and as i manipulate large amounts of blobs, it increased
seriously the amount of disk space used and the memory mangement crashed
after a while. Therefore, I turned back to use mysql.

But I kept an eye on the future development. Now I have read the summary
of TOAST project which will be implemented in the future 7.1 release. It
seems to me that it could fix my problem with blobs in postgresql,  am i
right ?

If so, it would be nice and i could then migrate again to PostgreSql.


pgsql-general by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Re: PHPBuilder article -- Postgres vs MySQL
Next
From: Don Baccus
Date:
Subject: Re: [HACKERS] RE: PHPBuilder article -- Postgres vs MySQL