Re: TCP network cost
От
Linos
Тема
Re: TCP network cost
Дата
Msg-id
49AAD1CF.6000908@linos.es
Ответ на
Re: TCP network cost (Tom Lane)
Список
Дерево обсуждения
TCP network cost "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: TCP network cost Aaron Turner <synfinatic@gmail.com>
Re: TCP network cost "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: TCP network cost Gregory Stark <stark@enterprisedb.com>
Re: TCP network cost "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: TCP network cost Tom Lane <tgl@sss.pgh.pa.us>
Re: TCP network cost "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: TCP network cost Linos <info@linos.es>
Re: TCP network cost Tom Lane <tgl@sss.pgh.pa.us>
Re: TCP network cost Linos <info@linos.es>
Re: TCP network cost Tom Lane <tgl@sss.pgh.pa.us>
Re: TCP network cost Linos <info@linos.es>
Re: TCP network cost Tom Lane <tgl@sss.pgh.pa.us>
Re: TCP network cost Magnus Hagander <magnus@hagander.net>
Re: TCP network cost Linos <info@linos.es>
Re: TCP network cost Rusty Conover <rconover@infogears.com>
Re: TCP network cost "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: TCP network cost "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: TCP network cost Aaron Turner <synfinatic@gmail.com>
Re: TCP network cost PFC <lists@peufeu.com>
Re: TCP network cost "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: TCP network cost Rusty Conover <rconover@infogears.com>
Re: TCP network cost david@lang.hm
Tom Lane escribió: > Linos writes: >> Tom Lane escribió: >>> Does that number include connection startup overhead? (If it doesn't, >>> it'd be pretty strange.) > >> This difference it is from the runtime of the query, i get this with \timing >> parameter in psql, > > 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? > > regards, tom lane 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? but if this is the case i should see encrypted traffic in pcap files, and the problem should be the same in Arch Linux, no? If you want that i make a local test explain me the steps and i will try here. Regards, Miguel Angel.
В списке pgsql-performance по дате отправления