<div dir="ltr"><div><div class="gmail_extra">Thanks Even,</div><div class="gmail_extra"><br></div><div class="gmail_extra">I will check those queries from PostgreSQL logs.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Ok, I understand also developer: -clipsrc can be more stupid file format than PostGIS. </div><div class="gmail_extra"><br></div><div class="gmail_extra">Rgs,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Pekka<br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><p><span style="font-size:12.8000001907349px">Pekka Sarkola<br></span><span style="font-size:12.8000001907349px">Gispo Oy<br></span><a href="mailto:pekka.sarkola@gispo.fi" style="font-size:12.8000001907349px" target="_blank">pekka.sarkola@gispo.fi</a><span style="font-size:12.8000001907349px">   -
GSM +358 40 725 2042<br></span><a href="http://www.gispo.fi/" style="font-size:12.8000001907349px" target="_blank">www.gispo.fi</a><span style="font-size:12.8000001907349px"> – </span><a href="http://www.paikkatieto.com/" style="font-size:12.8000001907349px" target="_blank">www.paikkatieto.com</a></p></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2015-09-19 15:08 GMT+03:00 Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Pekka,<br>
<span class="">><br>
> I just wonder if it possible to review which kind of SQL queries ogr2ogr is<br>
> doing.<br>
<br>
</span>With a debug build of GDAL and "--debug on" added on the ogr2ogr command line,<br>
you should be able to see the queries.<br>
Otherwise you could have a look at the PostgreSQL logs<br>
<span class=""><br>
><br>
> My problem: I'm exporting data from PostGIS to SQlite and some of the<br>
> queries are slow. So, I'm not sure if my indexes are perfect in PostGIS<br>
> side. Should be, but you never know.<br>
><br>
> My export query includes -clipsrc <from PostGIS layer>. Is ogr2ogr building<br>
> one huge SQL query to PostGIS or will it first get clip<br>
> polygon/multipolygons from -clipsrc and then send that again to PostGIS?<br>
<br>
</span>Ah, from what I see in the code, it appears that -clipsrc does only client-<br>
side clipping. You should probably combine it with -spat so that server side<br>
filtering happens and reduce the number of features that are received on the<br>
client side. Not sure why it isn't done automatically: developer lazyness I<br>
guess ;-)<br>
<br>
Even<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> Rgs,<br>
><br>
> Pekka<br>
><br>
> Pekka Sarkola<br>
> Gispo Oy<br>
> <a href="mailto:pekka.sarkola@gispo.fi">pekka.sarkola@gispo.fi</a>   - GSM +358 40 725 2042<br>
> <a href="http://www.gispo.fi" rel="noreferrer" target="_blank">www.gispo.fi</a> – <a href="http://www.paikkatieto.com" rel="noreferrer" target="_blank">www.paikkatieto.com</a><br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div></div></div>