<div dir="ltr">Hello,<div><br></div><div>PostGIS is not a real time system, so there is no framework to measure or limit time of execution of things it does. </div><div><br></div><div>Execution time of the query is heavily dependent on the underlying hardware. What helps:</div><div><br> - flamegraph of execution - <a href="https://github.com/brendangregg/FlameGraph">https://github.com/brendangregg/FlameGraph</a> - to see which function gets most CPU time;</div><div><br> - IO access ("buffers") in explain. Since you're working on changing the index creation algorithm the interesting thing will be to minimize the number of buffers accessed on the queries after the index is created. This is available in the EXPLAIN output and can be checked in the test suite. To get a quick idea of how much it will take in realistic amazon deployment, assume each 1000 buffers will take 1 second on a fully saturated system (your laptop is likely much faster).</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jun 12, 2021 at 11:17 AM Han Wang <<a href="mailto:hanwgeek@gmail.com">hanwgeek@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi all,<br></div><div><br></div><div>I am currently trying to write some performance tests without any expected output. But I have a few problems </div><div><br></div><div>Firstly, the `explain` operator cannot be applied to a `create index` operation. So I can only use the simple `\timing` method. I would like to know if there is any other performance metrics operation to replace the `\timing` ?</div><div><br></div><div>What's more, it seems the expected output must be defined in the `/regress` test. But it is impossible to get the time of an operation as an expected output. Is there any solution to this situation?</div><div><br></div><div>I am grateful for your answers.</div><div><br></div><div>Best regards,</div><div>Han</div></div>
_______________________________________________<br>
postgis-devel mailing list<br>
<a href="mailto:postgis-devel@lists.osgeo.org" target="_blank">postgis-devel@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/postgis-devel" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-devel</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Darafei "Komяpa" Praliaskouski<br>OSM BY Team - <a href="http://openstreetmap.by/" target="_blank">http://openstreetmap.by/</a><br></div></div>