Re: Optimize kernel readahead using buffer access strategy - Mailing list pgsql-hackers

From KONDO Mitsumasa
Subject Re: Optimize kernel readahead using buffer access strategy
Date
Msg-id 52A996B1.7050608@lab.ntt.co.jp
Whole thread Raw
In response to Re: Optimize kernel readahead using buffer access strategy  (Claudio Freire <klaussfreire@gmail.com>)
Responses Re: Optimize kernel readahead using buffer access strategy
List pgsql-hackers
(2013/12/12 9:30), Claudio Freire wrote:
> On Wed, Dec 11, 2013 at 3:14 AM, KONDO Mitsumasa
> <kondo.mitsumasa@lab.ntt.co.jp> wrote:
>>
>>> enable_readahead=os|fadvise
>>>
>>> with os = on, fadvise = off
>>
>> Hmm. fadvise is method and is not a purpose. So I consider another idea of
>> this GUC.
>
> Yeah, I was thinking of opening the door for readahead=aio, but
> whatever clearer than on-off would work ;)

I'm very interested in Postgres with libaio, and I'd like to see the perfomance 
improvements. I'm not sure about libaio, however, it will face 
exclusive-buffer-lock problem in asynchronous IO.

Regards,
--
Mitsumasa KONDO
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Reference to parent query from ANY sublink
Next
From: Simon Riggs
Date:
Subject: Re: Time-Delayed Standbys