Re: PL/Perl Performance Problems - Mailing list pgsql-general

From Alex -
Subject Re: PL/Perl Performance Problems
Date
Msg-id SNT135-w31077376E42050C2BB779ECF840@phx.gbl
Whole thread Raw
In response to Re: PL/Perl Performance Problems  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
I run Autovacuum
I run a Vaccum Full Analyze every Sat
I re-index the tables every Sat

> Date: Fri, 18 Dec 2009 21:20:23 -0300
> From: alvherre@commandprompt.com
> To: aintokyo@hotmail.com
> CC: tgl@sss.pgh.pa.us; pgsql-general@postgresql.org
> Subject: Re: [GENERAL] PL/Perl Performance Problems
>
> Alex - wrote:
> >
> > Tom, I am logging these stats now, but i am having a similar issue. both jobs in the morning and after noon insert about 400k records (200k each)
> > In the morning that job takes 450secIn the afternoon only 150; No select, simple parsing a file and insert the records
> > These two tables don't grow as at night a cleanup job removes about the same amount of historical data (older about 40 days).
> > Its kind of the same behavior and i don't really see where the swapping fits in.
>
> Are you running vacuum of some sort on this table regularly?
>
> --
> Alvaro Herrera http://www.CommandPrompt.com/
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


Check out Domain Radar NOW! A world FIRST in property search has arrived!

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: PL/Perl Performance Problems
Next
From: Postgres User
Date:
Subject: Selecting from table into an array var