RE: MySQL and PostgreSQL speed compare - Mailing list pgsql-general

From Mikheev, Vadim
Subject RE: MySQL and PostgreSQL speed compare
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D3221@sectorbase1.sectorbase.com
Whole thread Raw
In response to MySQL and PostgreSQL speed compare  ("Jarmo Paavilainen" <netletter@comder.com>)
List pgsql-general
> "PostgreSQL*" is postgres whith queries inside transactions.
> But as long as transactions are broken in PostgreSQL you cant
> use them in real life (if a query fails inside a transactions
> block, PostgreSQL "RollBack"s the whole transaction block, and
> thats broken. You can not convince me of anything else).

Nevertheless you shouldn't use word "broken" -:)
Right word - "savepoints are not implemented".

Vadim

pgsql-general by date:

Previous
From: "Jarmo Paavilainen"
Date:
Subject: SV: MySQL and PostgreSQL speed compare
Next
From: Stephan Szabo
Date:
Subject: Re: SV: MySQL and PostgreSQL speed compare