Re: [PERFORM] Dataset is fetched from cache but still takes same time to fetch records as first run

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PERFORM] Dataset is fetched from cache but still takes same time to fetch records as first run
Дата
Msg-id 19641.1498193431@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PERFORM] Dataset is fetched from cache but still takes same timeto fetch records as first run  (Sumeet Shukla <sumeet.k.shukla@gmail.com>)
Ответы Re: [PERFORM] Dataset is fetched from cache but still takes same timeto fetch records as first run  (Adam Brusselback <adambrusselback@gmail.com>)
Список pgsql-performance
Sumeet Shukla <sumeet.k.shukla@gmail.com> writes:
> Yes, but when I actually execute the query in pgAdmin3, it takes exactly
> the same time of 19.5 secs.

pgAdmin is well known to be horribly inefficient at displaying large
query results (and 121788 rows qualifies as "large" for this purpose,
I believe).  The circa-tenth-of-a-second savings on the server side
is getting swamped by client-side processing.

It's possible that pgAdmin4 has improved matters in this area.

            regards, tom lane


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

Предыдущее
От: Sumeet Shukla
Дата:
Сообщение: Re: [PERFORM] Dataset is fetched from cache but still takes same timeto fetch records as first run
Следующее
От: Glyn Astill
Дата:
Сообщение: Re: [PERFORM] Dataset is fetched from cache but still takes sametime to fetch records as first run