Also, this was tested with both bilinear and nearest neighbor interpolation and with mosaic native acceleration enabled and disabled.
After more testing, I was able to track the slow performance down specifically to the javax.media.jai.ROIShape.getAsImage() call that occurs inside the com.sun.media.jai.opimage.MosaicOpImage constructor. Using the smaller ROI improves the performance of that specific method call while the rest of the Mosaic operation is not noticeably impacted by which ROI is used. Steve Ikeoka -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Potentially-Slow-Mosaic-Performance-in-directRasterRender-tp5241258p5241296.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
