<div dir="ltr"><div>I may not be unrealistic for it take mapserver to 4-6 seconds to generate 4096px image depending on the amount data being rendered and the complexity of your styles / expressions / labels.  If your mapserver is able to generate a 1024x1024 in under a second that is pretty good.  Like Jukka and other suggest I would look at translating the files to shp files with spatial indexes or postgis tables with spatial and attribute indexes if necessary.  Preprocessing the data (simplification / prefiltering / point thinning cluster) and using SCALETOKENs to reference different source layers at different scales can lead to big performance boosts at the mapserver end.</div><div><br></div><div>For us the biggest limiting factor has been the write blocking to sqlite cache when seeding tiles, if you increase the number of threads / process in mapcache seed those process will just end up waiting to write to the cache.  You can generally figure out what the max number of processes the cache can handle by running a seed on a test area and look at the number of tiles seeded per second, as some point -n will have no effect which your process are just waiting to write the cache.  I would look at using this method to test sqlite vs disk or other backends.  The GeoTiff cache may be promising as it appears to be non-blocking but experimental...</div><div><br></div><div>We use a riak cache with a riak leveldb backend which works well for us but is a bit of a pain to manage as it difficult to delete objects so it's not great for caches that need to be refreshed.</div><div><br></div><div>Finally you may want to test MapProxy as an alternative to MapCache (we use both).  MapProxy supports a non-blocking compact cache that could solve your inode problem  <br></div><div><br></div><div>Regards<br></div><div><br></div><div><br></div><div>    </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 8 Nov 2019 at 11:48, Sebastiano Laini <<a href="mailto:Sebastiano.Laini@buchanancomputing.co.uk" target="_blank">Sebastiano.Laini@buchanancomputing.co.uk</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 lang="EN-GB">
<div>
<p class="MsoNormal"><span style="color:rgb(31,73,125)">We don’t create the data, we rely on OS (ordnance survey) to supply us the maps files and then we publish them in our service but I assume that probably we will need to create some
 flow to improve it or download it in other format that is faster.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="color:rgb(31,73,125)">Sebastiano Laini<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:rgb(31,73,125)">Web Developer<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:rgb(31,73,125)">Buchanan Computing<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:rgb(31,73,125)"><u></u> <u></u></span></p>
<div>
<div style="border-color:rgb(225,225,225) currentcolor currentcolor;border-style:solid none none;border-width:1pt medium medium;padding:3pt 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> Fawcett, David (MNIT) [mailto:<a href="mailto:david.fawcett@state.mn.us" target="_blank">david.fawcett@state.mn.us</a>]
<br>
<b>Sent:</b> 08 November 2019 16:41<br>
<b>To:</b> Sebastiano Laini <<a href="mailto:Sebastiano.Laini@BuchananComputing.co.uk" target="_blank">Sebastiano.Laini@BuchananComputing.co.uk</a>>; 'Rahkonen Jukka (MML)' <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi" target="_blank">jukka.rahkonen@maanmittauslaitos.fi</a>>; '<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a>' <<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a>><br>
<b>Subject:</b> RE: mapcache seed speed optimization<u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span style="color:rgb(31,73,125)" lang="EN-US">For data formats that are slower to read, would it add fit your workflow to convert it to different data format before creating the tiles?
<u></u><u></u></span></p>
</div>
</div>

_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a></blockquote></div>