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

From Steve Crawford
Subject Re: PostgreSQL 8.4 performance tuning questions
Date
Msg-id 4A71D12C.3070406@pinpointresearch.com
Whole thread Raw
In response to Re: PostgreSQL 8.4 performance tuning questions  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-performance
Kevin Grittner wrote:
Steve Crawford <scrawford@pinpointresearch.com> wrote:  
benchmarks I've seen suggest that with 8 cores you may even see an
almost 8x restore speedup   
 
I'm curious what sort of data in what environment showed that ratio. 
Was going on memory from a presentation I watched. Reports on the web have shown anything from a 3x increase using 8 cores to other non-detailed reports of "up to" 8x improvement. If you have one big table, don't expect much if any improvement. If you have lots of smaller tables/indexes then parallel restore will probably benefit you. This is all based on the not-atypical assumption that your restore will be CPU bound. I don't think parallel restore will be much use beyond the point you hit IO limits.

Cheers,
Steve

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: PostgreSQL 8.4 performance tuning questions
Next
From: Matthew Wakeling
Date:
Subject: Re: PostgreSQL 8.4 performance tuning questions