Implementation of parallel query rules

Are there any ways to implement the parallel query rules based on the current running query rule response time and memory limit?

Example. I would like to execute two parallel query rules based on the exceeding response time limit or exceeding memory limit. Please consider the worst cases.

OriginalPostID-260529

  Discussion posts and replies are publicly visible

Parents
  • @dastagirid Memory and response time are not the attributes that are available as part of query results. Afaik, the only attribute that could help you indirectly in achieving what you have been trying to do to some extent is 'totalCount' in the data subset.

    You can try to come to a rough conclusion by dividing the total number of records with total time taken for execution while you are testing the expression rule in the design interface or you may also monitor the total time taken by the node in a process and divide it by the total number of records queried, while performing the simulations.
Reply
  • @dastagirid Memory and response time are not the attributes that are available as part of query results. Afaik, the only attribute that could help you indirectly in achieving what you have been trying to do to some extent is 'totalCount' in the data subset.

    You can try to come to a rough conclusion by dividing the total number of records with total time taken for execution while you are testing the expression rule in the design interface or you may also monitor the total time taken by the node in a process and divide it by the total number of records queried, while performing the simulations.
Children
No Data