Closed Bug 1126886 Opened 9 years ago Closed 9 years ago

We don't expire data from the job_eta tables

Categories

(Tree Management :: Treeherder, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1196764

People

(Reporter: emorley, Unassigned)

References

(Blocks 1 open bug)

Details

Priority: P3 → P4
Fwiw there are 1.6 million rows in the mozilla-central job_eta table, and 2.3 million for mozilla-inbound.
This doesn't seem right.

This table also features in the slow queries list fairly often.
Priority: P4 → P2
(In reply to Ed Morley [:emorley] from comment #1)
> This doesn't seem right.

As in: there should only be one row per job signature combination. I can't believe there are 2.3 million job types, even factoring in platforms, and pending/running etc.
This table contains the whole history of the job eta, not only the latest values. Since at the moment we don't need all this data, we could reduce the number of rows to approximately 2*(cardinality of the reference_data signatures). Also, we may want to consider to store this info in a time series storage system.
Blocks: 1196764
No longer blocks: 1196764
This will be fixed by bug 1196764.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.