XA 2 phase

Поиск
Список
Период
Сортировка
От Jeff MacDonald
Тема XA 2 phase
Дата
Msg-id Pine.LNX.4.10.9908161613580.4721-100000@penguin.hub.org
обсуждение исходный текст
Список pgsql-general
I was sent this mail, and not sure how to reply to it...

> In transaction processing, a two-phase commit guarantees that synchronous
> transactions across multiple datasources will meet the ACID properties:
> atomic, consistent, isolated, durable. The protocol was standardized by the
> XA group. Most transaction processing books have a good description
> of this. I can't find any mention of support for this in the PostgreSQL
> doc, but maybe it's in there?
>
> On the Java JDBC front, the JDBC 2.0 spec has explicit support for
> the XA two-phase commit for transactions in:
>
>      javax.sql.XAConnection
>
> So the questions would be:
>
>      1) Does PostgreSQL support XA 2-phase transactions?
>      2) Does the PostgreSQL JDBC adaptor support this as well?
>
> (Virtually all commercial RDBMs support XA 2-phase transactions,
> however, their Java JDBC driver support for this feature sometimes
> lags behind...)
>

Thanks In advance..
Jeff


======================================================
Jeff MacDonald
    jeff@hub.org    webpage: http://hub.org/~jeff
    jeff@pgsql.com    irc: bignose on EFnet
======================================================


В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Mount
Дата:
Сообщение: Re: [GENERAL] [Fwd: Maximum filesize of one file]
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [GENERAL] v6.5 foreign key trigger reposted with details