-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.36, 6.0.19, 6.4.4, 7.0.0alpha2
-
None
-
Sprint 102 (Jul 2023), Sprint 103 (Aug 2023)
-
0.5
Performance can be slow when deleting host when there are many tasks on PostgreSQL due to missing index, note that MySQL create this index automatically
Indexes: "task_pkey" PRIMARY KEY, btree (taskid) "task_1" btree (status, proxy_hostid) Foreign-key constraints: "c_task_1" FOREIGN KEY (proxy_hostid) REFERENCES hosts(hostid) ON DELETE CASCADE