[postgis-devel] [PostGIS] #1842: WHERE ST_Intersects causes VM to balloon
PostGIS
trac at osgeo.org
Fri May 25 07:40:19 PDT 2012
#1842: WHERE ST_Intersects causes VM to balloon
-----------------------+----------------------------------------------------
Reporter: darkblueb | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version: 1.5.X
Keywords: |
-----------------------+----------------------------------------------------
Comment(by strk):
Can you reproduce the "crazy memory" with this query:
{{{
SELECT id_grid FROM grid150m_marin_subset as g, lt_marin_subset as l
WHERE ST_Intersects(g.wkb_geometry, l.wkb_geometry);
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1842#comment:5>
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-devel
mailing list