Re: [PATCHES] [HACKERS] data on devel code perf dip

2005-08-12 Thread Mary Edie Meredith
On Fri, 2005-08-12 at 14:53 -0400, Bruce Momjian wrote: > Mary Edie Meredith wrote: > > Just to be certain I know what I have and how to use it, > > please confirm the following is correct. > > > > According to Markw, the tarball we have at OSDL that is > > da

Re: [PATCHES] [HACKERS] data on devel code perf dip

2005-08-12 Thread Mary Edie Meredith
Just to be certain I know what I have and how to use it, please confirm the following is correct. According to Markw, the tarball we have at OSDL that is dated 7/29 already has the O_DIRECT patch + wal grouping applied. Hence, I will use the one from the day before: postgresql-20050728.tar.bz2 a

Re: [PATCHES] O_DIRECT for WAL writes

2005-06-03 Thread Mary Edie Meredith
On Fri, 2005-06-03 at 10:37 +1000, Neil Conway wrote: > On Thu, 2005-06-02 at 11:49 -0700, Mary Edie Meredith wrote: > > My understanding is that O_DIRECT means "direct" as in "no buffering by > > the OS" which implies that if you write from your buffer, t

Re: [PATCHES] O_DIRECT for WAL writes

2005-06-02 Thread Mary Edie Meredith
On Thu, 2005-06-02 at 11:39 +1000, Neil Conway wrote: > On Wed, 2005-06-01 at 17:08 -0700, Mary Edie Meredith wrote: > > I know I'm late to this discussion, and I haven't made it all the way > > through this thread to see if your questions on Linux writes were > &g

Re: [PATCHES] O_DIRECT for WAL writes

2005-06-01 Thread Mary Edie Meredith
> + #define O_DIRECT_BUFFER_ALIGN 4096 > > I suppose there's no reasonable way to autodetect this, so we'll need to > expose it as a GUC variable (or perhaps a configure option), which is a > bit unfortunate. > > -Neil > > > > -