hydra
hydra copied to clipboard
Why calculate columnar index scan cost when disabling it?
What's wrong?
Hi,
When I see the CostColumnarIndexPath()
code, it seems that the cost of the columnar index scan is calculated when columnar.enable_columnar_index_scan
is disabled.