<div dir="ltr"><div>I've found the other limiting factors are disk speed (SSD vs HDD) and cache type.  SQLite can be easy to manage but the write locking during inserts can really slow things down (adding more cores won't help in this case) when compared to writing a simple disk cache.</div><div><br></div><div>I agree with Scott in that if you are using COGs you shouldn't really need MapCache as you could look at alternatives to serve this data out as is.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 2 Sept 2022 at 10:14, Scott <<a href="mailto:public@postholer.com">public@postholer.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">COG files imply that they are already tiled. I'd be curious as to the <br>
performance of map rendering using just the COG files without creating <br>
tiles.<br>
<br>
Being the 'size of Poland' doesn't really matter. It's the pixel <br>
resolution that is important. If the pixel resolution is 100 meters vs 3 <br>
meters you will have different performance results.<br>
<br>
Seeding will always be bound by CPU, memory, etc. Creating an image <br>
(ami) of your system in AWS, then running multiple EC2's instance can be <br>
insanely fast.<br>
<br>
<br>
<br>
On 9/2/22 06:41, Marcin Niemyjski via MapServer-users wrote:<br>
> Hello,<br>
> <br>
> My job is to cache 365 layers. These layers consist of up to 30 .tif <br>
> (COG) files stored in a mapfile. These layers are roughly the size of <br>
> Poland and I would like to acquire their tiles for level 14 zoom. One <br>
> layer for these settings:<br>
> sudo mapcache_seed -c /DiscPlanetiler/2022/03/02/2022-03-02.xml -t <br>
> 20220302 -g PUWG1992 -z 10,10 -n 32<br>
> caches 83h (32 cores is my max). I am looking for advice on how I could <br>
> speed up the generation of these tiles.<br>
> <br>
> Thanks,<br>
> Marcin<br>
> <br>
> _______________________________________________<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><br>
_______________________________________________<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><br>
</blockquote></div>