[postgis-users] Trunk 2.0.0 seem slow on Linux 64 bit

Andrea Peri aperi2007 at gmail.com
Sun Aug 22 04:32:22 PDT 2010


>Hallo
>
>First your question about index-handling of multi-geometries.
>The index handles the whole geometry as one big so in your case where
>the multi-parts are spread you will get a lot better performance if you
>use st_dump to split the multi to several rows of single polygons and
>build an index on that.

Hi,

That work very well.

Always do index on the dumped version of geometries

Now the query time is down to few minutes. :))

Dumping the geometry in single parts is definitively better for index.

Now I do some tests, as you suggest, to reduce the number of unknown.


-- 

-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20100822/84d389a3/attachment.html>


More information about the postgis-users mailing list