Opened 11 years ago

Closed 11 years ago

#2062 closed defect (fixed)

Performance Drop in ST_Distance(geog)

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.2
Component: postgis Version: 2.0.x
Keywords: Cc:

Description (last modified by pramsey)

Versions 2.0+ included a change in the distance code that results in repetitive calculation of the geocentric bounds of objects during distance calcs. This can cause much longer return times. See #1976, comment 7.

Change History (2)

comment:1 by pramsey, 11 years ago

Description: modified (diff)

comment:2 by pramsey, 11 years ago

Resolution: fixed
Status: newclosed

Fix committed to 2.0 branch (r10530) and trunk (r10531). 1.5 branch was already fast. Turns out the fix for #1976 made even 1.5 almost 10 times faster.

Note: See TracTickets for help on using tickets.