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
[index worker] backfill multiple tables in parallel (#24327)
for cluster migration, instead of backfilling tables one at a time, we can do them in parallel.
to avoid cpu contention that we observed with `try_join`, i'm doing the `rt.spawn` pattern instead (same pattern as db_verifier uses, which @sujayakar said looked right).
unfortunately that means cloning a lot more, but these objects look cheap to clone.
GitOrigin-RevId: 6dc29f8fa5327a865470dde7289d696c79848c24
0 commit comments