Re: Should we update the random_page_cost default value? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Should we update the random_page_cost default value?
Date
Msg-id aQPw_dCgVycGrUvA@momjian.us
Whole thread Raw
In response to Re: Should we update the random_page_cost default value?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Thu, Oct  9, 2025 at 08:05:37AM -0400, Robert Haas wrote:
> On Wed, Oct 8, 2025 at 8:16 PM Bruce Momjian <bruce@momjian.us> wrote:
> > I rewrote the random_page_cost docs, attached, to remove a focus on
> > magnetic disk, and added network latency as a reason for
> > random_page_cost being low.  I removed the specific caching numbers and
> > went with a more generic description.
> >
> > I would normally apply this only to master, but given the complaints in
> > this thread, maybe I should backpatch it.
> 
> This seems fine to me but I won't be surprised if other people have
> some complaints. :-)

Doc patch applied to all supported releases.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Do not let urgent matters crowd out time for investment in the future.



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Resetting recovery target parameters in pg_createsubscriber
Next
From: Alvaro Herrera
Date:
Subject: Re: Adding REPACK [concurrently]