Re: Followup Re: Performance question - Mailing list pgsql-admin

From Andrew Sullivan
Subject Re: Followup Re: Performance question
Date
Msg-id 20030306120842.K27304@mail.libertyrms.com
Whole thread Raw
In response to Re: Followup Re: Performance question  (Jodi Kanter <jkanter@virginia.edu>)
List pgsql-admin
On Wed, Mar 05, 2003 at 02:29:14PM -0500, Jodi Kanter wrote:
> Is restarting postmaster on a regular basis necessary for performance?

If it were, we'd throw it overboard for sure.

The one thing we _never_ restart is the postmaster.  We see no
degradation in performance from this.

My suspicion is that, if you find restarting the postmaster helps, it
might be because of a long-running transaction which is hanging
around and keeping VACUUM from doing its job.  Killing the postmaster
will certainly get rid of such transactions, but there are probably
less dire ways to do it ;-)

A


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


pgsql-admin by date:

Previous
From: Robert Treat
Date:
Subject: Re: [pgsql-advocacy] uppercase = lowercase
Next
From: Bruce Momjian
Date:
Subject: Re: using multiple sort orders in one database