pingcap / pingcap/tidb

some index join path result collection can be simplied.

Open
#65,481 0 comments 0 reactions 0 assignees View on GitHub
severity/minor sig/planner type/enhancement
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Enhancement

Image
for index join path result, when the result is nil, we can just continue as a short cut, rather than step into compare function.

Image
and for the second pic, since index join paths could be that much for TP heavy workload, and index join probe target only care about the index whose index columns cover the inner join keys. maybe we could make it fast rather than every time step into the compare func.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.