<br>
<br><tt><font size=2>postgis-users-bounces@postgis.refractions.net wrote
on 08/11/2011 08:56:44 PM:<br>
<br>
> I am not planning to cearch using utm coordinates. The main reason
I<br>
> would create a utm geom, was so that I could calculate areas, <br>
> distances in sq km easily without having to include nested <br>
> ST_TRANSFORM statements. In this case would it be useful to have <br>
> another index on the utm?</font></tt>
<br>
<br><tt><font size=2>I'd say that a good rule of thumb would be: </font></tt>
<br>
<br><tt><font size=2>If the WHERE clause of your SELECT statement names
a geometry column, make an index on that column. If the column isn't in
the WHERE clause, don't bother. :) </font></tt>
<br>
<br><tt><font size=2>Bryce</font></tt>