I'm using AMS to read 110,000 items of data from a textfile into a table, and then looping through the table to return specific items from that list.
The 110,000 items consist of URL strings which creates a 6.6mb textfile that AMS has to first read into a table, and then loop through, in order to return the desired result.
Currently, it takes AMS 25.6 seconds to read in the data and perform the table loop. Obviously, this is way too long. I need to get the return time to under 5 seconds, and the data can not be first embedded as a table - it needs to remain remote.
What are my best options for getting AMS to perform this task in an 'acceptable' time?
The 110,000 items consist of URL strings which creates a 6.6mb textfile that AMS has to first read into a table, and then loop through, in order to return the desired result.
Currently, it takes AMS 25.6 seconds to read in the data and perform the table loop. Obviously, this is way too long. I need to get the return time to under 5 seconds, and the data can not be first embedded as a table - it needs to remain remote.
What are my best options for getting AMS to perform this task in an 'acceptable' time?
Comment