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
calculateMatrixInfo Performance
-
- Posts: 14
- Joined: Tue Apr 10, 2018 10:56 am
Re: calculateMatrixInfo Performance
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.
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.