Actions
Bug #5078
closedC#.Net: This "Evaluate()" statement take more time and memory consumption in 9.9.1.8 version.
Start date:
2021-09-03
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
9.9
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
-
- A per our business logic we have created rule(Xquery) and we are evaluating this with the help of evaluate method. 2 XQuery:
let $gReturnDataState := element{'ReturnDataState'} {''} let $gSchA...................
for $ReturnDataState at $currentReturnDataStatePos in if(....................
let $genSchA := false() let $genAllRealTangibleProperty...........
x:AllPropEndYrTotal x:ReturnState/x:ReturnDataState/x:SchA/x:AllRealTangibleProperty/x:AllPropEndYrTotal {$AllPropEndYrTotalData} ....................................
Code: XdmValue evaluations = evaluator.Evaluate();
- For few rules XQuery execution takes greater than 30GB memory.
Files
Related issues
Please register to edit this issue
Actions