You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic stats jobs are frequent -- sometimes almost continious -- background process in
many clusters, constantly being created and running as part of its normal operation. In some
clusters these completed jobs have been observed to make up more than 90% of the
retained content of the jobs system, but in most user-visible surfaces, they are
usually filtered out or excluded as they have typically been found to be of low
relevance or utility to users looking for more notable, discrete cluster events
tied to less continious jobs.
This change introduces automatic, immediate cleanup of automatic stats jobs so that
they are eagerly removed rather than being retained for the full job retention period.
This should dramatically reduce the number of these in the jobs system to just those
are executing and could be relevant to the cluster's operation, and those which were
manually run (and thus likely of concern to a user), as well as those which failed
which could also be of interest.
Release note (ops change): successfully completed automatic SQL stats collecton jobs
now automatically purged rather than being retained for the full default job retention
period.
Epic: CRDB-55121.
0 commit comments