Re: zheap: a new storage format for PostgreSQL

Поиск
Список
Период
Сортировка
От Hartmut Holzgraefe
Тема Re: zheap: a new storage format for PostgreSQL
Дата
Msg-id f0e83be7-cd39-3eb4-0c57-4de77d8d0ddc@gmail.com
обсуждение исходный текст
Ответ на Re: zheap: a new storage format for PostgreSQL  (Satyanarayana Narlapuram <Satyanarayana.Narlapuram@microsoft.com>)
Список pgsql-hackers
On 01.03.2018 16:30, Satyanarayana Narlapuram wrote:
> Given transaction aborts are expensive, is there any impact on the crash 
> recovery?

In InnoDB/XtraDB, which has used the "move old row versions to UNDO log" 
since the very beginning, rollbacks are indeed costly, and especially
so on recovery when the UNDO log pages are not yet cached in RAM.

There's is a cost trade of between this kind of "optimistic MVCC" and
rollback/recovery that one has to be aware of.

We get support issues about this at MariaDB every once in a while, but
it is not happening that often.

I can dig up some more info on this from the InnoDB side if you are
interested ...

-- 
hartmut


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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: pgbench - add \if support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Missing comment edit