<div>Hi</div>
<div>I&#39;m creating a huge bigtiff file, it&#39;s 169000x151000 pixels (23.77 Gigapixels, rgb) from .net using WriteRaster.</div>
<div> </div>
<div>In the beginning it seemed to be producing output with good performance, but it is getting slower and slower.</div>
<div>The production time seems to be increasing in steps.</div>
<div>Is there a caching problem for huge files?</div>
<div> </div>
<div>The first percent of the file was produced in 2 minutes. Acceptable.</div>
<div>From 10 % to 11 % took 5 minutes</div>
<div>From 37 % to 38 % also took 5 minutes</div>
<div>From 38 % to 39 % took 50! minutes</div>
<div>From 48 % to 49 % took 46 mminutes</div>
<div>From 49.4% to 50.4 % (That&#39;s where I am right now) took 9 hours, 29 minutes.</div>
<div> </div>
<div>Any hints? Am I doing something wrong (I just create the dataset and start writing), or is the caching mechanism not suited for huge files?</div>
<div> </div>
<div>-</div>
<div>Helge</div>