simplehash: SH_OPTIMIZE_REPEAT for optimizing repeated lookups of the same key

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема simplehash: SH_OPTIMIZE_REPEAT for optimizing repeated lookups of the same key
Дата
Msg-id cae37242f236ef2f586384681f77c6ae05fa59e0.camel@j-davis.com
обсуждение исходный текст
Ответы Re: simplehash: SH_OPTIMIZE_REPEAT for optimizing repeated lookups of the same key  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
Patch attached.

The caller could do something similar, so this option is not necessary,
but it seems like it could be generally useful. It speeds things up for
the search_path cache (and is an alternative to another patch I have
that implements the same thing in the caller).

Thoughts?

Regards,
    Jeff Davis


Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: About #13489, array dimensions and CREATE TABLE ... LIKE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: About #13489, array dimensions and CREATE TABLE ... LIKE