Closed
Bug 952202
Opened 11 years ago
Closed 8 years ago
pre-calculate "rank" for each product+version+signature combination
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rhelmer, Unassigned)
References
Details
A very nice fix for bug 952199 would be to pre-calculate and store the ranking that the tcbs service does here, in a matview for example:
https://github.com/mozilla/socorro/blob/master/socorro/external/postgresql/tcbs.py#L70
This would need to be done for each product+version+signature combination, and would improve performance of the topcrasher page as well as the new topcrasher_ranks_bybug report (and anywhere else that this service is used)
Reporter | ||
Comment 2•10 years ago
|
||
Not working on this right now.
Assignee: rhelmer → nobody
Status: ASSIGNED → NEW
Comment 3•8 years ago
|
||
Top Crashers is now entirely re-written to be based on SuperSearch. The only, tcbs postgres based on is decommissioned.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•