Re: difference in query performance due to the inclusion of a polygon geometry field

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: difference in query performance due to the inclusion of a polygon geometry field
Дата
Msg-id CAHyXU0xUxwM6UVqP0vx3wMjT0rk4BKis9QYTBKviJweJg8s5og@mail.gmail.com
обсуждение исходный текст
Ответ на Re: difference in query performance due to the inclusion of a polygon geometry field  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, Nov 30, 2012 at 9:51 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Albe Laurenz" <laurenz.albe@wien.gv.at> writes:
>> As I said -- could the time be spent on the client?
>
> It is probably some combination of
>
> (1) time to fetch the wide geometry values from the table's TOAST table
> (2) time to convert the geometry values to text form
> (3) time to transmit the larger volume of data to the client
> (4) client-side processing time
>
> None of these costs are expended in an EXPLAIN ANALYZE, which is
> why the time reported for that doesn't change materially.

Also possibly decompression time too.

merlin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: difference in query performance due to the inclusion of a polygon geometry field
Следующее
От: Ivan Marchesini
Дата:
Сообщение: Re: difference in query performance due to the inclusion of a polygon geometry field