Re: Postgresql optimisation - Mailing list pgsql-performance

From Denis BUCHER
Subject Re: Postgresql optimisation
Date
Msg-id 4AE86C7D.3020205@hsolutions.ch
Whole thread Raw
In response to Re: Postgresql optimisation  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-performance
Kevin Grittner a écrit :
>> And each morning ... all data is INSERTed new
>
> I recommend VACUUM ANALYZE of the table(s) after this step. Without
> that, the first query to read each tuple sets its hint bits and
> rewrites it, causing a surprising delay at unpredictable times
> (although heavier near the start of the day).

Ok great, thanks for the advice, I added it at the end of the process...

Denis

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Postgresql optimisation
Next
From: Greg Smith
Date:
Subject: Re: Postgresql optimisation