Hi Andrea, thanks for your answer !

Le 04/10/2018 à 13:05, Andrea Aime a écrit :
do you have the "use JAI ImageRead" parameter turned on? (it is by default)
In that case the read is deferred, happens when the JAI chain starts pulling tiles, so you see also the data reading
as part of the image processing time.

I have AllowMultiThread = true and USE_JAI_IMAGEREAD = false.
I had seen this suggestion in many blogs / threads so it is the first one that I applied.


Side note, LZW decompression is awfully slow, if you want to use lossless compression I'd suggest to switch to DEFLATE instead

Thanks for the advice.
Unfortunately it is an old dataset of nearly 1 million rasters, and the actual backend use to stich them together (closed source dll build on who knows what) does not support many options. I'm switching from that to GeoServer, but I'd like to keep the same performance.

I already managed to get a small improvement by setting priority to 10 in JAI. Not the best, but OK anyway.


Regards
--
Arnaud


_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to