VACUUM ANALYSE... - Mailing list pgsql-novice

From Thilo Hille
Subject VACUUM ANALYSE...
Date
Msg-id 001101c2bd4b$4eb86760$0b00a8c0@resourcery.de
Whole thread Raw
In response to reading command from file  ("Rosta Farzan" <rosta@acc.csuhayward.edu>)
Responses Re: VACUUM ANALYSE...  (Ron Johnson <ron.l.johnson@cox.net>)
Re: VACUUM ANALYSE...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Hello,
I have a database running with postgres 7.2.3-1.
Some tables gets feed with about 200000 records a day. A cronjob does
"VACUUM ANALYSE" at night.
This takes about an hour. In this time the performance gets real bad. After
a short period the client (Apache running on another machine) hits the
MAX_CONNECTION value and refuses any incoming connections. Systemload goes
up to 20..
Is there any option to get a vacuum-analyse less priority or should i
upgrade to the latest version?
excerpt form the postgresql.conf:

shared_buffers =70000
max_fsm_relations = 100
max_fsm_pages = 2000
sort_mem = 128
vacuum_mem = 8192

Thank you

Thilo Hille


pgsql-novice by date:

Previous
From: Thorsten Haude
Date:
Subject: Re: reading command from file
Next
From: Ron Johnson
Date:
Subject: Re: VACUUM ANALYSE...