----------+-----------
345 | 10000
- The planner will check the relpages estimate
- (this is a cheap operation) and if incorrect may scale
- reltuples to obtain a row estimate. In this case it
- does not, thus:
+ The planner will check the relpages
+ estimate (this is a cheap operation) and if incorrect may scale
+ reltuples to obtain a row estimate. In this
+ case it does not, thus:
rows = 10000
This is due to the join method being nested-loop, with
tenk1 being in the outer loop. The operator is just
- our familiar =, however the restriction function is
+ our familiar =</literal>, however the restriction function is
obtained from the oprjoin column of
pg_operator - and is eqjoinsel.
Additionally we use the statistical information for both