Re: Multixid hindsight design

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Multixid hindsight design
Дата
Msg-id CAM-w4HPuAfnndB_nwbMrXqFGzyuLSmEHEs6r=LQeXYZraJSTmg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Multixid hindsight design  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
On Mon, Jun 1, 2015 at 8:53 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> What about prepared transactions?  They can lock rows FOR SHARE that
> survive server restarts.

And they can make update chains that are still uncommitted after a restart.

I think we should think separately about what information we want to
store in the tuple ideally and only then worry about how to encode it
concisely as an optimization exercise. If you just grow every tuple by
64-bits would this scheme be trivial? Perhaps it would be worth
implementing that way first and then worrying about how to recuperate
that space later?


-- 
greg



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: pg_xlog -> pg_xjournal?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_xlog -> pg_xjournal?