Re: Strange result: UNIX vs. TCP/IP sockets

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Strange result: UNIX vs. TCP/IP sockets
Дата
Msg-id 20030705205815.GA7713@libertyrms.info
обсуждение исходный текст
Ответ на Re: Strange result: UNIX vs. TCP/IP sockets  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Fri, Jul 04, 2003 at 05:47:27PM -0400, Tom Lane wrote:
> Andrew Sullivan <andrew@libertyrms.info> writes:
> > How could it be the transport affects the time for the query as
> > reported by the back end?
>
> How much data is being sent back by the query?

In this case, it's an all-aggregate query:

select count(*), min(id) from sometable where owner = int4;

(Yeah, yeah, I know.  I didn't write it.)

But it's the EXPLAIN ANALYSE that's reporting different times
depending on the transport.  That's what I find so strange.

> Do you have SSL enabled?  SSL encryption overhead is nontrivial,
> especially if any renegotiations happen.

No.

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


В списке pgsql-performance по дате отправления:

Предыдущее
От: Grega Bremec
Дата:
Сообщение: Re: PostgreSQL vs. MySQL
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: Moving postgresql.conf tunables into 2003...