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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
ApplyHyperspace (#405) rule refactoring introduces a scoring function for each index application so that we could rank and select an index with higher performance benefit, if there are more than one applicable index.
With an initial version, it's implemented with simple scoring functions, but we will enhance it later.
JoinIndexRule - CoveringIndex
for left child: 70 * (common bytes / source relation bytes)
ApplyHyperspace (#405) rule refactoring introduces a scoring function for each index application so that we could rank and select an index with higher performance benefit, if there are more than one applicable index.
With an initial version, it's implemented with simple scoring functions, but we will enhance it later.
JoinIndexRule - CoveringIndex
FilterIndexRule - CoveringIndex
The text was updated successfully, but these errors were encountered: