Re: Introducing a new linux readahead framework - Mailing list pgsql-performance

From Wu Fengguang
Subject Re: Introducing a new linux readahead framework
Date
Msg-id 20060421122028.GA5937@mail.ustc.edu.cn
Whole thread Raw
In response to Re: Introducing a new linux readahead framework  (Markus Schaber <schabi@logix-tt.com>)
Responses Re: Introducing a new linux readahead framework  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-performance
Hi Markus,

On Fri, Apr 21, 2006 at 09:53:34AM +0200, Markus Schaber wrote:
> Are there any rough estimates when this will get into mainline kernel
> (if you intend to submit)?

I'm not quite sure :)

The patch itself has been pretty stable.  To get it accepted, we must
back it by good benchmarking results for some important applications.
I have confirmed that file service via FTP/HTTP/NFS can more or less
benefit from it. However, database services have not been touched yet.
Oracle/DB2 seem to bypass the readahead code route, while postgresql
relies totally on kernel readahead logic. So if postgresql is proved
to work well with this patch, it will have good opportunity to go into
mainline :)

Thanks,
Wu

pgsql-performance by date:

Previous
From: luchot
Date:
Subject: Little use of CPU ( < 5%)
Next
From: "Jim Buttafuoco"
Date:
Subject: Re: Better way to write aggregates?