Does SuiteQL generally have better performance tha...
# suiteql
j
Does SuiteQL generally have better performance than saved searches? I have a saved search (calculating customer aging) that's timing out a RESTlet and I'm trying to figure out if it's worth attempting to pull the same data via SuiteQL in ordered to solve the problem. I'm pretty new to SuiteQL, so it'd take me a while, just want to know whether there's a reasonable chance of success.
t
I have found that SuiteQL is faster that saved searches. Mainly because I can nest selects and have the server do most of the processing before the data is returned.
thanks 1
s
I find SuiteQL is faster too
m
Agreed. In all my tests SuiteQL has been faster, and what I've seen claimed by netsuite as well