Re: Huge performance problem between 7.4.1 and 8.0.3 - CS issue?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Creager <Robert_Creager(at)StorageTek(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Huge performance problem between 7.4.1 and 8.0.3 - CS issue?
Date: 2005-07-19 16:54:22
Message-ID: 7322.1121792062@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Robert Creager <Robert_Creager(at)StorageTek(dot)com> writes:
> Alright. Restarted the 803 database. Cron based vacuum analyze is
> running every 5 minutes. vacuum_cost_delay is 0. The problem showed
> up after about 1/2 hour of running. I've got vacuum jobs stacked from
> the last 35 minutes, with 2 vacuums running at the same time. CS is
> around 73k.

Hmm, I hadn't thought about the possible impact of multiple concurrent
vacuums. Is the problem caused by that, or has performance already gone
into the tank by the time the cron-driven vacuums are taking long enough
to overlap?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christopher Petrilli 2005-07-19 16:54:35 Re: Impact of checkpoint_segments under continual load conditions
Previous Message Robert Creager 2005-07-19 16:50:14 Re: Huge performance problem between 7.4.1 and 8.0.3 - CS issue?