Description
Optimise the logic of Tag and service-policies cache iterator
Problem Statement:
Tags/policies in the iterator are not freed till the whole processing of all Tags/policies are done. So, in the case where there are lot of tag/policies, the performance can be impacted as the large number of tags/policies are held by iterator for long time. This causes performance degradation while retrieving the tags from db.
Solution:
The individual tag/policy as soon as it is processed should be removed from the iterator.
Attachments
Attachments
Issue Links
- links to