[PostGIS] #282: Change ~= Operator to be a BBOX Only Test

View: New views
3 Messages — Rating Filter:   Alert me  

[PostGIS] #282: Change ~= Operator to be a BBOX Only Test

by PostGIS-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#282: Change ~= Operator to be a BBOX Only Test
---------------------+------------------------------------------------------
 Reporter:  pramsey  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  postgis 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 Right now the assumed behavior of ~= is an index-assisted exact equality
 check. As a result, unlike all the other GiST operators, it requires a re-
 check, which means that all our operators end up stuck with a re-check.
 Having no re-check can lead to odd behavior (#253) when combining the
 indexed operator call with an un-indexed operator call (#253). It would be
 better to have all our GiST operators consistently work on bounding boxes
 only. This will be a slight breaking behavior change.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/282>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
_______________________________________________
postgis-devel mailing list
postgis-devel@...
http://postgis.refractions.net/mailman/listinfo/postgis-devel

Re: [PostGIS] #282: Change ~= Operator to be a BBOX Only Test

by PostGIS-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#282: Change ~= Operator to be a BBOX Only Test
----------------------+-----------------------------------------------------
  Reporter:  pramsey  |       Owner:  pramsey      
      Type:  defect   |      Status:  new          
  Priority:  high     |   Milestone:  postgis 1.5.0
 Component:  postgis  |     Version:  trunk        
Resolution:           |    Keywords:              
----------------------+-----------------------------------------------------
Changes (by pramsey):

  * milestone:  postgis 2.0.0 => postgis 1.5.0

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/282#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
_______________________________________________
postgis-devel mailing list
postgis-devel@...
http://postgis.refractions.net/mailman/listinfo/postgis-devel

Re: [PostGIS] #282: Change ~= Operator to be a BBOX Only Test

by PostGIS-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#282: Change ~= Operator to be a BBOX Only Test
----------------------+-----------------------------------------------------
  Reporter:  pramsey  |       Owner:  pramsey      
      Type:  defect   |      Status:  closed      
  Priority:  high     |   Milestone:  postgis 1.5.0
 Component:  postgis  |     Version:  trunk        
Resolution:  fixed    |    Keywords:              
----------------------+-----------------------------------------------------
Changes (by pramsey):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Change committed and regression tests updated to r4763. See #289 for one
 remaining quirk.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/282#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
_______________________________________________
postgis-devel mailing list
postgis-devel@...
http://postgis.refractions.net/mailman/listinfo/postgis-devel