Add "convert_output_data" config option for YAQL
Bug #1863857 reported by
Renat Akhmerov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mistral |
Fix Released
|
High
|
Renat Akhmerov |
Bug Description
When we call YAQL to evaluate an expression it performs conversion of the expression result before returning it to Mistral. In fact, it creates a copy of the result structure in memory. If the result is a big it takes significant CPU and increases memory footprint. We need to give an option for users to disable this YAQL output data conversion as we did before for input conversion.
To post a comment you must log in.
The merged commit in master: https:/ /review. opendev. org/#/c/ 707056/