Closed
Bug 1223424
Opened 10 years ago
Closed 10 years ago
Drop ADI count inclusion in the custom graphics report
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
Turns out, on prod, that trying to do a sub-select on the raw_adi table is far far too expensive. So expensive that the query never completes for any webserver to have patience to wait.
Removing that part, upon experimentation, seems to yield that we can have it return 383,389 rows of CSV in about 29 seconds.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peterbe
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
I think the ADI column never actually worked right in the original CSV files, so there's no need to include values for it now.
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/db97681b60c2eb858e42bd32fb27a5bbc1e17a9c
fixes bug 1223424 - Drop ADI count inclusion in the custom graphics report
https://github.com/mozilla/socorro/commit/ec48c85f5a2975eff1ea9e943151387b5821bb58
Merge pull request #3087 from peterbe/bug-1223424-drop-adi-count-inclusion-in-the-custom-graphics-report
fixes bug 1223424 - Drop ADI count inclusion in the custom graphics report
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•