Re: data compression in protocol?

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Szymon Guz <mabewlun(at)gmail(dot)com>, postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: data compression in protocol?
Date: 2011-06-22 16:33:10
Message-ID: BANLkTikc5sT9RpnfJ1e2tXiQKjv3Toowvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2011-06-22 16:38:39 Re: CRUD plpgsql generator
Previous Message David Johnston 2011-06-22 16:30:29 Re: unique across two tables