Closed Bug 1831941 Opened 2 years ago Closed 2 years ago

Add a subtable to hold the replicates from performance data

Categories

(Tree Management :: Perfherder, task, P1)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sparky, Assigned: sparky)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fxp])

This bug is for adding a subtable to hold the replicates from performance data. Currently, we only store the overall value of the subtest, but not the individual trials.

We'll make a table that has a auto increment primary key, a foreign key to the performance_datum object it relates to, and the value. This ingestion should only happen for try runs to begin with, and we'll expand from there once we're sure it won't cause any unexpected issues like overall slowdowns in queries.

Blocks: 1831945
Priority: P2 → P1

PR is reviewed, and will be pushed to staging. Next week we'll look into pushing it to master/prod.

This is complete now, and we're monitoring the new table here: https://sql.telemetry.mozilla.org/dashboard/performance_datum_replicate-monitoring

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Regressions: 1842924
You need to log in before you can comment on or make changes to this bug.