Re: Btree indizes, FILLFACTOR, vacuum_freeze_min_age and CLUSTER

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Philipp Marek <philipp(dot)marek(at)emerion(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Btree indizes, FILLFACTOR, vacuum_freeze_min_age and CLUSTER
Date: 2009-05-11 20:55:52
Message-ID: 20090511205551.GF8689@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Philipp Marek wrote:

> A few days before we found the machine much slower, because of the autovacuum
> processes that were started automatically ["autovacuum: VACUUM ... (to prevent
> wraparound)"].
>
> After several days we killed that, and, as a quick workaround, changed
> "autovacuum_freeze_max_age" to 1G and restarted the server, which worked as
> before (and didn't ran the autovacuum processes).

Several days? How large is your vacuum_cost_delay and
autovacuum_vacuum_cost_delay parameters?

> As a next idea we changed the cluster/reindex script to set
> "vacuum_freeze_min_age=0" before the CLUSTER call, hoping that this would
> solve our transaction ID wraparound problem.

REINDEX? What are you doing REINDEX for?

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Maclean 2009-05-11 23:11:46 Getting a list of encodings.
Previous Message sramirez 2009-05-11 20:32:05 Re: warm-standby errors