Re: [HACKERS] Protect syscache from bloating with negative cache entries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Protect syscache from bloating with negative cache entries
Дата
Msg-id 30868.1482246558@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Protect syscache from bloating with negative cache entries  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: [HACKERS] Protect syscache from bloating with negative cache entries
Список pgsql-hackers
Craig Ringer <craig@2ndquadrant.com> writes:
> On 20 December 2016 at 21:59, Robert Haas <robertmhaas@gmail.com> wrote:
>> We could implement this by having
>> some process, like the background writer,
>> SendProcSignal(PROCSIG_HOUSEKEEPING) to every process in the system
>> every 10 minutes or so.

> ... on a rolling basis.

I don't understand why we'd make that a system-wide behavior at all,
rather than expecting each process to manage its own cache.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Time to drop old-style (V0) functions?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Proposal for changes to recovery.conf API