planner: Unexpected TableScan #38967
Labels
epic/cost-model
the optimizer cost model
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
The above case should use an
IndexScan
instead of aTableScan
sinceIndexScan
has a smaller row-size.The text was updated successfully, but these errors were encountered: