[YSQL] Handle yb_hash_code clause selectivity with the rest of the Postgres clause selectivity #11193
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-951
Description
Depends on D14558.
Right now we handle yb_hash_code clauses separately from other clauses. Our estimates would be more consistent and the logic would follow a simpler flow if we moved it to where Postgres evaluates the selectivity of every other clause.
See the selectivity design doc.
The text was updated successfully, but these errors were encountered: