Hello. Thank you for contacting the Toolset support.
I review the information you shared and as you can see it says:
Rows_sent: 100994 Rows_examined: 100994
That means more than one lakh (100994) entries are scanned and send by server. Even without Toolset if you run the query it should have the same impact as those are the too many number of rows/content you are trying to fetch using the query.
Are you using view to display the records? if yes, I suggest you should use pagination to split total number of rows into pagination and if you have such large content then we can not do much here and you may try to use cache plugins and check if that helps.
More info:
- hidden link
- hidden link
- hidden link