Re: shared_buffers advice - Mailing list pgsql-performance

From Tom Lane
Subject Re: shared_buffers advice
Date
Msg-id 8285.1268749832@sss.pgh.pa.us
Whole thread Raw
In response to Re: shared_buffers advice  ("Pierre C" <lists@peufeu.com>)
Responses Re: shared_buffers advice  (Greg Stark <gsstark@mit.edu>)
List pgsql-performance
"Pierre C" <lists@peufeu.com> writes:
> Does PG issue checkpoint writes in "sorted" order ?

No.  IIRC, a patch for that was submitted, and rejected because no
significant performance improvement could be demonstrated.  We don't
have enough information about the actual on-disk layout to be very
intelligent about this, so it's better to just issue the writes and
let the OS sort them.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Pierre C"
Date:
Subject: Re: shared_buffers advice
Next
From: Greg Stark
Date:
Subject: Re: shared_buffers advice