MySQL XA (Was Re: Need A Suggestion) - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject MySQL XA (Was Re: Need A Suggestion)
Date
Msg-id 434B19B4.4000207@familyhealth.com.au
Whole thread Raw
In response to Re: Need A Suggestion  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Whether this is a good idea is another question entirely.  Lots of
> people will tell you it's a horrid idea for PG functions to cause
> outside-the-database side effects.  The reason is that if the
> transaction that called the function aborts later, there is no way
> to roll back what was done outside the database, and so the state
> outside the database will no longer be in sync with the state inside.

By the way - an interesting note.  Since MySQL 5.0 has full support for 
2PC and XA from now is the first time that MySQL and PostgreSQL can 
participate in the same transaction :D

Perhaps people might start using the two databases together to harness 
the power of each? :)

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Need A Suggestion
Next
From: Tom Lane
Date:
Subject: Re: PG 8.1beta3 out soon