Re: ZStandard (with dictionaries) compression support for TOAST compression - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: ZStandard (with dictionaries) compression support for TOAST compression
Date
Msg-id CAJ7c6TOz_1gH4ekPaMcfKtYxG86wUvvmU-_RRHrh=zNRcB+Gdw@mail.gmail.com
Whole thread Raw
In response to ZStandard (with dictionaries) compression support for TOAST compression  (Nikhil Kumar Veldanda <veldanda.nikhilkumar17@gmail.com>)
Responses Re: ZStandard (with dictionaries) compression support for TOAST compression
List pgsql-hackers
Hi Nikhil,

Many thanks for working on this. I proposed a similar patch some time
ago [1] but the overall feedback was somewhat mixed so I choose to
focus on something else. Thanks for peeking this up.

> test=# select build_zstd_dict_for_attribute('"public"."zstd"', 1);
> build_zstd_dict_for_attribute
> -------------------------------
> t
> (1 row)

Did you have a chance to familiarize yourself with the corresponding
discussion [1] and probably the previous threads? Particularly it was
pointed out that dictionaries should be built automatically during
VACUUM. We also discussed a special syntax for the feature, besides
other things.

[1]: https://www.postgresql.org/message-id/flat/CAJ7c6TOtAB0z1UrksvGTStNE-herK-43bj22%3D5xVBg7S4vr5rQ%40mail.gmail.com

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Add pg_accept_connections_start_time() for better uptime calculation
Next
From: jian he
Date:
Subject: Re: support virtual generated column not null constraint