Hi everyone,
I was looking into the HelloID-Conn-Prov-Source-AFAS-Profit connector on GitHub and I noticed that the code collects data from AFAS in sets of 100 records. From what I noticed that if you increase the return from 100 to 999 by changing the $take-variable in the Get-AFASConnectorData-function, you get the same results with less calls and this resulted in a significant performance gain.
Is there a reasoning behind having a take of 100 vs a larger take?
I was looking into the HelloID-Conn-Prov-Source-AFAS-Profit connector on GitHub and I noticed that the code collects data from AFAS in sets of 100 records. From what I noticed that if you increase the return from 100 to 999 by changing the $take-variable in the Get-AFASConnectorData-function, you get the same results with less calls and this resulted in a significant performance gain.
Is there a reasoning behind having a take of 100 vs a larger take?
Comment