On 11/13/2011 07:51 AM, Gregg Jaskiewicz wrote:
> pg_dump -Fc already compresses, no need to pipe through gzip
>
I dont think that'll use two core's if you have 'em. The pipe method will use two cores, so it should be faster. (assuming you are not IO bound).
-Andy