Re: zstd compression for pg_dump
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2020-12-22T02:32:35Z
Lists: pgsql-hackers
Attachments
- 0001-fix-pre-existing-docs-comments.patch (text/x-diff)
On Mon, Dec 21, 2020 at 03:02:40PM -0500, Tom Lane wrote: > Justin Pryzby <pryzby@telsasoft.com> writes: > > I found that our largest tables are 40% smaller and 20% faster to pipe > > pg_dump -Fc -Z0 |zstd relative to native zlib > > The patch might be a tad smaller if you hadn't included a core file in it. About 89% smaller. This also fixes the extension (.zst) And fixes zlib default compression. And a bunch of cleanup. -- Justin
Commits
-
pg_dump: Add support for zstd compression
- 84adc8e20f54 16.0 landed