Re: Autonomous Transaction (WIP)

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Autonomous Transaction (WIP)
Дата
Msg-id CA+U5nMKEUm4abRQBndLYt5LEdekTAe8rbiYW3977YHMeOWQ1kA@mail.gmail.com
обсуждение исходный текст
Ответ на Autonomous Transaction (WIP)  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: HEAD seems to generate larger WAL regarding GIN index
Следующее
От: Tom Lane
Дата:
Сообщение: Re: HEAD seems to generate larger WAL regarding GIN index