[postgis-users] ST_Overlaps and performance

Mr. Puneet Kishor punk.kish at gmail.com
Wed Mar 7 09:39:33 PST 2012


On Mar 7, 2012, at 11:36 AM, Bob Basques wrote:

> if (x > minx && x < max && y > miny && y < maxy) then true. .



This is precisely the kind of problem that GiST solves. The above query is not likely to be better than a spatial query.




--
Puneet Kishor


More information about the postgis-users mailing list