From: | Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: blobs and the toast project ? |
Date: | 2000-11-21 05:37:01 |
Message-ID: | 20001121003701.B213@klamath.dyndns.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Nov 14, 2000 at 10:35:52AM +0100, dominique papin wrote:
> 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 ?
Actually, your problem is fixed in 2 different ways.
1) With TOAST
2) LOs have been improved. My understanding is that instead of
storing each LO in a separate file, 7.1 will store all the LOs in
a single file.
I have been using a pre-7.1 snapshot for development, and
it's been perfectly useable.
Regards,
Neil
--
Neil Conway <neilconway(at)home(dot)com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed
Hard work never hurt anyone - but why take chances?
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-11-21 06:24:03 | Re: Error during creation of indexes |
Previous Message | The Hermit Hacker | 2000-11-21 05:20:49 | Re: [HACKERS] Re: PHPBuilder article -- Postgres vs MySQL |