Re: Priority table or Cache table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Priority table or Cache table
Дата
Msg-id 19195.1392856700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Priority table or Cache table  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: Priority table or Cache table  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Re: Priority table or Cache table  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Список pgsql-hackers
Haribabu Kommi <kommi.haribabu@gmail.com> writes:
> I want to propose a new feature called "priority table" or "cache table".
> This is same as regular table except the pages of these tables are having
> high priority than normal tables. These tables are very useful, where a
> faster query processing on some particular tables is expected.

Why exactly does the existing LRU behavior of shared buffers not do
what you need?

I am really dubious that letting DBAs manage buffers is going to be
an improvement over automatic management.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: narwhal and PGDLLIMPORT
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: should we add a XLogRecPtr/LSN SQL type?