From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Raja Agrawal <raja(dot)agrawal(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Asynchronous I/O Support |
Date: | 2006-10-15 17:56:27 |
Message-ID: | 20061015175627.GB30986@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.
From | Date | Subject | |
---|---|---|---|
Next Message | Luke Lonergan | 2006-10-15 18:11:58 | Re: Asynchronous I/O Support |
Previous Message | Lexington Luthor | 2006-10-15 17:43:43 | Re: Postgresql Caching |