Re: libpq compression (part 3)

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Jacob Burroughs <jburroughs(at)instructure(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: libpq compression (part 3)
Date: 2023-12-21 00:30:54
Message-ID: CAGECzQTPf3d4WP2B=t-kRQ3CQMzYSA6jneugkWqp7a3c1XYX0g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for working on this!

One thing I'm wondering: should it be possible for the client to change the
compression it wants mid-connection? I can think of some scenarios where
that would be useful to connection poolers: if a pooler does plain
forwarding of the compressed messages, then it would need to be able to
disable/enable compression if it wants to multiplex client connections with
different compression settings over the same server connection.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2023-12-21 00:33:45 Re: "pgoutput" options missing on documentation
Previous Message Jeremy Schneider 2023-12-21 00:29:02 Re: Built-in CTYPE provider