Re: VACUUM FULL for performance - Mailing list pgsql-general

From Thom Brown
Subject Re: VACUUM FULL for performance
Date
Msg-id AANLkTimRApRUtws1KW3e1-NhhEuDjfuAuBzOTRBy0X2t@mail.gmail.com
Whole thread Raw
In response to VACUUM FULL for performance  (AI Rumman <rummandba@gmail.com>)
List pgsql-general
On 7 October 2010 12:38, AI Rumman <rummandba@gmail.com> wrote:
> MayVACUUM FULL on a table improve perfromance of the system?
>

Please treat VACUUM FULL as a last resort.  Read this:
http://wiki.postgresql.org/wiki/VACUUM_FULL

A VACUUM ANALYZE will mark dead tuples as free and update the stats.
Also check your query plans to see where the real bottlenecks are.

Is your system properly configured too?  Check out
http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

pgsql-general by date:

Previous
From: AI Rumman
Date:
Subject: VACUUM FULL for performance
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: VACUUM FULL for performance