Skip to main content

Module planner

Module planner 

Source
Expand description

Query planner: chooses between seq scan, PK lookup, or index scan.

Enums§

ScanPlan

Functions§

describe_plan
index_scan_full_cover
True when an IndexScan’s prefix+range conds consume the ENTIRE predicate, each prefix column exactly once and no NULL bounds (NULL never matches).
plan_select
plan_select_inverted