From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Andreas 'ads' Scherbaum <adsmail(at)wars-nicht(dot)de> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: postgresql vs mysql |
Date: | 2007-03-06 09:55:38 |
Message-ID: | 45ED3A9A.1000207@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Andreas 'ads' Scherbaum wrote:
> Hello,
>
> On Thu, 22 Feb 2007 00:16:24 +0800
> Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my> wrote:
>
>> Want transactions? Use innoDB. Want to restore a multi-gigabyte
>> database fast from backups, sure use MyISAM (too many people seem to
>> have probs doing that with innoDB).
>
> sure you want to do this?
>
> http://bugs.mysql.com/bug.php?id=11151
>
> I won't trust a database who prefers speed over data integrity even if
> it's named "transaction".
"
[6 Apr 2006 20:50] Chad MILLER
This is behavior that we can not fix. Extremely large transactions cause
several storage engines to behave very poorly, and we consider that more
important than making the rare "load data infile" transaction-safe.
This must be documented, since it is surprising behavior.
"
I'll say it's surprising. I must say I thought they'd left the
"transactions not important" approach behind some time ago. Clearly not.
Ho hum - doesn't affect me much any more I suppose.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Desire Athow | 2007-03-06 10:02:31 | Postgres Mailing List management solution |
Previous Message | Richard Huxton | 2007-03-06 09:50:29 | Re: Does it has a way to compact the database size? |