Re: [HACKERS] mmap vs read/write - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] mmap vs read/write
Date
Msg-id 199805152216.SAA21606@candle.pha.pa.us
Whole thread Raw
In response to mmap vs read/write  (Huw Rogers <count0@fsj.co.jp>)
List pgsql-hackers
> This is unfair to mmap since mmap is called once
> per page. Better to mmap large regions (many
> pages at once), then use msync() to force
> write any modified pages. Access purely in
> memory mmap'd I/O is _many_ times faster than
> read/write under Solaris or Linux later
> than 2.1.99 (prior to 2.1.99, Linux had
> slow mmap performance).

This makes me feel better.  Linux is killing BSD/OS in mapping tests.

See my other posting.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: Internet Wire
Date:
Subject: Internet Wire
Next
From: ocie@paracel.com
Date:
Subject: Re: [HACKERS] mmap vs read/write