I know that query rules limit to the amount of memory that can be returned by a

I know that query rules limit to the amount of memory that can be returned by a single query rule, but is there anylimit to the amount of memory that can be returned by a query entity? I want to say no, however, I've ran into a situation where a query entity will run into an error when trying to return all data from a table. The query entity 's error is simply "An error occurred while retrieving the data.", while trying to receive all the data from the table using a query rule it's a memory thereshold error. This makes me wonder if query entity has any limit on memory. Can someone shed some light on this?

OriginalPostID-166685

OriginalPostID-166685

  Discussion posts and replies are publicly visible

Parents
  • @AkshayaN I can ask Platform if I have access to logs or if they can provide me with stacktrace

    @ketanp If I limit the result set by filtering or by batch size I am able to get results, so long as the filter is specific enough, or the batch size is small enough. It appears that filters that work, also work for query rule, and filters that do not also do not work for query rules
Reply
  • @AkshayaN I can ask Platform if I have access to logs or if they can provide me with stacktrace

    @ketanp If I limit the result set by filtering or by batch size I am able to get results, so long as the filter is specific enough, or the batch size is small enough. It appears that filters that work, also work for query rule, and filters that do not also do not work for query rules
Children
No Data