SQL query timing question - Mailing list pgadmin-support

From Dave Lazar
Subject SQL query timing question
Date
Msg-id e0d71d270506021200149817c0@mail.gmail.com
Whole thread Raw
Responses Re: SQL query timing question  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-support
Hi,

I have a table with 10 rows, and about 50 columns. Not much need for
indexing. When I execute a select * command, it can take 18ms to run
the query, but 1300ms for the data retrieval time for example...

What controls this data retrieval timing? It seems like my query
executes fast, but the bottleneck is this value?? Is there something
in postgresql.conf that needs tweaking. I have a RH box with a 17Ghz
P4 and 2 gigs RAM, and the bottleneck pgAdmin shows me appears to be
this data retrieval time.

Could someone more familiar with this please fill me in little. I
thought it was RAM or HD speed slowing some PHP scripts down with SQL
in them, but now, using just pgAdmin 1.2 to query the server directly
I see the problem may be postgres setup.

I realize that time may be the measure of the time it takes to
transfer the data from the server to the pgAdmin client... but it also
seems that the results are that slow being transferred from a request
originating with a PHP script running on the server and connecting via
ADOdb and localhost to the postmaster... what can be done to measure
and or speed the data retrieval times???

Thanks!!

Dave


pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Compilation Problem with pgadmin3 1.2.1 / wxWdgets 2.6.0
Next
From: "Dave Page"
Date:
Subject: Re: SQL query timing question