Actions
Refactor #5936
closedUnnecessary call to FactName.maximum slows down ENC
Status:
Closed
Priority:
Normal
Assignee:
Category:
External Nodes
Target version:
Description
As explained here: https://github.com/theforeman/foreman/pull/1477
The query "SELECT MAX AS maximum_id, name AS name FROM `fact_names` GROUP BY name ORDER BY fact_names.name" needs to be called only when there are facts to create. Calling it every time slows down every ENC call, especially when the fact_names table is large.
Actions