Re: adding 'zstd' as a compression algorithm

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: adding 'zstd' as a compression algorithm
Дата
Msg-id 20220215214255.cstkc4xpso7jq4j4@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: adding 'zstd' as a compression algorithm  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: adding 'zstd' as a compression algorithm  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,

On 2022-02-15 15:09:37 -0500, Robert Haas wrote:
> On Tue, Feb 15, 2022 at 2:54 PM Andres Freund <andres@anarazel.de> wrote:
> > There's a difference between downloading a source tarball of 1.5x the size,
> > and 3x the decompression cost (made up numbers), because the cost of either is
> > not a relevant factor. I think basebackups are a different story.
> 
> To be clear, I'm not saying that people shouldn't choose to adopt the
> new stuff. I'm just saying that many of them won't, for various
> reasons, including inertia. There may come a point when we want to
> make a push to remove obsolete stuff, but I think what is far more
> important right now is making the new stuff available.

I think well before removing stuff we should default to decent compression
algorithms. E.g. -Z/--compress should probably not continue to use gzip if
better things are available.

Greetings,

Andres Freund



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Race conditions in 019_replslot_limit.pl
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Observability in Postgres