Re: postgresql performance tuning - Mailing list pgsql-performance

From Michael Riess
Subject Re: postgresql performance tuning
Date
Msg-id dn4u86$1ff$1@news.hub.org
Whole thread Raw
In response to postgresql performance tuning  (Ameet Kini <akini@cs.wisc.edu>)
List 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.

pgsql-performance by date:

Previous
From: Alan Stange
Date:
Subject: Re: postgresql performance tuning
Next
From: Ron Mayer
Date:
Subject: Re: Missed index opportunity for outer join?