Thanks to visit codestin.com
Credit goes to postgrespro.com

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 [email protected]
Whole thread Raw
In response to Re: PostgreSQL 8.4 performance tuning questions  (Scott Carey <[email protected]>)
Responses Re: PostgreSQL 8.4 performance tuning questions
List pgsql-performance
Scott Carey <[email protected]> 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