Query performance difference

From: "c k" <shreeseva(dot)learning(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Query performance difference
Date: 2008-08-21 19:48:51
Message-ID: d8e7a1e30808211248p18ecab8fx4ee3f35fdf6a404b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Hello,
I have a question regarding query performance from two pgsql applications.
PGadmin III 1.8 and Navicat for postgresql 8. Both connected to same server
on local machine 8.3 and runs a same query for appox. 1,60,000 rows with one
min, one max and addition of the min and max values on two tables joined on
an integer column gives different query execution times with noticible
difference. PGAdmin gives 9350ms and Navicat gives 2110ms. Why? What will be
the difference?
Is it in their query execution methods, with/without indexes etc?.
Thanks

CPK

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Travis Smith 2008-08-21 20:14:34 Re: Query performance difference
Previous Message Kevin Grittner 2008-08-21 14:10:16 Re: privilege shedding

Browse pgsql-general by date

  From Date Subject
Next Message Alan Hodgson 2008-08-21 19:50:46 Re: New to postgres -' how to' tips needed
Previous Message ries van Twisk 2008-08-21 19:29:04 Re: SERIAL datatype