Re: RAID arrays and performance

Поиск
Список
Период
Сортировка
От James Mansion
Тема Re: RAID arrays and performance
Дата
Msg-id 47557872.1000105@mansionfamily.plus.com
обсуждение исходный текст
Ответ на Re: RAID arrays and performance  (Mark Mielke <mark@mark.mielke.cc>)
Ответы Re: RAID arrays and performance
Список pgsql-performance
Mark Mielke wrote:
> This assumes that you can know which pages to fetch ahead of time -
> which you do not except for sequential read of a single table.
>
Why doesn't it help to issue IO ahead-of-time requests when you are
scanning an index?  You can read-ahead
in index pages, and submit requests for data pages as soon as it is
clear you'll want them.  Doing so can allow
the disks and OS to relax the order in which you receive them, which may
allow you to process them while IO
continues, and it may also optimise away some seeking and settle time.
Maybe.


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

Предыдущее
От: James Mansion
Дата:
Сообщение: Re: RAID arrays and performance
Следующее
От: Matthew
Дата:
Сообщение: Re: RAID arrays and performance