Re: TCP network cost

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Linos <info(at)linos(dot)es>
Cc: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, pgsql-performance(at)postgresql(dot)org
Subject: Re: TCP network cost
Date: 2009-03-01 18:28:24
Message-ID: 13742.1235932104@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Linos <info(at)linos(dot)es> writes:
> Tom Lane escribi:
>> That's just weird --- ssl off should be ssl off no matter which knob you
>> use to turn it off. Are you sure it's really off in the slow connections?

> Maybe i am missing something, i use the same command to connect to it
> from localhost "psql -d database -h localhost" and in the pcap files i
> have captured the protocol it is clear (with "ssl = false" or "ssl =
> true" either), but in the debian machine with "ssl = true" in
> postgresql.conf you can see in the pcap file big time jumps between
> data packets, psql commandline enables automatically ssl if the server
> supports it?

Yeah, the default behavior is to do SSL if supported; see PGSSLMODE.
Non-TCP connections never do SSL, though. One possibility to check
is that one of the two distros has altered the default value of
PGSSLMODE.

> but if this is the case i should see encrypted traffic in
> pcap files,

I would suppose so, so there's something that doesn't quite add up here.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Magnus Hagander 2009-03-01 18:40:10 Re: TCP network cost
Previous Message Linos 2009-03-01 18:19:59 Re: TCP network cost