Actions
Bug #20019
opencache errata counts on objects
Status:
New
Priority:
Normal
Assignee:
-
Category:
Performance
Target version:
-
Description
Currently with rails we cannot retrieve a list of objects that contain errata without creating an N+1 query this would be on:
hosts (content facet)
repositories
content view versions
This would also allow the CSV export to include errata counts: https://github.com/Katello/katello/pull/6814
Updated by Tomer Brisker almost 8 years ago
I would encourage not to rely on Rails' counter_cache for this, we've had very bad issues with deadlocks in core caused by it until we eventually completely removed it. (https://github.com/theforeman/foreman/pull/3596)
Updated by Justin Sherrill almost 8 years ago
- Category set to Performance
- Translation missing: en.field_release set to 114
Actions