Re: compressed protocol

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: zeljko <zeljko(at)holobit(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: compressed protocol
Date: 2006-09-15 19:18:00
Message-ID: 20060915191800.GA32005@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Sep 15, 2006 at 07:58:54PM +0200, zeljko wrote:
> ARGHHHHH.... IT WORKS ! :)))))
> postgresql.conf contained ssl=on , so ssl=off = speed of light via ssh
> tunnel :)

So you were doing SSL over an SSH tunnel. That explains why
compression didn't seem to be working -- SSH was trying to compress
essentially random data (the SSL-encrypted data), and random data
doesn't have enough redundancy to compress.

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2006-09-15 19:29:09 Re: [OT] PHP vs Postgresql argument on
Previous Message Brandon Aiken 2006-09-15 19:01:03 Re: basic geographic structure