zstd compression for pg_dump - Mailing list pgsql-hackers

From Justin Pryzby
Subject zstd compression for pg_dump
Date
Msg-id 20201221194924.GI30237@telsasoft.com
Whole thread Raw
Responses Re: zstd compression for pg_dump
List pgsql-hackers
I found that our largest tables are 40% smaller and 20% faster to pipe
pg_dump -Fc -Z0 |zstd relative to native zlib

So I wondered how much better when integrated in pg_dump, and found that
there's some additional improvement, but a big disadvantage of piping through
zstd is that it's not identified as a PGDMP file, and, /usr/bin/file on centos7
fails to even identify zstd by its magic number..

I looked for previous discussion about alternate compressions, but didn't find
anything for pg_dump.

-- 
Justin

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: BUG #16079: Question Regarding the BUG #16064
Next
From: Tom Lane
Date:
Subject: Re: zstd compression for pg_dump