Re: fix use of posix_fadvise in xlog.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fix use of posix_fadvise in xlog.c
Date
Msg-id 17458.1276184642@sss.pgh.pa.us
Whole thread Raw
In response to Re: fix use of posix_fadvise in xlog.c  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: fix use of posix_fadvise in xlog.c  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> In a steady-state situation new WAL files are not created very often 
> because we recycle old ones, so it probably doesn't make much difference.

Yeah.  We really don't worry too much about the performance of the
new-WAL-file-creation code path because of this.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: fix use of posix_fadvise in xlog.c
Next
From: Greg Stark
Date:
Subject: Re: How about closing some Open Items?