Re: Compression

From: Eric Jain <eric(dot)jain(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Compression
Date: 2009-09-29 00:29:57
Message-ID: e48479d40909281729s1032882eh5672ba603271e87a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 2009-09-28, Oliver Jowett <oliver(at)opencloud(dot)com> wrote:
> Can you explain what a "compressed connection stream" is? AFAIK, there
> is no such thing supported by the standard server. (And there's been a
> wire protocol version change since that release announcement, fwiw)
>
> Possibly, you could convince the underlying SSL/TLS provider to
> negotiate SSL compression. I don't know the details of how to do that
> offhand.

I assume that what they were referring to is the ability to have all
data that is sent between the client and the server compressed (e.g.
with zlib; MySQL: useCompression=true). I'll email them to ask for a
clarification...

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Steve Ebersole 2009-10-02 13:22:23 Re: JDBC 4 support
Previous Message Oliver Jowett 2009-09-29 00:00:07 Re: Compression