summaryrefslogtreecommitdiff
path: root/releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml')
-rw-r--r--releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml b/releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml
new file mode 100644
index 000000000..47aca790b
--- /dev/null
+++ b/releasenotes/notes/taskmanager-lazy-load-32a14526c647c2f0.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ Introduces lazy-loading of ports, portgroups, volume connections
+ and volume targets in task manager to fix performance issues.
+ 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.