Re: Vacuum Problems - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Vacuum Problems
Date
Msg-id dcc563d10811260740m69f8969bt36be6ae675620dcb@mail.gmail.com
Whole thread Raw
In response to Re: Vacuum Problems  ("Rafael Domiciano" <rafael.domiciano@gmail.com>)
Responses Re: Vacuum Problems
List pgsql-admin
2008/11/26 Rafael Domiciano <rafael.domiciano@gmail.com>:
> The database has around 40 Gb.
> If I not use vacuum full everyday the database get very slow.
>
> There is no deadlock on the database.

You didn't mention  if you were using autovacuum or not.  You also
didn't mention whether or not you'd tried regular vacuums if for some
reason you can't use autovacuum.  Vacuum full is very intrusive and
can cause index bloat.  It's more of a repair operation than a routine
maintenance one.

What do the last 10 or so lines of vacuum verbose run as a super user say?

pgsql-admin by date:

Previous
From: "Rafael Domiciano"
Date:
Subject: Re: Vacuum Problems
Next
From: "Rafael Domiciano"
Date:
Subject: Re: Vacuum Problems