Re: Re: MySQL has transactions

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: "Mitch Vincent" <mitch(at)venux(dot)net>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: MySQL has transactions
Date: 2001-01-27 06:25:42
Message-ID: 3.0.5.32.20010127142542.014ce560@192.228.128.13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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 with a 32k BLCKSZ since 7.0 (on a productions
>server) and haven't had a problem one..

Yep but doesn't quite help my webmail app :).

I'm wondering if TOAST is going to be efficient enough for me to plonk
multimegabyte email attachments into the database.

However I've also a suspicion that there might be problems doing

INSERT INTO mytable (a) values ( 'aa.......');

Where aa... is a few megabytes long :). There's probably a query size limit
somewhere between my app and TOAST.

Cheerio,
Link.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-27 06:30:59 Re: Trouble porting postgreSQL to WinNT
Previous Message Vadim Mikheev 2001-01-27 05:29:50 Re: how do you run your backups?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-27 06:30:59 Re: Trouble porting postgreSQL to WinNT
Previous Message Tom Lane 2001-01-27 06:07:20 Re: Re: SourceForge & Postgres (fwd)