[postgis-users] Array Size Error

Paul & Caroline Lewis paulcaz80 at hotmail.com
Wed Jul 27 02:32:21 PDT 2011





Thanks for the responses. Have changed the original query from this: SELECT ST_ConvexHull(ST_Collect(ST_Force_2D(geom))) FROM table001 to this: SELECT ST_ConvexHull(ST_MemUnion(geom)) FROM table001 and its still running; over 12 hours now.Is this a waste of time.I'm trying it this way as I guessed it could be an aggregate approach issue after reading this post from Paul: http://blog.cleverelephant.ca/2009/01/must-faster-unions-in-postgis-14.html and was wondering if the union operation might work for my current requirements so set it running yesterday. The ST_Union gives the same array size error after a few seconds but as I said the ST_MemUnion is still running, but is it working or going to work!!! Anyway, thanks again for your feedback. Paul
  		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20110727/8b5b54d1/attachment.html>


More information about the postgis-users mailing list