<div class="gmail_quote">hi! <br>i got a table with 4 millions points and the gettfeature request take more than 15 seconds =/<br>i have a index on geom_p.<br><br>My request in log file :<br>SELECT &quot;ogc_fid&quot;,ST_AsGML(2, ST_Transform(&quot;geom_p&quot;::geometry,900913),0,0) AS &quot;geom_p&quot; ,&quot;statut_maj&quot;,&quot;seq_no_civ&quot;,&quot;no_civq&quot;,&quot;odospec&quot;,&quot;munnom&quot;,&quot;co_postl&quot;,&quot;commentaire&quot;,&quot;date_maj&quot;,&quot;role&quot; FROM admgeo1.&quot;zz_aq_msp_adresse_geo_modif3&quot; WHERE (_ST_Intersects(ST_Transform(&quot;geom_p&quot;,900913),&#39;SRID=900913;POLYGON((-7989665.720874 5910761.888602,-7989665.720874 5910783.983681,-7989636.161242 5910783.983681,-7989636.161242 5910761.888602,-7989665.720874 5910761.888602))&#39;::geometry) AND ST_Transform(&quot;geom_p&quot;,900913) &amp;&amp; &#39;SRID=900913;POLYGON((-7989665.720874 5910761.888602,-7989665.720874 5910783.983681,-7989636.161242 5910783.983681,-7989636.161242 5910761.888602,-7989665.720874 5910761.888602))&#39;::geometry)<br>

<br>i was wondering if some st_transform could be removed from the SQL if layer has the same projection as the request ? <br>maybe just transform the BBOX and the GML  <br><font color="#888888"><br>Marc-André Trottier<br>

</font></div><br>