Re: Multiple buffer cache?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Multiple buffer cache?
Дата
Msg-id 18596.1265524536@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Multiple buffer cache?  (Greg Smith <greg@2ndquadrant.com>)
Ответы Re: Multiple buffer cache?  (Greg Stark <stark@mit.edu>)
Список pgsql-general
Greg Smith <greg@2ndquadrant.com> writes:
> ...  Part of the reason this feature
> hasn't been been perceived as more valuable is because just letting the
> two cache levels involved here sort out what's really valuable or not
> can often outperform what an application developer thinks the optimal
> configuration will be.

Or to put it even more clearly: the only way that pinning particular
tables into RAM could beat letting the caching algorithm take care of
it is if the caching algorithm is seriously suboptimal.  Therefore,
it would make more sense to put development effort into improving
the cache algorithm than to put it into giving the DBA a rather blunt
instrument for overriding the cache algorithm.  We've already made
several rounds of improvements of that kind, and are quite happy to
consider more.

            regards, tom lane

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: SELECT DISTINCT triggers sorting operation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SELECT DISTINCT triggers sorting operation