Closed
Bug 1460911
Opened 7 years ago
Closed 6 years ago
Evaluate using chunked JSON parsing for unserializing GeckoView data
Categories
(Toolkit :: Telemetry, enhancement, P4)
Toolkit
Telemetry
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox62 | --- | affected |
People
(Reporter: Dexter, Unassigned)
References
Details
From bug 1453591 comment 139:
> From my understanding, we build up one contiguous string buffer to hold all the JSON data.
> Bug 1457624 has some rough numbers on what we assume the payload sizes could be here.
>
> This means that we might get contiguous buffer sizes of 30kb+ for release and 400kb+ for nightly.
> Is that realistic to allocate successfully without streaming?
We should investigate if this becomes a problem for GeckoView. If it does, then we should implement our own strategy for chunked JSON parsing.
Comment 1•6 years ago
|
||
Given the new GV Streaming Telemetry approach in bug 1566340 and the deprecation of non-Glean-SDK methods of data collection in mobile products, this work isn't going to happen.
If you're interested or concerned about this, please get in touch with us on IRC#telemetry or Slack#fx-metrics to have a chat about what this means specifically for you.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•