Re: configure option for XLOG_BLCKSZ

From: "Mark Wong" <markwkm(at)gmail(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: configure option for XLOG_BLCKSZ
Date: 2008-05-02 15:42:42
Message-ID: 70c01d1d0805020842k40f7a6ecyce672d9596002b1a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Fri, May 2, 2008 at 12:04 AM, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
>
> Tom Lane wrote:
>
> > "Mark Wong" <markwkm(at)gmail(dot)com> writes:
> >
> > > I saw a that a patch was committed that exposed a configure switch for
> > > BLCKSZ. I was hoping that I could do that same for XLOG_BLCKSZ.
> > >
> >
> > Well, we certainly *could*, but what's the use-case really? The case
> > for varying BLCKSZ is marginal already, and I've seen none at all for
> > varying XLOG_BLCKSZ. Why do we need to make it easier than "edit
> > pg_config_manual.h"?
> >
>
> The use case I could see is for performance testing but I would concur that
> it doesn't take much to modify pg_config_manual.h. In thinking about it,
> this might actually be a foot gun. You have a new pg guy, download source
> and think to himself..., "Hey I have a 4k block size as formatted on my hard
> disk". Then all of a sudden they have an incompatible PostgreSQL with
> everything else.

As someone who has tested varying both those parameters it feels
awkward to have a configure option for one and not the other, or vice
versa. I have slightly stronger feelings for having them both as
configure options because it's easier to script, but feel a little
more strongly about having BLCKSZ and XLOG_BLCKSZ both as either
configure options or in pg_config_manual.h. To have them such that
one needs to change them in different manners makes a tad more work in
automating testing. So my case is just for ease of testing.

Regards,
Mark

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-05-02 15:50:42 Re: configure option for XLOG_BLCKSZ
Previous Message Heikki Linnakangas 2008-05-02 15:17:14 Re: GUC parameter cursors_tuple_fraction