Re: data compression in protocol? - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: data compression in protocol?
Date
Msg-id BANLkTikc5sT9RpnfJ1e2tXiQKjv3Toowvw@mail.gmail.com
Whole thread Raw
In response to Re: data compression in protocol?  (Merlin Moncure <mmoncure@gmail.com>)
List 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 by date:

Previous
From: "David Johnston"
Date:
Subject: Re: unique across two tables
Next
From: Rob Sargent
Date:
Subject: Re: CRUD plpgsql generator