Slow response if pulling through pgadmin

From: "Mammarelli, Joanne T" <joanne(dot)t(dot)mammarelli(at)verizon(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Slow response if pulling through pgadmin
Date: 2015-11-10 15:39:20
Message-ID: 2A9DC32516465540A0B1D37D25D6EF9A04149BECB6@FHDP1LUMXC7V12.us.one.verizon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi - same rookie user as before.

We have one table

100,000 rows

80 columns

When we try to retrieve the data (select * from table) using pgadmin, we get a 193456 ms retrieve time.

When I ran a query analyze in the command prompt, we get a 316ms retrieve time.

.. and finally. When we retrieve the data from the command line, we get a 5720 ms retrieve time.

Any idea what could be causing the retrieval time discrepancies?

Thanks.

Joanne

Responses

Browse pgsql-general by date

  From Date Subject
Next Message anj patnaik 2015-11-10 15:49:21 Re: run 2 instances of postgres 9.4 on same linux VM
Previous Message Mammarelli, Joanne T 2015-11-10 15:37:07 Re: tds_fdw - work on windows