Re: Remove the limit on the number of entries allowed in catcaches,

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Remove the limit on the number of entries allowed in catcaches,
Дата
Msg-id 156.1150399085@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Remove the limit on the number of entries allowed in  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> The LRU moves each time we do FileRead or FileWrite, not just on
> open/close operations.

Sure, but those still require kernel calls, so the cost of a couple of
pointer swings is negligible.  There's no way that the logical
complexity of sometimes maintaining LRU and sometimes not is going
to be repaid with a useful (or even measurable) speedup.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] PL/pgSQL: SELECT INTO EXACT
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Test request for Stats collector performance improvement