Re: pglz compression performance, take two - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pglz compression performance, take two
Date
Msg-id YNWGRfZxneqhDtFS@paquier.xyz
Whole thread Raw
In response to Re: pglz compression performance, take two  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
On Sat, Mar 20, 2021 at 12:19:45AM -0500, Justin Pryzby wrote:
> I think it's still relevant, since many people may not end up with binaries
> --with-lz4 (I'm thinking of cloud providers).  PGLZ is what existing data uses,
> and people may not want to/know to migrate to shiny new features, but they'd
> like it if their queries were 20% faster after upgrading without needing to.

Yeah, I agree that local improvements here are relevant, particularly
as we don't enforce the rewrite of toast data already compressed with
pglz.  So, we still need to stick with pglz for some time.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Boris Kolpackov
Date:
Subject: Re: Pipeline mode and PQpipelineSync()
Next
From: Peter Eisentraut
Date:
Subject: Re: alter subscription drop publication fixes