pg_dump -Z6 (the default) can be pretty slow - Mailing list pgsql-admin

From Ron
Subject pg_dump -Z6 (the default) can be pretty slow
Date
Msg-id c2157b92-8802-41c9-a6b8-435d6d3793c0@gmail.com
Whole thread Raw
Responses Re: pg_dump -Z6 (the default) can be pretty slow
List pgsql-admin
In preparation for moving from 9.6 to something supported, I ran a 
pg_dump/pg_restore test (since the migrated databases will be on new 
servers, and we purge off old partitions and add new partitions, pg_upgrade 
and logical replication are off the table).

(The servers are VMs on ESX hosts, and on the same subnet.)

Our databases are chock full of bytea fields holding compressed images. 
pg_dump -Fd -Z6 took 25 minutes, and 5.5GB disk space. (remember, it's a 
test!), while pg_dump -Fd -Z0 only took 90 seconds, but consumed 15GB.

This isn't really surprising to anyone who's ever tried to gzip a jpg file...

Quite the speed increase if you can swallow the increased disk usage.

pg_dump -Z3 did the best: only 8.5 minutes, while using just 5.8GB disk space.

-- 
Born in Arizona, moved to Babylonia.



pgsql-admin by date:

Previous
From: Stephen Frost
Date:
Subject: Re: What's the state of native Transparent Data Encryption (TDE) in PostgreSQL?
Next
From: Scott Ribe
Date:
Subject: Re: pg_dump -Z6 (the default) can be pretty slow