Re: Asynchronous I/O Support - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Asynchronous I/O Support
Date
Msg-id 20061020124728.GB27869@alvh.no-ip.org
Whole thread Raw
In response to Re: Asynchronous I/O Support  ("Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>)
List pgsql-hackers
Zeugswetter Andreas ADI SD wrote:

> > An improvement is going into 2.6.19 to handle asynchronous 
> > vector reads and writes. This was covered by Linux Weekly 
> > News a couple of weeks ago:
> > http://lwn.net/Articles/201682/
> 
> That is orthogonal. We don't really need vector io so much, since we
> rely on OS readahead. We want asyc IO to tell the OS earlier, that we
> will need these random pages, and continue our work in the meantime.

Of course, you can use asynchronous vector write with a single entry in
the vector if you want to perform an asynchronous write.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Statements with syntax errors are not logged
Next
From: Markus Schaber
Date:
Subject: Re: bug or feature, || -operator and NULLs