calculateMatrixInfo Performance

This forum deals with any kind of routing computation whether it is simple A:B-routing, calculation of isochrones, simple matrix computation or nearest search.
Post Reply
MichaelSchwabl
Posts: 14
Joined: Tue Apr 10, 2018 10:56 am

calculateMatrixInfo Performance

Post by MichaelSchwabl »

Hello!
We are trying to calculate the matrixInfo of about 50 x 50 adresses.
This operation last's longer than one minute.
Is this method designed for getting a "huge" matrix?
What are the limits, or is there a better way for getting the dima?

thx, Michael
MichaelSchwabl
Posts: 14
Joined: Tue Apr 10, 2018 10:56 am

Re: calculateMatrixInfo Performance

Post by MichaelSchwabl »

The solution of course was high performance routing.
I was not aware, that we can switch one hpr the same way in xRoute as in xTour.

snippet: callerContextProperties.Add(new CallerContextProperty { key = "Profile", value = "hpr-car" });

Now it runs in seconds. :)
Post Reply