Re: How to setup disk spindles for best performance

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: How to setup disk spindles for best performance
Дата
Msg-id 48ADBEA7.5060107@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: How to setup disk spindles for best performance  ("Scott Carey" <scott@richrelevance.com>)
Список pgsql-performance
Scott Carey wrote:
> For reads, if your shared_buffers is large enough, your heavily used
> indexes won't likely go to disk much at all.

ISTM this would happen regardless of your shared_buffers setting.
If you have enough memory the OS should cache the frequently used
pages regardless of shared_buffers; and if you don't have enough
memory it won't.

> ... splitting up data and indexes ...

FWIW, I've had a system where moving pgsql_tmp to different disks
helped more than moving indexes.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgres not using array
Следующее
От: André Volpato
Дата:
Сообщение: Re: Postgres not using array