I'm trying to find the drive time from every census designated place in the US to the closest "large" city (large meaning a population > 50K). This means I have to run over 31,000 origins to over 800 destinations. Due to the extensive time commitment that would need to be invested to create a national road network, I'm using Esri's routing service. I do know that the OD Cost Matrix uses 0.0005 credits per input origin and destination pair. Because of this (and for processing time) I have set the Destinations to 1. Therefore, in the end I should have a single line result for each origin. This would mean I would use a total of 16 credits (32,000 x 0.0005). I'm afraid this is not at all what I'm seeing. I have split the communities into groups of 999 (geographically) and am currently running one group at a time so I can review the results prior to attempting to script it. After running a few, I decided to check out my credit usage on AGOL. I'm so glad I did! I have used almost 1,300 credits in the last hour alone! I'm now starting to wonder if the documentation isn't actually clear and rather you are charged for every possible origin/destination combination and not just the output destinations?? I work for a small non-profit and there is no way we will be able to afford to complete this analysis if the credit consumption continues like this! Can anyone help me better understand how credits are consumed for OD Cost Matrix analyses that use the underlying ArcGIS Online network service? Thank you!