Commit 85511ce
committed
doc: record where the compute lifecycle work leaves this design
Compute is adding an append-only lifecycle log for the same stages (#38403) rather
than more timestamp columns, and it leaves
`mz_compute_hydration_times_per_worker` untouched. So nothing this collector has
recorded changes meaning, and there is no ordering constraint between that work and
enabling collection here.
Notes what moving onto that log would buy, and the one piece of guidance that
outlives the current shape: recording gates on hydration, not on a write stage,
because a replacement runs read-only until cutover and would otherwise never be
recorded at all. Also notes that the event log carries the dataflow's as-of, which
this table does not, and without which a duration does not say how much work was
done.
Ref: SQL-6441 parent 9fddd93 commit 85511ce
1 file changed
Lines changed: 18 additions & 1 deletion
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
139 | 154 | | |
140 | 155 | | |
141 | 156 | | |
| |||
204 | 219 | | |
205 | 220 | | |
206 | 221 | | |
207 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
208 | 225 | | |
209 | 226 | | |
210 | 227 | | |
| |||
0 commit comments