Re: UNDO and in-place update

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: UNDO and in-place update
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B5399B056@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на UNDO and in-place update  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas wrote:
> To implement this in PostgreSQL, I believe we would need support for
> UNDO.

> - Reading a page that has been recently modified gets significantly
> more expensive; it is necessary to read the associated UNDO entries
> and do a bunch of calculation that is significantly more complex than
> what is required today.

As others have said, that is the main drawback.

Also, and related to this, ROLLBACK would become an expensive operation.

Yours,
Laurenz Albe

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

Предыдущее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Patch to implement pg_current_logfile() function
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [RFC] Should we fix postmaster to avoid slow shutdown?