Actions
Bug #25352
closedCreate trend form loads extremely slow with a lot of facts
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Trends
Target version:
-
Description
This is because all fact_names are loaded from the database.
foreman=# SELECT count(*) FROM "fact_names" WHERE (fact_names.name <> '_timestamp');
count
--------
351772
(1 row)
Details: https://gist.github.com/timogoebel/f61c4c7adac424a5c3705b9eacbfdf26
Actions