Select to view content in your preferred language

rasters performance

619
1
05-21-2010 05:24 AM
davidsponka
Emerging Contributor
hi, we have orthophotos, sde and oracle and we need best performance/speed of showing this rasters. what is the best storage for this purpose ? as mosaic, pyramids,... ? is wms service faster then reading local rasters or not ? maybe my question is not good, but i hope you understand me.

david
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor
You can certainly load all the rasters into an Oracle database with ArcSDE (as a mosaic,
or a catalog of mosaics, since they perform better), but if you're going to serve this data
out through ArcGIS Server and you're going to cache the map service (which you should),
then it may not be worth the storage and load time to bother.  The ArcGIS Server Image
Extension (nee Image Server) could also be used to produce maps of this type.

Once you have a map service prepared, you can choose which formats you want the
service to support, (and if you're using Image Extension, whether you want users to be
permitted to download the base data used to make each map).

- V
0 Kudos