Bug 1322700
Summary: | delete recipe_task_result rows for deleted jobs | |||
---|---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> | |
Component: | general | Assignee: | matt jia <mjia> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | medium | |||
Version: | 22 | CC: | dcallagh, dowang, mjia, rjoost | |
Target Milestone: | 23.0 | Keywords: | FutureFeature, Patch, UserExperience | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Enhancement | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1337790 (view as bug list) | Environment: | ||
Last Closed: | 2016-07-07 23:12:26 UTC | 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1337790 |
Description
Dan Callaghan
2016-03-31 07:34:52 UTC
We may need to do this for 23.0... The patch for Installing status <http://gerrit.beaker-project.org/4797> includes an ALTER TABLE recipe_task_result, which is basically a worst case scenario for our upgrade. I think the last one of these we had took 8 hours. We are up to > 37 million rows in that table now. (In reply to Dan Callaghan from comment #1) Ignore this comment. That patch is doing ALTER TABLE recipe_task, not recipe_task_result which is the table we are concerned with in this bug. So implementing this won't do anything to help the very high cost of that migration. On Gerrit: gerrit.beaker-project.org/4805 Beaker 23.0 has been released. |