Re: Bytea poor performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bytea poor performance
Дата
Msg-id 29778.1129391647@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bytea poor performance  ("NSO" <nso@fmf.vtu.lt>)
Ответы Re: Bytea poor performance  ("NSO" <nso@fmf.vtu.lt>)
Список pgsql-performance
"NSO" <nso@fmf.vtu.lt> writes:
> Query runs very long:
> Total query runtime: 23625 ms.
> Data retrieval runtime: 266 ms.
> 50 rows retrieved.

Notice that the query itself took 266ms.  The rest of the time was
wasted by your client app trying to format a 23Kb by 50 row table
for display.  You need to replace your client-side code with something
less inefficient about handling wide values.

            regards, tom lane

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

Предыдущее
От: "NSO"
Дата:
Сообщение: Re: Bytea poor performance
Следующее
От: "NSO"
Дата:
Сообщение: Re: Bytea poor performance