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
Currently sql join optimizations only consider syntactic heuristics. We now have table size metrics that we can use to determine which side should be the index/build side and which one should be the probe side when optimizing joins.