Re: PostgreSQL in-transit compression for a client connection

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tushar Takate <tushar11(dot)takate(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL in-transit compression for a client connection
Date: 2023-04-27 09:22:23
Message-ID: 8A986B0D-5411-4211-BA77-0DD117186342@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On 27 Apr 2023, at 11:18, Tushar Takate <tushar11(dot)takate(at)gmail(dot)com> wrote:

> Does PostgreSQL support in-transit compression for a client connection?

No. Earlier versions supported SSL compression for encrypted connections but
that rarely worked as it was disabled in the vast majority of all OpenSSL
installations. There has been patches proposed to add compression to libpq but
nothing has been added as of yet.

--
Daniel Gustafsson

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2023-04-27 09:24:11 Re: PostgreSQL in-transit compression for a client connection
Previous Message Tushar Takate 2023-04-27 09:18:31 PostgreSQL in-transit compression for a client connection