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
Reducing contention and context switching in merging for the query phase
by avoiding respining the merge task repeatedly, removing things that
don't need synchronization from the synchronized blocks and merging
repeated loops over the same query result arrays.
0 commit comments