Re: zstd compression for pg_dump

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: zstd compression for pg_dump
Дата
Msg-id 20201222023235.GJ30237@telsasoft.com
обсуждение исходный текст
Ответ на Re: zstd compression for pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: zstd compression for pg_dump  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Masahiro Ikeda
Дата:
Сообщение: Re: Add statistics to pg_stat_wal view for wal related parameter tuning
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: [Patch] Optimize dropping of relation buffers using dlist