Ticket #536 (closed defect: fixed)
Get rid of the STRICT on geography ST_Intersects
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | high | Milestone: | PostGIS 1.5.2 |
| Component: | postgis | Version: | 1.5.X |
| Keywords: | Cc: |
Description
The STRICT clause on the ST_Intersects geography is preventing the planner from dissolving the function into the index + non-index constituent parts.
This means it is never using the index. Removing the STRICT clause seems to fix that.
See thread http://postgis.refractions.net/pipermail/postgis-users/2010-May/026831.html
Haven't checked the other geography functions to see if they suffer the same issue.
Change History
Note: See
TracTickets for help on using
tickets.
