summaryrefslogtreecommitdiff
path: root/releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml
blob: a43b5030407e484cf642e7daa2d6bf2267fe40bc (plain)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Introduces lazy-loading of ports, portgroups, volume connections
    and volume targets in task manager.
    For periodic tasks which create a task manager object but don't
    require the aforementioned data (e.g. power sync), this change
    should reduce the number of database interactions by around two
    thirds, speeding up overall execution.