VACUUM and performance after pg_dumpall

From: "Thomas F(dot) O'Connell" <tfo(at)monsterlabs(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: VACUUM and performance after pg_dumpall
Date: 2001-12-05 22:19:50
Message-ID: 3C0E9D86.7090504@monsterlabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

what is it about pg_dumpall that necessitates an immediate VACUUM to
restore performance?

in upgrading recently from a pre-7.1 release to a 7.1.3 release for a
fairly sizeable database, i noticed a severe decrease in performance
that seemed to be related only to the new version of postgres that was
running. everything else, including DBI, DBD::Pg, etc., remained the same.

i had done a pg_dumpall to preserve the data.

after a VACUUM, performance returned to within acceptable limits.

does pg_dumpall and the subsequent restoration of data create a bunch of
proverbial dust that needs to be vacuumed?

-tfo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andy Marden 2001-12-05 22:22:30 Re: Casting Varchar to Numeric
Previous Message Jan Wieck 2001-12-05 22:09:48 Re: Casting Varchar to Numeric