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

From Tom Lane
Subject Re: PostgreSQL 8.4 performance tuning questions
Date
Msg-id 2925.1248984944@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL 8.4 performance tuning questions  (Scott Carey <scott@richrelevance.com>)
Responses Re: PostgreSQL 8.4 performance tuning questions  (Scott Carey <scott@richrelevance.com>)
List pgsql-performance
Scott Carey <scott@richrelevance.com> writes:
> Dump needs to be parallelized or at least pipelined to use more cores.  COPY
> on one thread, compression on another?

We already do that (since compression happens on the pg_dump side).

            regards, tom lane

pgsql-performance by date:

Previous
From: Arjen van der Meijden
Date:
Subject: Re: PostgreSQL 8.4 performance tuning questions
Next
From: Scott Carey
Date:
Subject: Re: PostgreSQL 8.4 performance tuning questions