Re: Table size growing for no reason - Mailing list pgsql-admin

From Tom Lane
Subject Re: Table size growing for no reason
Date
Msg-id 9080.1152857220@sss.pgh.pa.us
Whole thread Raw
In response to Re: Table size growing for no reason  ("Benjamin Krajmalnik" <kraj@illumen.com>)
List pgsql-admin
"Benjamin Krajmalnik" <kraj@illumen.com> writes:
> I was playing around trying to tweak the performance of the database.
> As part of the process, I increased the number of WAL buffers to 32 and
> the checkpoint segments to 16.
> That appears to have been the culprit!  I set them back at the same
> levels I was previously using (16 and 4, respectively), and now the
> table is no longer misbehaving.

Um ... changing those parameters should have affected the contents of
$PGDATA/pg_xlog, but not of the table per se.  What were you measuring
exactly?

            regards, tom lane

pgsql-admin by date:

Previous
From: "Curtis Preston"
Date:
Subject: Want to tech review PostgreSQL backup chapter?
Next
From: "kitaeda"
Date:
Subject: *** How can I install two postgresqls in the same machine? *****