Re: RAID arrays and performance - Mailing list pgsql-performance

From James Mansion
Subject Re: RAID arrays and performance
Date
Msg-id 47557872.1000105@mansionfamily.plus.com
Whole thread Raw
In response to Re: RAID arrays and performance  (Mark Mielke <mark@mark.mielke.cc>)
Responses Re: RAID arrays and performance
List 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 by date:

Previous
From: James Mansion
Date:
Subject: Re: RAID arrays and performance
Next
From: Matthew
Date:
Subject: Re: RAID arrays and performance