Re: adding 'zstd' as a compression algorithm
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, David Steele <david@pgmasters.net>, Peter Geoghegan <pg@bowt.ie>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-16T02:42:35Z
Lists: pgsql-hackers
Hi,m On 2022-02-15 20:56:15 -0500, Tom Lane wrote: > Maybe we have a bit more flexibility for TOAST, not sure. It'd be nice to at least add it as an option for initdb. Afaics there's no way to change the default at that point. initdb itself is measurably faster. Although sadly it's a bigger difference for optimized builds. I think it matter a bit even after initdb, pg_rewrite is most of the compressed data and some of the views are regularly used... - Andres
Commits
-
Add support for building with ZSTD.
- 6c417bbcc8ff 15.0 landed