Closed
Bug 1541387
Opened 6 years ago
Closed 6 years ago
Index performance_datum.push_timestamp column
Categories
(Tree Management :: Perfherder, task, P2)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: igoldan, Assigned: igoldan)
References
Details
Attachments
(1 file)
Pushing the latest PR for bug 1346567 makes the deploy last for more than 1 hour.
The main reason for this is the creation of the index on performance_datum.push_timestamp
column.
What's more: turns out the PR has some bugs in it. It times out after deleting a couple million rows.
We don't want to risk a lengthy deploy and later find out it brought new issues.
But we could deploy just the index creation in preparation for a proper version of the current PR.
That index plays a very important role in enabling the cycler mechanism for Perfherder.
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Type: defect → task
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•6 years ago
|
||
This got deployed to production.
You need to log in
before you can comment on or make changes to this bug.
Description
•