Re: performance of insert/delete/update - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: performance of insert/delete/update
Date
Msg-id 20021126115417.H12832@mail.libertyrms.com
Whole thread Raw
In response to Re: performance of insert/delete/update  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: performance of insert/delete/update
List pgsql-performance
On Mon, Nov 25, 2002 at 07:41:03PM -0600, Ron Johnson wrote:
>
> What if you are in a 24x365 environment?  Doing a VACUUM ANALYZE would
> really slow down the nightly operations.

Why?  After upgrading to 7.2, we find it a good idea to do frequent
vacuum analyse on frequently-changed tables.  It doesn't block, and
if you vacuum frequently enough, it goes real fast.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


pgsql-performance by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: performance of insert/delete/update
Next
From: "scott.marlowe"
Date:
Subject: Re: performance of insert/delete/update