Re: Pg 9.1: Do I need to run vacuum analyze instead vacuum full?

From: Edson Richter <edsonrichter(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Pg 9.1: Do I need to run vacuum analyze instead vacuum full?
Date: 2012-07-24 21:30:44
Message-ID: BLU0-SMTP1223FDA9DA5079786344AD2CFDC0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Em 24/07/2012 18:23, John R Pierce escreveu:
> On 07/24/12 2:15 PM, François Beausoleil wrote:
>> Le 2012-07-24 à 16:36, Edson Richter a écrit :
>>
>>> >I know PostgreSQL from time to time runs automatically the vacuum
>>> process.
>>> >My applications grows due lots of data import during the day (about
>>> 100Mb/day).
>>> >Do I need also to schedule a Vacuum Analyze to happens from time to
>>> time?
>> I already asked that question for 9.1
>> here:http://dba.stackexchange.com/questions/18664/are-regular-vacuum-analyze-stil-recommended-under-9-1
>
> autovacuum does analyze as it goes.
>
>
>
Thanks, that was the missing point :-)

Regards,

Edson

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lonni J Friedman 2012-07-24 21:37:52 Re: insert binary data into a table column with psql
Previous Message Edson Richter 2012-07-24 21:29:57 Re: Pg 9.1: Do I need to run vacuum analyze instead vacuum full?