Re: make additional use of optimized linear search routines

Поиск
Список
Период
Сортировка
От Richard Guo
Тема Re: make additional use of optimized linear search routines
Дата
Msg-id CAMbWs4-8VfA-OjvtiipiJaks0d1i+0LfE6bZu2GxuH6a0iFc9w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: make additional use of optimized linear search routines  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: make additional use of optimized linear search routines  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers

On Wed, Sep 21, 2022 at 1:40 PM Michael Paquier <michael@paquier.xyz> wrote:
In short, switching those code paths to use the linear search routines
looks like a good thing in the long-term, so I would like to apply
this patch.  If you have any comments or objections, please feel
free.
 
Yeah, I agree that the changes in the patch are meaningful even if the
performance gain is limited.

I wonder if there are other code paths we can replace with the linear
search routines. I tried to search for them but no luck.

Thanks
Richard

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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Refactor backup related code (was: Is it correct to say, "invalid data in file \"%s\"", BACKUP_LABEL_FILE in do_pg_backup_stop?)