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
Now net seek costs for IndexScan and TableScan are calculated with scan costs together in getOriginalPhysicalTableScan and getOriginalPhysicalIndexScan. Better to calculate them together with net I/O costs in convertToRootTask and finishIndexPlan.
The text was updated successfully, but these errors were encountered:
Enhancement
Now net seek costs for IndexScan and TableScan are calculated with scan costs together in
getOriginalPhysicalTableScan
andgetOriginalPhysicalIndexScan
. Better to calculate them together with net I/O costs inconvertToRootTask
andfinishIndexPlan
.The text was updated successfully, but these errors were encountered: