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
Skip backfilling to retention cutoff in IndexWorker (#41756)
Changes `perform_backfill` into two functions `backfill_from_ts` and `backfill_from_retention_cutoff`. The index worker should never need to backfill all the way to retention cutoff because new indexes don't get queried until after they are committed. I'll follow up to modify db cluster migration to allow us to get rid of `backfill_from_retention_cutoff` completely.
GitOrigin-RevId: 789db6ecbb4186a383b18fc95f3ee99d4dc9db3c
0 commit comments