Actions
Bug #31764
closedavailable_for content_view_version parameter to /katello/api/packages or /katello/api/errata is slow
Description
I wrote the original implementations for "available_for" in commits c874ec9f6a and f38cc3f447. Unfortunately, that implementation is extremely slow/inefficient when working with large numbers of packages/errata.
A more efficient implementation is possible and should be implemented.
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Paul Donohue
- Pull request https://github.com/Katello/katello/pull/9130 added
Updated by Paul Donohue almost 4 years ago
New implementation reduces the SQL query time for one particular use case on a production installation from about 5 minutes to about 5 seconds.
Updated by Jonathon Turel over 3 years ago
- Category set to Content Views
- Target version set to Katello 4.1.0
- Triaged changed from No to Yes
Updated by Samir Jha over 3 years ago
- Target version changed from Katello 4.1.0 to Katello 4.1.1
- Triaged changed from No to Yes
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.2.0 added
Updated by Anonymous over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|006ecc75bc264c42b0b3052d1843bb661a6242db.
Actions