Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nYYzX-0004Xu-UQ for pgsql-hackers@arkaria.postgresql.org; Sun, 27 Mar 2022 19:55:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nYYzV-00061U-Q8 for pgsql-hackers@arkaria.postgresql.org; Sun, 27 Mar 2022 19:55:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nYYzV-00061L-GX for pgsql-hackers@lists.postgresql.org; Sun, 27 Mar 2022 19:55:57 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nYYzT-0006MM-2U for pgsql-hackers@lists.postgresql.org; Sun, 27 Mar 2022 19:55:57 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 49AC62F10E69 for ; Sun, 27 Mar 2022 21:55:53 +0200 (CEST) Received: from s645.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 3AB662E2B79C; Sun, 27 Mar 2022 21:55:53 +0200 (CEST) Received: from s472.loopia.se (unknown [172.22.191.6]) by s645.loopia.se (Postfix) with ESMTP id 2CF3A157BA23; Sun, 27 Mar 2022 21:55:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s899.loopia.se ([172.22.191.5]) by s472.loopia.se (s472.loopia.se [172.22.190.12]) (amavisd-new, port 10024) with LMTP id IM4ZOsxPn9tQ; Sun, 27 Mar 2022 21:55:52 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from [192.168.72.144] (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id ABB192C9ADC1; Sun, 27 Mar 2022 21:55:52 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: Add LZ4 compression in pg_dump From: Daniel Gustafsson In-Reply-To: <20220326235134.GK28503@telsasoft.com> Date: Sun, 27 Mar 2022 21:55:52 +0200 Cc: Georgios , PostgreSQL Hackers , Rachel Heaton Content-Transfer-Encoding: quoted-printable Message-Id: <70C0B020-5E45-480B-9F49-41566A8CFC8E@yesql.se> References: <20220326162156.GI28503@telsasoft.com> <6FC5027A-1716-4D75-BF5B-2049A3698387@yesql.se> <20220326235134.GK28503@telsasoft.com> To: Justin Pryzby X-Mailer: Apple Mail (2.3608.120.23.2.7) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 27 Mar 2022, at 00:51, Justin Pryzby wrote: >=20 > On Sun, Mar 27, 2022 at 12:37:27AM +0100, Daniel Gustafsson wrote: >>> On 26 Mar 2022, at 17:21, Justin Pryzby = wrote: >>=20 >>> I suggested off-list to add an 0099 patch to change LZ4 to the = default, to >>> exercise it more on CI. >>=20 >> No need to change the defaults in autoconf for that. The CFBot uses = the cirrus >> file in the tree so changing what the job includes can be easily done = (assuming >> the CFBot hasn't changed this recently which I think it hasn't). I = used that >> trick in the NSS patchset to add a completely new job for = --with-ssl=3Dnss beside >> the --with-ssl=3Dopenssl job. >=20 > I think you misunderstood - I'm suggesting not only to use with-lz4 = (which was > always true since 93d973494), but to change pg_dump -Fc and -Fd to use = LZ4 by > default (the same as I suggested for toast_compression, = wal_compression, and > again in last year's patch to add zstd compression to pg_dump, for = which > postgres was not ready). Right, I clearly misunderstood, thanks for the clarification. -- Daniel Gustafsson https://vmware.com/