Re: Slow response if pulling through pgadmin

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "Mammarelli, Joanne T" <joanne(dot)t(dot)mammarelli(at)verizon(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Slow response if pulling through pgadmin
Date: 2015-11-10 16:06:30
Message-ID: 56421606.3060703@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/10/2015 07:39 AM, Mammarelli, Joanne T wrote:
> 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.

Where is the client(pgAdmin) relative to the server?

Where was the retrieve time measured?

It takes a good bit of time for a GUI to display results, so is that
what you are seeing?

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

Where are you running from the command line?

Do you mean EXPLAIN ANALYZE <some query> or something else?

Also can you post what the results are of whatever you did?

>
> .. 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?

No GUI, just text.
>
> Thanks.
>
> Joanne
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2015-11-10 16:08:17 Re: Slow response if pulling through pgadmin
Previous Message Jim Nasby 2015-11-10 16:05:51 Re: Debugger locks up