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
doc: point at the lifecycle event log rather than a written_at column
The compute change took a different shape than the one recorded here. Rather than
redefining `hydrated_at` and adding a `written_at` column, #38403 adds an
append-only lifecycle log and leaves `mz_compute_hydration_times_per_worker`
untouched. So there is no semantic shift for rows this collector has already
written, and no ordering constraint between that change and enabling collection in
production.
What survives is the guidance that recording gates on hydration rather than on a
write stage, and a note that the event log carries the as-of, which this table does
not, and without which a duration does not say how much work was done.
Ref: SQL-644
0 commit comments