Re: SLRU_BLCKSZ - Mailing list pgsql-patches

From Simon Riggs
Subject Re: SLRU_BLCKSZ
Date
Msg-id 1147877707.2646.238.camel@localhost.localdomain
Whole thread Raw
In response to Re: SLRU_BLCKSZ  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Wed, 2006-05-17 at 10:05 -0400, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > Code changes to separate out the symbol for SLRU_BLCKSZ from standard
> > BLCKSZ. Same reasons as for doing this for XLOG_BLCKSZ.
>
> Have you done any benchmarking that shows this is a good idea?

Some, with more coming.

> My own thoughts on the subject have been along the line that pages for
> different slru logs possibly need to be different sizes, so that eg
> we could have more than 2K subtransactions per page.

That's what I thought at first.

> I'm not sure this
> is worthwhile (is there any place in slru.c that depends on a fixed page
> size for efficiency?) but it needs to be considered before we make
> purely cosmetic changes in the area.

You raised the possible impact of clog extension doing WAL logging, so
doing that less often seems sensible.

Increasing all of them could have benefit, for different reasons - so
having different block sizes for each seems like overkill - and harder
to record in the control file and utilities.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: SLRU_BLCKSZ
Next
From: Martijn van Oosterhout
Date:
Subject: [PATCH] Compression and on-disk sorting