Fastpath while arranging the changes in LSN order in logical decoding

Поиск
Список
Период
Сортировка
От Dilip Kumar
Тема Fastpath while arranging the changes in LSN order in logical decoding
Дата
Msg-id CAFiTN-tXppcVqZYU=Kz1efzJnD06GvpG6paCMXHJO2jkXQZPAg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fastpath while arranging the changes in LSN order in logical decoding  (Dilip Kumar <dilipbalaut@gmail.com>)
Re: Fastpath while arranging the changes in LSN order in logicaldecoding  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
In logical decoding, while sending the changes to the output plugin we
need to arrange them in the LSN order.  But, if there is only one
transaction which is a very common case then we can avoid building the
binary heap.  A small patch is attached for the same.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Attempt to consolidate reading of XLOG page
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: Safeguards against incorrect fd flags for fsync()