Re: difference in query performance due to the inclusion of a polygon geometry field - Mailing list pgsql-general

From Tom Lane
Subject Re: difference in query performance due to the inclusion of a polygon geometry field
Date
Msg-id 13311.1354290710@sss.pgh.pa.us
Whole thread Raw
In response to Re: difference in query performance due to the inclusion of a polygon geometry field  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Responses Re: difference in query performance due to the inclusion of a polygon geometry field  (Merlin Moncure <mmoncure@gmail.com>)
Re: difference in query performance due to the inclusion of a polygon geometry field  (ivan marchesini <ivan.marchesini@gmail.com>)
List pgsql-general
"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.

            regards, tom lane


pgsql-general by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: Mailing list Question
Next
From: Merlin Moncure
Date:
Subject: Re: difference in query performance due to the inclusion of a polygon geometry field