Hello, We have come across an issue with the object conversion thresh

Hello,

We have come across an issue with the object conversion threshold from the queryruleexec function.
Is there a way to increase that threshold? And if so, what should we keep in mind?

I have been searching through the documentation but i have not found something relating to this and the drawbacks might be to increasing this threshold.

Regards,
Thanos Michos

OriginalPostID-175263

OriginalPostID-175263

  Discussion posts and replies are publicly visible

  • Thanos, we generally recommend that the threshold remain set to the default value. If you are bumping up against that threshold, I would advise that you review the query rule and see if you can improve the efficiency of it before you explore other options.
  • Change the memory limit property value in the custom properties file but this is not a best practice.
    #####################
    #### Query Rules ####
    #####################
    ## The amount of memory in bytes that will be consumed in the application server
    ## for a single query before the query is halted. Default is 1 MB.
    conf.data.query.memory.limit=5242880
    ## The amount of time in seconds that a query will wait for a response from the
    ## database before timing out.
    conf.data.query.timeout=20