What type of script do you have working with 800k?
# suitescript
e
What type of script do you have working with 800k?
l
I’m thinking we can try map/reduce and adjust concurrency limit for better performance?
a
It is a sales order information, where I have to send those results, back to another system. But, the response time to return these 1000 results is around 1 min because of the search object is having 800k results.
@erictgrubaugh do we have any other ways to do this the faster way apart from removing joins?
e
There's no "fast" way to handle 800k records in NS, especially in a real-time script type like a User Event. Generally for massive data sets like this, I recommend moving to a scheduled Map/Reduce script.
a
Sure, thanks 🙂
s
Kinda surprised you aren't hitting timeout time limit exceeded issues if you arent doing this in a map/reduce already
e
Yeah and governance limits