Re: data compression in protocol?

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: data compression in protocol?
Дата
Msg-id BANLkTikc5sT9RpnfJ1e2tXiQKjv3Toowvw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: data compression in protocol?  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#comp

That applies in general to SSL apps.

In cryptography it is always recommended, and sometimes even mandatory
to compress data before encryption. This reduces the risk of finding
patterns, etc.
And SSL includes that option as well.

But that's as far as my knowledge goes. Whether postgresql can utilize
it, and how to set it up with postgresql - dunno.


--
GJ

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: unique across two tables
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: CRUD plpgsql generator