Bug 1790746
| Summary: | Webadmin appears to do several queries instead of bulk select in Hosts tab | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Germano Veit Michel <gveitmic> |
| Component: | ovirt-engine | Assignee: | Dominik Holler <dholler> |
| Status: | CLOSED DEFERRED | QA Contact: | Lucie Leistnerova <lleistne> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.7 | CC: | dholler, mburman, michal.skrivanek, mkalinin, mperina, pelauter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-24 22:29:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1766815 | ||
|
Description
Germano Veit Michel
2020-01-14 05:19:10 UTC
The number of UI query IsDefaultRouteRoleNetworkAttachedToHostQuery can be reduced, like proposed in https://gerrit.ovirt.org/#/c/107014/1 . The number of SQL queries per IsDefaultRouteRoleNetworkAttachedToHostQuery / IsDefaultRouteRoleNetworkAttachedToHostsQueryParameters can be reduced. It might be useful to use an array parameter in sql, if this improves performance. |