Great results with 7.4.1 and auto-vacuum - Mailing list pgsql-general

From Ericson Smith
Subject Great results with 7.4.1 and auto-vacuum
Date
Msg-id 4005511F.4010101@did-it.com
Whole thread Raw
List pgsql-general
Good news everyone!

Yesterday we finally upgraded to 7.4.1 from 7.3 using the RHEL 3 RPM's.
We knew that we would have to wait for at least 24 hours to get a good
picture of what was happening. This morning I noticed from our logs,
that we moved from an average load of 2.5 on our database server to a
load of consistently less than 1. Many of our standard queries are now
much, much, /*much*/ faster.

And I have to say, if you have not yet implemented pg_autovacuum, then
run and do so right now! We have about 250 tables, and perhaps 70 of
those are frequently updated (about 1 million updates and 750,000
inserts per day). The auto_vacuuming is a godsend, since we no longer
have to do table maintenance every morning.

We're looking to see how the recent changes with managing the free space
map for indices will help us, as we had to do frequent dumps and
restores on busy tables (this if faster than re-indexing or vacuum full).

The developers have done a really great job. Kudos!

Warmest regards,
Ericson Smith
Tracking Specialist/DBA
+-----------------------+--------------------------------------+
| http://www.did-it.com | "Crush my enemies, see then driven   |
| eric@did-it.com       | before me, and hear the lamentations |
| 516-255-0500          | of their women." - Conan             |
+-----------------------+--------------------------------------+


Attachment

pgsql-general by date:

Previous
From: "Jim Wilson"
Date:
Subject: planner and join type mismatches
Next
From: Tom Lane
Date:
Subject: Re: What are nested transactions then? was Nested