Re: Backup is too slow

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "John Jensen" <JRJ(at)ft(dot)fo>
Cc: gspiegelberg(at)cranel(dot)com, pgsql-admin(at)postgresql(dot)org
Subject: Re: Backup is too slow
Date: 2004-12-11 16:37:50
Message-ID: 16682.1102783070@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"John Jensen" <JRJ(at)ft(dot)fo> writes:
> The job is clearly cpu bound in the postmaster process.

Which part of the dump process is CPU bound --- dumping schema, or data?
(Try enabling log_statement for the pg_dump run and correlating the
appearance of queries in the postmaster log with the CPU usage.)

If it's schema-bound, maybe you need to vacuum/analyze your system
catalogs a bit more aggressively.

If it's data-bound, I'm not sure what you can do other than switch to
datatypes that are cheaper to convert to text form. It would be
interesting to find out where the problem is, though, in case there's
something we can fix for future releases.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Deepak Vohra 2004-12-11 16:55:28 Please unsubscribe from mailing list.
Previous Message Tom Lane 2004-12-11 16:32:41 Re: Login with blank password