Re: Use PageIndexTupleOverwrite() within nbtsort.c

Поиск
Список
Период
Сортировка
От Anastasia Lubennikova
Тема Re: Use PageIndexTupleOverwrite() within nbtsort.c
Дата
Msg-id 7a3caa2c-6021-6abc-50e9-287a15b0a357@postgrespro.ru
обсуждение исходный текст
Ответ на Use PageIndexTupleOverwrite() within nbtsort.c  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Use PageIndexTupleOverwrite() within nbtsort.c  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
16.07.2019 1:12, Peter Geoghegan wrote:
> Attached patch slightly simplifies nbtsort.c by making it use
> PageIndexTupleOverwrite() to overwrite the last right non-pivot tuple
> with the new high key (pivot tuple). PageIndexTupleOverwrite() is
> designed so that code like this doesn't need to delete and re-insert
> to replace an existing tuple.
>
> This slightly simplifies the code, and also makes it marginally
> faster. I'll add this to the 2019-09 CF.

I'm okay with this patch.

Should we also update similar code in _bt_mark_page_halfdead()?
I attached a new version of the patch with this change.

-- 
Anastasia Lubennikova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Вложения

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

Предыдущее
От: Paul Jungwirth
Дата:
Сообщение: Re: SQL:2011 PERIODS vs Postgres Ranges?
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)