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
Allow join yielding by work and time simultaneously
This commit extends the `YieldSpec` type and the syntax allowed for the
`linear_join_yielding` system var to enable specifying yield strategies
that consider both the performed work and the elapsed time.
This will allow us to make sure that (a) join operators don't keep
around huge amounts of output records and (b) join operators don't
regress interactivity.
0 commit comments