[postgis-tickets] [PostGIS] #1798: Performance issue with ST_Intersects(geometry, geometry)

PostGIS trac at osgeo.org
Fri Jul 5 05:05:26 PDT 2013


#1798: Performance issue with ST_Intersects(geometry,geometry)
----------------------+-----------------------------------------------------
  Reporter:  nicklas  |       Owner:  pramsey      
      Type:  defect   |      Status:  reopened     
  Priority:  medium   |   Milestone:  PostGIS 2.2.0
 Component:  postgis  |     Version:  2.0.x        
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------

Comment(by robe):

 It could be maybe just because ST_DWithin doesn't have to do that geos
 serialization step that its outperforming by saving that step, but then I
 would expect ST_Intersects to gain by using prepared geometry.

 The polygons aren't that big:

 {{{
 SELECT Max(ST_NPoints(geom)), AVG(ST_NPoints(geom))
 frOM intersects_order;

 Max   Avg
 582   416.5136436597110754
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1798#comment:29>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list