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 Marek Hulán about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 0c38717867f2457d88b44e809b299773ac63a65f.
Actions