Project

General

Profile

Actions

Refactor #5936

closed

Unnecessary call to FactName.maximum slows down ENC

Added by Daniel Lobato Garcia almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
External Nodes
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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 #1

Updated by Dominic Cleal almost 10 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100
  • translation missing: en.field_release set to 16
Actions #2

Updated by Bryan Kearney almost 10 years ago

  • Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1107671
Actions

Also available in: Atom PDF