Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Benchmarking: Search Operations
I ran some benchmark tests with the search operations using the NetSuite webservice and I found that performing several small requests is actually FASTER than one large request.
For instance, I was performing a SEARCH for any inventory item inside NetSuite. This results in a total of 653 records (for our particular company). If I performed the initial SEARCH for 100 records, and then used the SEARCHNEXT function for the additional records, it was actually FASTER than simply performing a SEARCH for all 653 records.
If anyone else has done any time-tests for these functions, feel free to contribute feedback.
0