Re: postgresql performance tuning

From: Michael Riess <mlriess(at)gmx(dot)de>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: postgresql performance tuning
Date: 2005-12-06 21:02:05
Message-ID: dn4u86$1ff$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Ameet Kini schrieb:
>
> This didn't get through the first time around, so resending it again.
> Sorry for any duplicate entries.
>
> Hello,
>
> I have a question on postgres's performance tuning, in particular, the
> vacuum and reindex commands. Currently I do a vacuum (without full) on all
> of my tables.

I'm curious ... why no full vacuum? I bet that the full vacuum will
compact your (index) tables as much as a reindex would.

I guess the best advice is to increase FSM and to use autovacuum.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ron Mayer 2005-12-06 21:15:13 Re: Missed index opportunity for outer join?
Previous Message Brandon Metcalf 2005-12-06 21:01:02 Context switching and Xeon processors