Re: Asynchronous I/O Support

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Asynchronous I/O Support
Дата
Msg-id 20061015175627.GB30986@svana.org
обсуждение исходный текст
Ответ на Asynchronous I/O Support  ("Raja Agrawal" <raja.agrawal@gmail.com>)
Ответы Re: Asynchronous I/O Support  ("Luke Lonergan" <llonergan@greenplum.com>)
Re: Asynchronous I/O Support  (Neil Conway <neilc@samurai.com>)
Список pgsql-hackers
On Sun, Oct 15, 2006 at 04:16:07AM +0530, Raja Agrawal wrote:
> Postgre8.1 doesn't seem to support asynchronous I/O. Has its design
> been thought off already?

Sure, I even implemented it once. Didn't get any faster. At that point
I realised that my kernel didn't actually support async I/O, and the
glibc emulation sucks for anything other than network I/O, so I gave
up.

Maybe one of these days I should work out if my current system supports
it, and give it another go...

Have enough systems actually got to the point of actually supporting
async I/O that it's worth implementing?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lexington Luthor
Дата:
Сообщение: Re: Postgresql Caching
Следующее
От: "Luke Lonergan"
Дата:
Сообщение: Re: Asynchronous I/O Support