Re: How does PG know if data is in memory?

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: How does PG know if data is in memory?
Дата
Msg-id 4CB52489.8050309@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: How does PG know if data is in memory?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: How does PG know if data is in memory?
Список pgsql-performance
Kevin Grittner wrote:
>
> ...Sybase named caches...segment off portions of the memory for
> specific caches... bind specific database
> objects (tables and indexes) to specific caches. ...
>
> When I posted to the list about it, the response was that LRU
> eviction was superior to any tuning any human would do.  I didn't
> and don't believe that....
>
> FWIW, the four main reasons for using it were:
> (1) Heavily used data could be kept fully cached in RAM...

Lightly-used-but-important data seems like another use case.

LRU's probably far better than me at optimizing for the total
throughput and/or average response time.  But if there's a
requirement:
 "Even though this query's very rare, it should respond
  ASAP, even at the expense of the throughput of the rest
  of the system."
it sounds like this kind of hand-tuning might be useful.


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

Предыдущее
От: Samuel Gendler
Дата:
Сообщение: Re: Query much faster with enable_seqscan=0
Следующее
От: Robert Haas
Дата:
Сообщение: Re: How does PG know if data is in memory?