Query performance

From: "Lou O'Quin" <loquin(at)talleyds(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Query performance
Date: 2005-03-11 18:47:54
Message-ID: s2318583.040@mesagate.talleyds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

As a test, I ran a query in the pgAdmin query tool, which returns about 15K records from a PostgreSQL v8.01 table on my Win2K server.

I ran the same query from the local server, from another PC on the same 100 mbit local network, and from a PC on a different network, over the internet.

The times for the query to run and the data to return for each of the three
locations are shown here: Local Server : 571+521 ms Local network: 1187+1266 ms Internet:14579+4016 msMy question is this: Why does the execution time for the query to run increase so much? Since the query should be running on the server, it's time should be somewhat independent of the network transport delay. (unlike the data transport time) However, it appears to actually be hypersensitive to the transport delay. The ratios of time for the data transport (assuming 1 for the local server) are:
1 : 2.43 : 7.71

whereas the query execution time ratios are:
1 : 2.08 : 25.5 (!!!)

Obviously, the transport times will be greater. But why does the execution time bloat so?

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message jelle 2005-03-11 18:54:30 Questions about 2 databases.
Previous Message Jacques Caron 2005-03-11 15:40:49 Performance tuning