Actions
Bug #24047
closedCompliance has unoptimized usage of map view and policy mode computation
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
In node group and node compliance, getting the policy mode re-computes some computation that is done earlier: getting node ids for a rule.
Some collection operations on node facts are also slow are they are re-computed every time instead of being stored in-memory
Actions