RE: 📌 FASTEST Way to Extract Data From NetSuite Saved Search? 📌
Hi NetSuite Professionals!
What would be the FASTEST way to extract NetSuite saved search?
- How do we improve the performance on Saved Search API?
- Is there a way to convert Saved Search to SuiteQL without manually recreating the query and retrieve the data through the SuiteQL Query API?
- How do we use a Map/Reduce to only retrieve data similar to the Saved Search API? Would that improve the performance?
- What is the general expected performance to retrieve large amount of data from NetSuite?
Thank you for your help!
I would not think Map Reduce would help you, it spilts a task up into small sections so I can’t see how that would work to retrieve data.
Thank you for your advice!
Would map/reduce be able to split the task of “retrieving data” into small sections? For example, split a saved search with 500K rows into 5 chunks of 100K and retrieve them in different processors? Would that yield a faster performance?
I don’t think you can attack a MR script to an APi