Re: [ADMIN] RE: 回复:[ADMIN] pgadmin select slow than psql command much

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: [ADMIN] RE: 回复:[ADMIN] pgadmin select slow than psql command much
Дата
Msg-id CAECtzeWL5_+GigERftqD40+MPnExnNpwtkPTa0rvkFQ9xBV2qw@mail.gmail.com
обсуждение исходный текст
Ответ на RE: 回复:[ADMIN] pgadmin select slow than psql command much  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Список pgsql-admin
2016-04-25 10:15 GMT+02:00 Albe Laurenz <laurenz.albe@wien.gv.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?



--

В списке pgsql-admin по дате отправления:

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: RE: 回复:[ADMIN] pgadmin select slow than psql command much
Следующее
От: Dave Johansen
Дата:
Сообщение: Deadlock when inserting from multiple processes