Re: data compression in protocol?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: data compression in protocol?
Дата
Msg-id 4E02B25A.60907@postnewspapers.com.au
обсуждение исходный текст
Ответ на data compression in protocol?  (Szymon Guz <mabewlun@gmail.com>)
Список pgsql-general
On 22/06/11 16:38, Szymon Guz wrote:
> Hi,
> I've got a lot of databases, unfortunately applications need to get a
> lot of data (a lot of means too much).
> The whole request takes about 3s, while pure explain analyze only 250ms.
> The amount of downloaded data cannot be changed.

What client are you using?

For libpq, as others have noted you can use OpenSSL-level compression.

For JDBC I think you're out of luck, as AFAIK the Java SSL
implementation doesn't support wire compression.

See this prior discussion on the topic:

http://postgresql.1045698.n5.nabble.com/Compression-on-SSL-links-td2261205.html

--
Craig Ringer

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

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: Tuning for a tiny database
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: building 9.1 on suse-11.4 (64bit)