Re: Slow access to PostgreSQL server

From: Markus Schaber <schabi(at)logix-tt(dot)com>
To: Phil Cairns <phil(at)pagaros(dot)notpartofaddress(dot)com(dot)au>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Slow access to PostgreSQL server
Date: 2006-08-11 09:16:03
Message-ID: 44DC4AD3.1030809@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi, Phil,

Phil Cairns wrote:

> Has anyone experienced this sort of thing before? We're running with
> 8.0.4. My application uses libpg, while another application is using
> OLEDB. Both the native and OLEDB layers exhibit the delay on the "slow"
> machines, and have no problems on the "fast" machines. Note that the
> laptops are in no way inferior to the desktop machines in terms of CPU,
> RAM, etc.

Can you try to rsync / netcat some large files / random data through
nonstandard ports in both directions, and see whether that reproduces
the behaviour? I also think using PostgreSQL on port 80 might be an
interesting test.

It might be a driver or "security software" issue...

When http and network drive transfers work fast, but transfers on
nonstandard ports (postgreSQL uses 5432) work slow, I'd suspect some
personal firewall or antivirus network filtering software.

HTH,
Marku

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Thomas Pundt 2006-08-11 09:34:49 Re: Slow access to PostgreSQL server
Previous Message Markus Schaber 2006-08-11 09:02:12 Re: slow transfer speeds with PostgreSQL