| From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
|---|---|
| To: | Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
| Cc: | "???(??)" <dege(dot)zzz(at)alibaba-inc(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: [ADMIN] RE: 回复:[ADMIN] pgadmin select slow than psql command much |
| Date: | 2016-04-25 16:58:40 |
| Message-ID: | CAECtzeWL5_+GigERftqD40+MPnExnNpwtkPTa0rvkFQ9xBV2qw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
2016-04-25 10:15 GMT+02:00 Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>:
> 周正中 wrote:
> >>> Why select query in pgadmin slow than psql much ?
> >>> and i use heidisql client, select fast than pgadmin much more.
> >>> this is my test:
> >>> https://yq.aliyun.com/articles/32438
> >>
> >> Do you see a difference in the EXPLAIN ANALYZE output?
> >
> > explain analyze no difference.
>
> Please don't top post.
>
> If there is no difference in EXPLAIN ANALYZE output, that means
> that the statement took the same time in both cases.
>
> Maybe it took a long time to transfer the data across the network,
> or it took the client a long time to render the result.
>
>
It's usually the issue: long time to display rather big result sets.
> Is the result set large?
> Can you see high network or CPU activity on the client side?
>
>
--
Guillaume.
http://blog.guillaume.lelarge.info
http://www.dalibo.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Johansen | 2016-04-27 19:10:24 | Deadlock when inserting from multiple processes |
| Previous Message | Albe Laurenz | 2016-04-25 08:15:25 | RE: 回复:[ADMIN] pgadmin select slow than psql command much |