Re: Tuning - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Tuning
Date
Msg-id dcc563d10804070927t29a3fe36qed0c03198a67e7c1@mail.gmail.com
Whole thread Raw
In response to Tuning  (Carol Walter <walterc@indiana.edu>)
Responses Re: Tuning  (Michael Monnerie <michael.monnerie@it-management.at>)
List pgsql-admin
On Mon, Apr 7, 2008 at 9:33 AM, Carol Walter <walterc@indiana.edu> wrote:
> I have some questions about tuning.  The PostgreSQL documentation says that
> you don't need to worry about index maintenance and tuning with PostgreSQL.
> I'm used to systems that work a lot better if they are periodically re-orged
> or re-indexed.  Is it true that one need not be concerned with this?  I'm
> certain that the databases must require some human intervention.  What kind
> of tuning or other intervention are you doing.  What kind of tools are
> available and are being used.

Not sure where in the docs it exactly says to never worry about your indexes.

While most access patterns can indeed be handled fine by autovacuum,
you can use the reindex command in pgsql to optimize your indexes if
they're chock full of empty space that can't be reclaimed by vacuum.

You can monitor things like index and table bloat with the pg_stat_*
series of views.

pgsql-admin by date:

Previous
From: "Brian A. Seklecki"
Date:
Subject: checkcommands.conf templates for check_postgres.pl
Next
From: Chris Browne
Date:
Subject: Re: Tuning