<div dir="auto">Uhmmm... So, if there's no join or where clause, the index is not used at all?<div dir="auto"><br></div><div dir="auto">Somehow, I thought that internally ST_union would still use it to decide which geometries need be merged together in the same part.</div><div dir="auto"><br></div><div dir="auto">Thanks for clarifying.</div><div dir="auto"><br></div><div dir="auto">Alexandre Neto</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">A segunda, 2/03/2020, 22:02, Paul Ramsey <<a href="mailto:pramsey@cleverelephant.ca">pramsey@cleverelephant.ca</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Mar 2, 2020 at 1:16 PM Alexandre Neto <<a href="mailto:senhor.neto@gmail.com" target="_blank" rel="noreferrer">senhor.neto@gmail.com</a>> wrote:<br>
><br>
> Stating the obvious,<br>
><br>
> Do you have a spatial index on your geom column?<br>
<br>
That will make no difference, the query is reading the whole contents<br>
of the column, a spatial index will do nothing.<br>
<br>
P<br>
<br>
<br>
><br>
> Alexandre Neto<br>
><br>
> A segunda, 2/03/2020, 17:04, Paul Ramsey <<a href="mailto:pramsey@cleverelephant.ca" target="_blank" rel="noreferrer">pramsey@cleverelephant.ca</a>> escreveu:<br>
>><br>
>> No, if it’s returning the answer you want, that’s the way to do it, and there’s no way around it.<br>
>><br>
>> > On Mar 2, 2020, at 6:25 AM, <<a href="mailto:paul.malm@lfv.se" target="_blank" rel="noreferrer">paul.malm@lfv.se</a>> <<a href="mailto:paul.malm@lfv.se" target="_blank" rel="noreferrer">paul.malm@lfv.se</a>> wrote:<br>
>> ><br>
>> > Hi list,<br>
>> > I would like to do this:<br>
>> > CREATE TABLE public."Areas_union" AS select  (st_dump(st_union("the_geom"))).geom from "Areas";<br>
>> ><br>
>> > But it takes such a long time to execute, is there a smarter way to do it?<br>
>> ><br>
>> > Kind regards,<br>
>> > Paul<br>
>> > _______________________________________________<br>
>> > postgis-users mailing list<br>
>> > <a href="mailto:postgis-users@lists.osgeo.org" target="_blank" rel="noreferrer">postgis-users@lists.osgeo.org</a><br>
>> > <a href="https://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-users</a><br>
>><br>
>> _______________________________________________<br>
>> postgis-users mailing list<br>
>> <a href="mailto:postgis-users@lists.osgeo.org" target="_blank" rel="noreferrer">postgis-users@lists.osgeo.org</a><br>
>> <a href="https://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-users</a><br>
><br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@lists.osgeo.org" target="_blank" rel="noreferrer">postgis-users@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-users</a><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank" rel="noreferrer">postgis-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-users</a></blockquote></div>