Re: Compression

Поиск
Список
Период
Сортировка
От Eric Jain
Тема Re: Compression
Дата
Msg-id e48479d40909281729s1032882eh5672ba603271e87a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Compression  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: Compression
Список pgsql-jdbc
On 2009-09-28, Oliver Jowett <oliver@opencloud.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...

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Compression
Следующее
От: Steve Ebersole
Дата:
Сообщение: Re: JDBC 4 support