Re: [HACKERS] Re: Re: MySQL has transactions

2001-01-26 Thread Tom Lane
Lincoln Yeoh <[EMAIL PROTECTED]> writes: > I'm wondering if TOAST is going to be efficient enough for me to plonk > multimegabyte email attachments into the database. Should work. The main limitation on TOAST is that it wants to treat each datum as a unit, ie you must fetch or store the whole v

[HACKERS] Re: Re: MySQL has transactions

2001-01-26 Thread Lincoln Yeoh
At 10:02 AM 1/25/01 -0500, you wrote: >> When Postgresql 6.5 came out it, it was VERY MUCH better ( many many >thanks >> to the developers and all involved). And I'm waiting for a solid 7.1 to >fix >> that <8KB issue. > >Technically.. > ><= BLCKSZ (can be up to 32k) > >I've been using PostgreSQL

[HACKERS] Re: Re: MySQL has transactions

2001-01-25 Thread Mitch Vincent
> When Postgresql 6.5 came out it, it was VERY MUCH better ( many many thanks > to the developers and all involved). And I'm waiting for a solid 7.1 to fix > that <8KB issue. Technically.. <= BLCKSZ (can be up to 32k) I've been using PostgreSQL with a 32k BLCKSZ since 7.0 (on a productions ser