Actions
Refactor #34160
closedImprove the fact_values api performance when loading a large number of facts
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
This is due to the current way the build_facts_hash method is implemented, leading to a lot of excessive memory load, and some unneeded preloads from the db.
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9000 added
Updated by Tomer Brisker about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|21fefa341f59fb2af63494aab5133e99d6a7e98b.
Updated by Amit Upadhye over 2 years ago
- Subject changed from fact_values api performance issues when loading a large number of facts to Improve the fact_values api performance when loading a large number of facts
Updated by Ewoud Kohl van Wijngaarden about 2 years ago
- Related to Bug #35591: Can't use 'search' with fact_value via API added
Actions