best way to run maintenance script - Mailing list pgsql-performance

From Vinubalaji Gopal
Subject best way to run maintenance script
Date
Msg-id 1205542821.12661.16.camel@vinu-ubuntu.abaca
Whole thread Raw
Responses Re: best way to run maintenance script
Re: best way to run maintenance script
List pgsql-performance
Hi all,
  I have been searching for the best way to run maintenance scripts
which does a vacuum, analyze and deletes some old data. Whenever the
maintenance script runs - mainly the pg_maintenance --analyze script -
it slows down postgresql inserts and I want to avoid that. The system is
under constant load and I am not interested in the time taken to vacuum.
Is there a utility or mechanism in postgresql which helps in reducing
priority of maintenance queries?

Is writing a postgresql C function and setting the priority of process
the only way to change the priority of the maintenance script or is
there a better way.
http://weblog.bignerdranch.com/?p=11

I tried using the nice command (Linux system) on the maintenance script
- it did not have any effect - guess it does not change the niceness of
the postgresql vacuum process.

(I am running Postgresql 8.0 on a Linux)

--
Vinu

pgsql-performance by date:

Previous
From: Leigh Dyer
Date:
Subject: Re: Adaptec 5805 SAS Raid
Next
From: "Joshua D. Drake"
Date:
Subject: Re: best way to run maintenance script