Select to view content in your preferred language

ArcGIS Explorer Local data poor performance

792
2
06-16-2010 05:43 AM
SimonFisher
Frequent Contributor
I have been noticing poor performance (looks like cpu) in ArcGIS Explorer after adding local data such as shapefiles.  It seems very slow to draw even just one shapefile.  Performance seems much worse than the same data in ArcMap. Are there any guidelines on what the best local data sources are?  shapefile vs. personal gdb? or would layer packages perform any better?

Thanks
Simon
0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor
Simon,

The File Geodatabase format offers the best performance for local datasets. For datasets that will be read-only you can also compress the Feature Classes in a File Geodatabase thereby improving performance even further. Using File GDBs also reduces the storage and if you do use the compression reduces the volume significantly (obviously depending on geometry type, unique attributes, etc).

Before compressing though you should confirm that each Feature Class has the optimum spatial index (there's a "Recalculate" button on the properties dialog) plus add an attribute index to any attribute field used for rendering / symbology. Then compress if you don't plan to edit that dataset.

You can also use Layer Packages - internally these use the File Geodatabase format to provide the best performance but also include the rendering information, and are easily shareable via ArcGIS.com too.

Regards

Mike
0 Kudos
SimonFisher
Frequent Contributor
Thanks Mike, appreciate the response.  I am going to try out the layer packages and I will report back on the performance.

Simon
0 Kudos