Re: DNS vs /etc/hosts

From: Thomas Pundt <mlists(at)rp-online(dot)de>
To: pgsql-general(at)postgresql(dot)org
Cc: Lowell(dot)Hought(at)faa(dot)gov
Subject: Re: DNS vs /etc/hosts
Date: 2005-08-05 12:19:27
Message-ID: 200508051419.27653.mlists@rp-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Thursday 04 August 2005 17:13, Lowell(dot)Hought(at)faa(dot)gov wrote:
| I am changing from 7.2 to 8.0 and have both installed now on various Linux
| machines. When I use the psql command line interface with a -h hostname,
| the connection time from 7.2 is instant while the connection time from 8.0
| is 15 seconds. My assumption is that 7.2 checks the /etc/hosts file first
| and if unable to find the specified host it reverts to a DNS lookup, and
| the 8.0 is just the opposite. Is this a correct assumption, and if so,
| can I modify 8.0 to behave as 7.2 does?

I've once seen nameservice and connection delays caused by improperly
configured IPV6 support on some Linux machines. Removing the responsible
modules from the kernel fixed it. Just another guess though :-)

Ciao,
Thomas

--
Dr. Thomas Pundt <thomas(dot)pundt(at)rp-online(dot)de> ---- http://rp-online.de/ ----

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Wells 2005-08-05 12:25:18 Optimizing large data loads
Previous Message Stephane Bortzmeyer 2005-08-05 12:16:20 Re: wanting to use postgres with python - WHAT am I doing wrong?????? AGGGHHHH