Re: [HACKERS] Safe/Fast I/O ...

From: "Matthew N(dot) Dodd" <winter(at)jurai(dot)net>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Safe/Fast I/O ...
Date: 1998-04-12 06:08:57
Message-ID: Pine.BSF.3.96.980412020114.1796M-100000@sasami.jurai.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 12 Apr 1998, The Hermit Hacker wrote:
> I hate to have to ask, but how is MMAP or AIO better then sfio? I
> haven't had enough time to research any of this, and am just starting to
> look at it...

If its simple to compile and works as a drop in replacement AND is faster,
I see no reason why PostgreSQL shouldn't try to link with it.

Keep in mind though that in order to use MMAP or AIO you'd be
restructuring the code to be more efficient rather than doing more of the
same old thing but optimized.

Only testing will prove me right or wrong though. :)

/*
Matthew N. Dodd | A memory retaining a love you had for life
winter(at)jurai(dot)net | As cruel as it seems nothing ever seems to
http://www.jurai.net/~winter | go right - FLA M 3.1:53
*/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-04-12 06:37:53 Re: [HACKERS] Safe/Fast I/O ...
Previous Message The Hermit Hacker 1998-04-12 05:57:53 Re: [HACKERS] Safe/Fast I/O ...