Re: Multiple UNIX-domain sockets?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Fromme <olli(at)lurza(dot)secnetix(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Multiple UNIX-domain sockets?
Date: 2006-09-25 19:07:09
Message-ID: 12475.1159211229@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Oliver Fromme <olli(at)lurza(dot)secnetix(dot)de> writes:
> The only solution would be to use TCP sockets on localhost,
> but the TCP/IP overhead is considerably higher, especially
> when there are lots of small queries (which I expect).
> I've foiund several benchmarks in various mailinglists,
> some mention a factor of 10.

Really? A decently designed TCP stack should have enough shortcuts
for local traffic to be competitive with Unix sockets. Have you
measured a significant performance problem for yourself?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Bob 2006-09-26 02:34:45 Re: How to test a function in pgAdmin?
Previous Message Oliver Fromme 2006-09-25 18:56:56 Re: Multiple UNIX-domain sockets?