Actions
Bug #9857
closedBug #9854: Slow compliance computation in Rudder 4.0
ReportingServiceImpl moves around a lot of data and is fairly slow
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In findRuleNodeStatusReports, we have massive slowness in the creation of resulting NodeStatusReports, even if everything is correctly fetched from cache
Indeed, it recreates for each nodes NodeStatusReport and AggregatedStatusReports, and it easily take 9s for 1000 nodes, as the creation of these object involves a lot lot of merge, group, filter, etc
Actions