O_DIRECT in freebsd

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: O_DIRECT in freebsd
Date: 2003-10-29 14:05:48
Message-ID: 3F9FC93C.4010400@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FreeBSD 4.9 was released today. In the release notes was:

2.2.6 File Systems

A new DIRECTIO kernel option enables support for read operations that
bypass the buffer cache and put data directly into a userland buffer.
This feature requires that the O_DIRECT flag is set on the file
descriptor and that both the offset and length for the read operation
are multiples of the physical media sector size.

Is that of any use?

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Doug McNaught 2003-10-29 14:21:58 Re: O_DIRECT in freebsd
Previous Message Rod Taylor 2003-10-29 13:48:11 Re: RES: bug? Drop column and SQL functions