Hi All,
I have a 20M dataset. The dataset have customer Latitude, Longitude info and corresponding store Latitude Longitude info. I want to calculate Drive time and drive distance from Customer to Store.
But I saw that the run time is really huge.
So I checked with 100 sample records.
What I found is:
For small distances between two points (Say less than 10 miles), Alteryx Spatial is not taking much time to calculate Drivetime and Drive distance.
But for large distances, it is taking so much time.
My intuition is that for bigger distance it usually take much time. Is it true?
Can anyone please suggest me what is the convenient way to complete this?