Open
Bug 1618213
Opened 5 years ago
Updated 3 years ago
Migrate StartupTimeline events out from SimpleMeasurements into scalars
Categories
(Toolkit :: Telemetry, task, P3)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
References
(Blocks 2 open bugs)
Details
SimpleMeasurements is an old-school structure that pre-dates UnifiedTelemetry and Scalars, and because it ultimately gets packed into the additional_properties
bag during sql.t.mo analysis, it can easily blow out the query result size, which increases the time (and cost) of queries.
We should consider migrating the StartupTimeline events out of SimpleMeasurements into normal scalars, at the very least.
Updated•5 years ago
|
Points: --- → 2
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•