Memory Threshold error when querying data even after passing batchSize as 20

Certified Senior Developer

Hi All,

I have a requirement where I need to query with 40k input and output will be 2x or 3x of that. I have passed the batchSize as 20 and fetchTotalCount as true. I need to display the data in grid and need to export all in a excel also. But I am getting a time out error. Is there any way I can query these number of data in UI. Please help us with your suggestions.

Regards,

Kavya

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Stefan , I understand your concern but the thing is In older version of appian(17.1) they used executesqlquery() plugin function to execute these queries and they got their results without any error. Since we are migrating the app to new version and the plugin is deprecated now, we are searching for ways to replace the functionality. The users are habituated with those huge searches and they expect these functionality to be available in new version also. 

Children