Re: Indices pinned in pageable RAM?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Indices pinned in pageable RAM?
Дата
Msg-id 17182.1086239022@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Indices pinned in pageable RAM?  (Marty Scholes <marty@outputservices.com>)
Список pgsql-hackers
Marty Scholes <marty@outputservices.com> writes:
> Has anyone seriously looked at how it would impact things to give the 
> DBA the option of storing certain indices in RAM instead of on disk?

I'd classify it as an utter waste of time.  If the index is being hit
heavily, it will stay cached in RAM anyway.  If it isn't, locking it in
RAM would be a pessimization not an optimization, because the space
would be better used for something else.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-hackers-win32] select like...not using index
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: ACLs versus ALTER OWNER