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).
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.