Re: Tuning

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Carol Walter" <walterc(at)indiana(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Tuning
Date: 2008-04-07 16:27:02
Message-ID: dcc563d10804070927t29a3fe36qed0c03198a67e7c1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Apr 7, 2008 at 9:33 AM, Carol Walter <walterc(at)indiana(dot)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.

In response to

  • Tuning at 2008-04-07 15:33:13 from Carol Walter

Responses

  • Re: Tuning at 2008-04-08 07:17:22 from Michael Monnerie

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Browne 2008-04-07 16:45:38 Re: Tuning
Previous Message Brian A. Seklecki 2008-04-07 15:53:57 checkcommands.conf templates for check_postgres.pl