RE: What gives the most efficeincy

Hi guys, I am a non dev but I have dev question.

I have a solution provided to me by one of my devs, it is a Map/Reduce Script.  I the code the dev is creating and configuring 4 separate searches to return various sets of data  which are used in a calculation.

My question is,  Would it be more efficient to replace the  searches being created every time the script runs with SuiteQL queries.

I know I can get more data targeted via the query which may save some coding, but I would like to know if replacing them like for like, in other words they both return the same dataset, would be faster or not?

Rhys Gottwald Beginner Asked on September 27, 2022 in SuiteScript.
Add Comment
3 Answers

Hi Rhys,

I have one process flow for how map/reduce script will work. If your requirement was as this flow you can use map/reduce script.

RE: What gives the most efficeincy

Beginner Answered on February 7, 2023.
Add Comment

Your Answer

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