Re: XA support (distributed transactions)

From: Jim Nasby <decibel(at)decibel(dot)org>
To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
Cc: <josh(at)agliodbs(dot)com>, <pgsql-hackers(at)postgresql(dot)org>, "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>, "Danny Milosavljevic" <danny(dot)milosavljevic(at)fabalabs(dot)org>
Subject: Re: XA support (distributed transactions)
Date: 2006-11-26 22:10:01
Message-ID: B851D746-97C1-439B-AB00-8361F93043F0@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Nov 21, 2006, at 4:09 AM, Heikki Linnakangas wrote:
> Josh Berkus wrote:
>> Florian,
>>> I believe there are open-source implementations of such transaction
>>> managers, but I don't have any links at hand.
>> In Java, the Sequoia Project.
>
> I haven't used Sequoia, but I don't think you can use it as a
> general purpose transaction manager. It does take care of
> replicating updates to all the databases it controls, but AFAIK you
> can't use it to perform ad hoc distributed transactions across
> resource managers.

I don't believe Sequoia uses 2PC/XA, either.
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2006-11-26 22:16:12 Re: FKs + partial indexes?
Previous Message Mark Kirkwood 2006-11-26 22:08:54 Re: [PATCHES] Avg performance for int8/numeric