This algorithm is providential for me. Im a student experimenting path discovering on Internet. I succeeded to put some traceroute data into a mysql database. And now, i tried to find a way to find shortests paths...
This acticle is really awesome. I implement that for my project and there is not problem beside performance.
i little bit modify the system. Paths and Nodes are static. There are 4222 nodes and 9258 paths. I am just execute the dbo.uspdijkstraresolve procedure for result.
Query execution time is about 16sec and it is really very low performance for my project.