RE: How to load savedsearch with huge data in MR script ?

We have a transactional saved search with lines in millions. The saved search fails to get load in UI, is there any way to load such savedsearches in the map-reduce script?

I tried using pagination but it still shows error (ABORT_SEARCH_EXCEEDED_MAX_TIME).

4N335 Rookie Asked on June 23, 2022 in Saved Searches.
Add Comment
1 Answers

You could try breaking the search into chunks with some filters and seeing if that helps.  It is difficult without knowing the exact context, but the “answer” is make criteria simpler and/or get less results.  You cannot simply make it run faster.

Intermediate Answered on June 23, 2022.
Add Comment

Your Answer

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