Actions
Bug #14428
closedPackages are fetch twice per repo during content view publish
Status:
Closed
Priority:
Normal
Assignee:
Category:
Performance
Target version:
Description
During a content view publish, we fetch packages for errata and package groups to purge empty errata and empty package groups from the resulting repository and then at the end we index content. We could index the content from the new repository (i.e. after filters have been applied within Pulp to create the new repo) and then perform the purging by using the indexed content in our repository instead of going to Pulp for that data.
Updated by Mike McCune over 8 years ago
I have also noticed a performance degradation between 2.4 -> 3.0:
2.4:
Content View with 15000 Packages: 3 minute publish time
3.0:
Content View with 15000 Packages: 5 minute publish time
same hardware, no load
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/5960 added
Updated by Justin Sherrill over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|c74960743169a7dc1410f2bcb3a3df0d6d5d230b.
Actions