random_page_cost

Поиск
Список
Период
Сортировка
От Barry L. Geipel
Тема random_page_cost
Дата
Msg-id 022901c42223$9c752860$8c83a8c0@future
обсуждение исходный текст
Ответы Re: random_page_cost  (Manfred Koizar <mkoi-pg@aon.at>)
Список pgsql-general
How should the random_page_cost be calculated?

If our disk system does sustained sequential reads at 400MBps, a
sequential page fetch will take 0.02ms.

If the read seek time is 4ms, does this mean that the random_page_cost
is 200 (4/0.02)?

Or should we use the track-to-track seek time of 0.6ms, which would give
a random_page_cost of 30?

Or something else?

Barry Geipel
(barry@GeipelNet.com)



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

Предыдущее
От: Alex
Дата:
Сообщение: Re: Filesystem vs. Postgres for images
Следующее
От: Jeremiah Jahn
Дата:
Сообщение: Re: Filesystem vs. Postgres for images