Re: upgraded to pgsql 8.2.4, getting worse performance then 7.4.x

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Douglas J Hunley <doug(at)hunley(dot)homeip(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: upgraded to pgsql 8.2.4, getting worse performance then 7.4.x
Date: 2007-06-04 18:08:13
Message-ID: 20070604180813.GR4779@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Douglas J Hunley wrote:

> On a side note, is there any real benefit to using autovacuum over a
> periodically scheduled vacuum? I ask because we have the latter already coded
> up and cron'd and it seems to keep things fairly optimized.

No, not really. Maybe autovacuum could get to specific highly-updated
tables quickier than the cron job, or slow down when there's no
activity; but your current setup is good enough for you there's no
reason to change.

> BTW, I'm on the list, so there's no need to reply direct. I can get the
> replies from the list

Huh, sorry, this is just the customary way to use these lists.
Personally, I prefer to get several copies of each message and have my
software (procmail) deliver only one to me discarding the duplicates.
That way, if one is lost or takes long to get home, I don't even notice
it (it used to happen a lot on the lists). Look at the "eliminatecc"
option in the Majordomo user web pages.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Lewis 2007-06-04 18:15:43 Re: Thousands of tables versus on table?
Previous Message Thomas Andrews 2007-06-04 17:40:01 Thousands of tables versus on table?