Closed
Bug 1436850
Opened 7 years ago
Closed 7 years ago
Modify and profile MainSummaryView with toJValue
Categories
(Data Platform and Tools :: General, enhancement, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amiyaguchi, Assigned: amiyaguchi)
References
Details
Attachments
(1 file)
Using the RichMessage method `toJValue` instead of `fieldsAsMap` results in a 2x speed up of the main summary job. This is a surprising result.
One hypothesis is that there is garbage collection overhead from many JValue objects in the current MainSummary implementation.
The job should be profiled and compared between both variants.
See https://github.com/mozilla/moztelemetry/pull/15
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → amiyaguchi
Points: --- → 2
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Points: 2 → 3
Assignee | ||
Updated•7 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•7 years ago
|
Points: 3 → 2
Assignee | ||
Comment 1•7 years ago
|
||
Profiling to be left for another time.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•7 years ago
|
||
Updated•3 years ago
|
Component: Datasets: Main Summary → General
You need to log in
before you can comment on or make changes to this bug.
Description
•