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
SchemaWorker prefetch work before validating (#26790)
refactor SchemaWorker to fetch data from a transaction, and construct the subscription token, all before we do the long-duration schema validation step. This will allow us to fetch data for multiple schemas in a loop, quickly within one transaction, before doing the actual validation.
GitOrigin-RevId: 82b2850812c2f6bc4a9ad5a5ff78fb96d4249309
0 commit comments