Re: Syscaches should store negative entries, too

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Syscaches should store negative entries, too
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA42128EB@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Syscaches should store negative entries, too  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> However, what you probably wouldn't want to do is cache negative lookups
> that don't end up producing results or are not part of a search chain at
> all.  Those are user errors and not likely to be repeated and do not need
> to be optimized.

But this also is resolved by the LRU mechanism, no ?
People are not going to issue the same errors repeatedly,
but if they do, we are still interested in minimizing the 
resource consumption.

Andreas


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

Предыдущее
От: Luis Amigo
Дата:
Сообщение: Re: inline is not ANSI C
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: Improving backend launch time by preloading relcache