Re: Autonomous Transaction (WIP) - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Autonomous Transaction (WIP)
Date
Msg-id CA+U5nMKEUm4abRQBndLYt5LEdekTAe8rbiYW3977YHMeOWQ1kA@mail.gmail.com
Whole thread Raw
In response to Autonomous Transaction (WIP)  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
List pgsql-hackers
On 7 April 2014 05:06, Rajeev rastogi <rajeev.rastogi@huawei.com> wrote:
 

Autonomous Transaction Storage:

As for main transaction, structure PGXACT is used to store main transactions, which are created in shared memory of size:

                        (Number of process)*sizeof(struct PGXACT)

Similarly a new structure will be defined to store autonomous transaction:

Struct PGAutonomousXACT


I already proposed exactly this design two years ago and it was rejected at the PgCon hackers meeting.

I have a better design worked out now and will likely be working on it for 9.5

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: HEAD seems to generate larger WAL regarding GIN index
Next
From: Tom Lane
Date:
Subject: Re: HEAD seems to generate larger WAL regarding GIN index