Re: PostgreSQL 8.4 performance tuning questions - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: PostgreSQL 8.4 performance tuning questions
Date
Msg-id 4A7193810200002500029104@gw.wicourts.gov
Whole thread Raw
In response to Re: PostgreSQL 8.4 performance tuning questions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Hmmm ... AFAIR there isn't a good reason for dump to custom format
> to take longer than plain text dump, except for applying
> compression.  Maybe -Z0 would be worth testing?  Or is the problem
> that you have to write the data to a disk file rather than just
> piping it?

I'm not sure without benchmarking that.  I was writing to the same
RAID as the database I was dumping, so contention was probably a
significant issue.  But it would be interesting to compare different
permutations to see what impact each has alone and in combination.

I'm OK with setting up a benchmark run each night for a while, to
shake out what I can, on this and the artificial cases.

-Kevin

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL 8.4 performance tuning questions
Next
From: "Kevin Grittner"
Date:
Subject: Re: PostgreSQL 8.4 performance tuning questions