RE: 📌 FASTEST Way to Extract Data From NetSuite Saved Search? 📌

Hi NetSuite Professionals!

What would be the FASTEST way to extract NetSuite saved search?

  1. How do we improve the performance on Saved Search API?
  2. Is there a way to convert Saved Search to SuiteQL without manually recreating the query and retrieve the data through the SuiteQL Query API?
  3. How do we use a Map/Reduce to only retrieve data similar to the Saved Search API? Would that improve the performance?
  4. What is the general expected performance to retrieve large amount of data from NetSuite?

Thank you for your help!

hznetsuite Rookie Asked on November 15, 2022 in Saved Searches.
Add Comment
2 Answers

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.

Rookie Answered on November 15, 2022.

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?

on November 15, 2022.

I don’t think you can attack a MR script to an APi

on November 16, 2022.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.