Performance of Network Analyst in different geodatabases

347
2
11-23-2011 10:06 PM
JanBjurström
New Contributor
Hi,

Anybody who can tell which geodatabase type is the fastest (based on tests or experienced use with same dataset and analyses)? Personal gdb, File gdb or SDE gdb? Talking Single user.

http://resources.arcgis.com/content/enterprisegis/10.0/infrastructure_datasources says all geodatabases have High performance, but I think there should be differences between these database formats regarding performance.


Greatfull for your knowledge
Janne
Tags (2)
0 Kudos
2 Replies
JaySandhu
Esri Regular Contributor
Generally speaking, for solving routing problems, a file geodatabase network dataset will have the best performance.
You should also look into the gp tool DissolveNetwork to make a better performing network dataset.
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00480000000w000000.htm
Regards,
Jay Sandhu
0 Kudos
AlexeyTereshenkov
Regular Contributor III
Agreed with Jay. File geodatabase shown best performance when solving routing tasks. The GP tool Jay mentioned is incredible: the storage of the data was optimized (I have succeeded compacting my street layer from 1GB to 300MB) and the actual time required for solving has decreased (what I've seen is up to 20% less).

I have used to use the Compress File Geodatabase tool as well - http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000004v000000. It makes it possible to optimize the geodatabase storage (my geodatabases with street vector data become like 3 times smaller) and I have not noticed any degradation for the actual routing performance.

Jay, compressing a file geodb does not impact the routing performance negatively, doesn't it?
0 Kudos