<div dir="ltr">On 7 June 2013 17:48, Rahkonen Jukka <span dir="ltr"><<a href="mailto:jukka.rahkonen@mmmtike.fi" target="_blank">jukka.rahkonen@mmmtike.fi</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
How well does Mapcache seeder tool handle the case when the original big aerial image coverage is updated little by little so that the hole cycle takes 3 to 6 years? Reseeding the whole cache every time when a batch of new images is received does not feel like a reasonable solution.<br>
</blockquote><div style>you can look into the ogr support in the seeder, by giving a wkt/shapefile/whatever of the area you want to reseed. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
A) Can the seeder tool ake a fast delete for all tiles which intersect the update area geometry so that it is guaranteed that outdated tiles are not delivered.  Only high zoom levels (Z greater than X) should be purged. Low zoom levels may stay as they are because they are not used for interpretation.<br>
</blockquote><div style>depends on what you call fast... the tiles intersecting the area of interest need to be iterated and deleted, depending on the area and zoom levels that can take some time.</div><div style>mode=delete</div>
<div style>ogr source => where you want to delete tiles</div><div style>zoom=X,21</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
B) Can the seeding tool reseed those areas?<br></blockquote><div style>force</div><div style>ogr source</div><div style>zoom=X,21 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

C) Is the behaviour similar for disk cache and Berkeley DB cache?<br></blockquote><div style>the behavior is identical. the performance is up to you to measure (I have no metrics to give you).  </div><div style><br></div>
<div style>regards,</div><div style>thomas</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
-Jukka Rahkonen-<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</font></span></blockquote></div><br></div></div>