Re: Introducing a new linux readahead framework

Поиск
Список
Период
Сортировка
От Wu Fengguang
Тема Re: Introducing a new linux readahead framework
Дата
Msg-id 20060421122028.GA5937@mail.ustc.edu.cn
обсуждение исходный текст
Ответ на Re: Introducing a new linux readahead framework  (Markus Schaber <schabi@logix-tt.com>)
Ответы Re: Introducing a new linux readahead framework  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список 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 по дате отправления:

Предыдущее
От: luchot
Дата:
Сообщение: Little use of CPU ( < 5%)
Следующее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: Better way to write aggregates?