Actions
Bug #22642
closedHostgroup unlimited search eager loads all hosts
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
if you search hostgroup with query like "host.fqdn" it will find hostgroup containing that host. This can be pretty slow and memory consuming since it joins host and host's relations. It would be better to add :only_explicit => true for host scoped search definition, I don't think this would be broadly used and users could still achieve it by using "host = host.fqdn" if needed.
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5265 added
Updated by Marek Hulán about 7 years ago
- Related to Bug #22644: Scoped search definitions added by hostgroup extension should not add more relations to generic search added
Updated by Marek Hulán about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions