Bug 1073093
Summary: | Admin -> Metrics/Alert/Drift query does not scale well when alert definition count high | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Elias Ross <genman> |
Component: | Core UI | Assignee: | Nobody <nobody> |
Status: | NEW --- | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.9 | CC: | hrupp |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Elias Ross
2014-03-05 18:23:09 UTC
Fix is this commit: commit 4dd517a72c7ab2f77c450ac42832a4044960567f Author: Elias Ross <elias_ross> Date: Fri Jun 13 10:55:04 2014 -0700 BZ1073093 Alert template query does not scale well With a high number of alert definitions, the count query does not scale well. Adding index for resource_type_id modules/core/dbutils/src/main/scripts/dbsetup/alert-schema.xml | 3 +++ modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml | 8 ++++++++ 2 files changed, 11 insertions(+) |