PostgreSQL Source Code git master
Loading...
Searching...
No Matches
selfuncs.c File Reference
#include "postgres.h"
#include <ctype.h>
#include <math.h>
#include "access/brin.h"
#include "access/brin_page.h"
#include "access/gin.h"
#include "access/table.h"
#include "access/tableam.h"
#include "access/visibilitymap.h"
#include "catalog/pg_collation.h"
#include "catalog/pg_operator.h"
#include "catalog/pg_statistic.h"
#include "catalog/pg_statistic_ext.h"
#include "executor/nodeAgg.h"
#include "miscadmin.h"
#include "nodes/makefuncs.h"
#include "nodes/nodeFuncs.h"
#include "optimizer/clauses.h"
#include "optimizer/cost.h"
#include "optimizer/optimizer.h"
#include "optimizer/pathnode.h"
#include "optimizer/paths.h"
#include "optimizer/plancat.h"
#include "parser/parse_clause.h"
#include "parser/parse_relation.h"
#include "parser/parsetree.h"
#include "rewrite/rewriteManip.h"
#include "statistics/statistics.h"
#include "storage/bufmgr.h"
#include "utils/acl.h"
#include "utils/array.h"
#include "utils/builtins.h"
#include "utils/date.h"
#include "utils/datum.h"
#include "utils/fmgroids.h"
#include "utils/index_selfuncs.h"
#include "utils/lsyscache.h"
#include "utils/memutils.h"
#include "utils/pg_locale.h"
#include "utils/rel.h"
#include "utils/selfuncs.h"
#include "utils/snapmgr.h"
#include "utils/spccache.h"
#include "utils/syscache.h"
#include "utils/timestamp.h"
#include "utils/typcache.h"
#include "lib/simplehash.h"
Include dependency graph for selfuncs.c:

Go to the source code of this file.

Data Structures

struct  MCVHashEntry
 
struct  MCVHashContext
 
struct  GroupVarInfo
 
struct  GinQualCounts
 

Macros

#define DEFAULT_PAGE_CPU_MULTIPLIER   50.0
 
#define EQJOINSEL_MCV_HASH_THRESHOLD   200
 
#define SH_PREFIX   MCVHashTable
 
#define SH_ELEMENT_TYPE   MCVHashEntry
 
#define SH_KEY_TYPE   Datum
 
#define SH_KEY   value
 
#define SH_HASH_KEY(tab, key)   hash_mcv(tab, key)
 
#define SH_EQUAL(tab, key0, key1)   mcvs_equal(tab, key0, key1)
 
#define SH_SCOPE   static inline
 
#define SH_STORE_HASH
 
#define SH_GET_HASH(tab, ent)   (ent)->hash
 
#define SH_DEFINE
 
#define SH_DECLARE
 
#define VISITED_PAGES_LIMIT   100
 

Typedefs

typedef struct MCVHashEntry MCVHashEntry
 
typedef struct MCVHashContext MCVHashContext
 
typedef struct MCVHashTable_hash MCVHashTable_hash
 

Functions

static double eqsel_internal (PG_FUNCTION_ARGS, bool negate)
 
static double eqjoinsel_inner (FmgrInfo *eqproc, Oid collation, Oid hashLeft, Oid hashRight, VariableStatData *vardata1, VariableStatData *vardata2, double nd1, double nd2, bool isdefault1, bool isdefault2, AttStatsSlot *sslot1, AttStatsSlot *sslot2, Form_pg_statistic stats1, Form_pg_statistic stats2, bool have_mcvs1, bool have_mcvs2, bool *hasmatch1, bool *hasmatch2, int *p_nmatches)
 
static double eqjoinsel_semi (FmgrInfo *eqproc, Oid collation, Oid hashLeft, Oid hashRight, bool op_is_reversed, VariableStatData *vardata1, VariableStatData *vardata2, double nd1, double nd2, bool isdefault1, bool isdefault2, AttStatsSlot *sslot1, AttStatsSlot *sslot2, Form_pg_statistic stats1, Form_pg_statistic stats2, bool have_mcvs1, bool have_mcvs2, bool *hasmatch1, bool *hasmatch2, int *p_nmatches, RelOptInfo *inner_rel)
 
static void eqjoinsel_find_matches (FmgrInfo *eqproc, Oid collation, Oid hashLeft, Oid hashRight, bool op_is_reversed, AttStatsSlot *sslot1, AttStatsSlot *sslot2, int nvalues1, int nvalues2, bool *hasmatch1, bool *hasmatch2, int *p_nmatches, double *p_matchprodfreq)
 
static uint32 hash_mcv (MCVHashTable_hash *tab, Datum key)
 
static bool mcvs_equal (MCVHashTable_hash *tab, Datum key0, Datum key1)
 
static bool estimate_multivariate_ndistinct (PlannerInfo *root, RelOptInfo *rel, List **varinfos, double *ndistinct)
 
static bool convert_to_scalar (Datum value, Oid valuetypid, Oid collid, double *scaledvalue, Datum lobound, Datum hibound, Oid boundstypid, double *scaledlobound, double *scaledhibound)
 
static double convert_numeric_to_scalar (Datum value, Oid typid, bool *failure)
 
static void convert_string_to_scalar (char *value, double *scaledvalue, char *lobound, double *scaledlobound, char *hibound, double *scaledhibound)
 
static void convert_bytea_to_scalar (Datum value, double *scaledvalue, Datum lobound, double *scaledlobound, Datum hibound, double *scaledhibound)
 
static double convert_one_string_to_scalar (char *value, int rangelo, int rangehi)
 
static double convert_one_bytea_to_scalar (unsigned char *value, int valuelen, int rangelo, int rangehi)
 
static charconvert_string_datum (Datum value, Oid typid, Oid collid, bool *failure)
 
static double convert_timevalue_to_scalar (Datum value, Oid typid, bool *failure)
 
static Nodestrip_all_phvs_deep (PlannerInfo *root, Node *node)
 
static bool contain_placeholder_walker (Node *node, void *context)
 
static Nodestrip_all_phvs_mutator (Node *node, void *context)
 
static void examine_simple_variable (PlannerInfo *root, Var *var, VariableStatData *vardata)
 
static void examine_indexcol_variable (PlannerInfo *root, IndexOptInfo *index, int indexcol, VariableStatData *vardata)
 
static bool get_variable_range (PlannerInfo *root, VariableStatData *vardata, Oid sortop, Oid collation, Datum *min, Datum *max)
 
static void get_stats_slot_range (AttStatsSlot *sslot, Oid opfuncoid, FmgrInfo *opproc, Oid collation, int16 typLen, bool typByVal, Datum *min, Datum *max, bool *p_have_data)
 
static bool get_actual_variable_range (PlannerInfo *root, VariableStatData *vardata, Oid sortop, Oid collation, Datum *min, Datum *max)
 
static bool get_actual_variable_endpoint (Relation heapRel, Relation indexRel, ScanDirection indexscandir, ScanKey scankeys, int16 typLen, bool typByVal, TupleTableSlot *tableslot, MemoryContext outercontext, Datum *endpointDatum)
 
static RelOptInfofind_join_input_rel (PlannerInfo *root, Relids relids)
 
static double btcost_correlation (IndexOptInfo *index, VariableStatData *vardata)
 
Datum eqsel (PG_FUNCTION_ARGS)
 
double var_eq_const (VariableStatData *vardata, Oid oproid, Oid collation, Datum constval, bool constisnull, bool varonleft, bool negate)
 
double var_eq_non_const (VariableStatData *vardata, Oid oproid, Oid collation, Node *other, bool varonleft, bool negate)
 
Datum neqsel (PG_FUNCTION_ARGS)
 
static double scalarineqsel (PlannerInfo *root, Oid operator, bool isgt, bool iseq, Oid collation, VariableStatData *vardata, Datum constval, Oid consttype)
 
double mcv_selectivity (VariableStatData *vardata, FmgrInfo *opproc, Oid collation, Datum constval, bool varonleft, double *sumcommonp)
 
double histogram_selectivity (VariableStatData *vardata, FmgrInfo *opproc, Oid collation, Datum constval, bool varonleft, int min_hist_size, int n_skip, int *hist_size)
 
double generic_restriction_selectivity (PlannerInfo *root, Oid oproid, Oid collation, List *args, int varRelid, double default_selectivity)
 
double ineq_histogram_selectivity (PlannerInfo *root, VariableStatData *vardata, Oid opoid, FmgrInfo *opproc, bool isgt, bool iseq, Oid collation, Datum constval, Oid consttype)
 
static Datum scalarineqsel_wrapper (PG_FUNCTION_ARGS, bool isgt, bool iseq)
 
Datum scalarltsel (PG_FUNCTION_ARGS)
 
Datum scalarlesel (PG_FUNCTION_ARGS)
 
Datum scalargtsel (PG_FUNCTION_ARGS)
 
Datum scalargesel (PG_FUNCTION_ARGS)
 
Selectivity boolvarsel (PlannerInfo *root, Node *arg, int varRelid)
 
Selectivity booltestsel (PlannerInfo *root, BoolTestType booltesttype, Node *arg, int varRelid, JoinType jointype, SpecialJoinInfo *sjinfo)
 
Selectivity nulltestsel (PlannerInfo *root, NullTestType nulltesttype, Node *arg, int varRelid, JoinType jointype, SpecialJoinInfo *sjinfo)
 
static Nodestrip_array_coercion (Node *node)
 
Selectivity scalararraysel (PlannerInfo *root, ScalarArrayOpExpr *clause, bool is_join_clause, int varRelid, JoinType jointype, SpecialJoinInfo *sjinfo)
 
double estimate_array_length (PlannerInfo *root, Node *arrayexpr)
 
Selectivity rowcomparesel (PlannerInfo *root, RowCompareExpr *clause, int varRelid, JoinType jointype, SpecialJoinInfo *sjinfo)
 
Datum eqjoinsel (PG_FUNCTION_ARGS)
 
Datum neqjoinsel (PG_FUNCTION_ARGS)
 
Datum scalarltjoinsel (PG_FUNCTION_ARGS)
 
Datum scalarlejoinsel (PG_FUNCTION_ARGS)
 
Datum scalargtjoinsel (PG_FUNCTION_ARGS)
 
Datum scalargejoinsel (PG_FUNCTION_ARGS)
 
void mergejoinscansel (PlannerInfo *root, Node *clause, Oid opfamily, CompareType cmptype, bool nulls_first, Selectivity *leftstart, Selectivity *leftend, Selectivity *rightstart, Selectivity *rightend)
 
Datum matchingsel (PG_FUNCTION_ARGS)
 
Datum matchingjoinsel (PG_FUNCTION_ARGS)
 
static Listadd_unique_group_var (PlannerInfo *root, List *varinfos, Node *var, VariableStatData *vardata)
 
double estimate_num_groups (PlannerInfo *root, List *groupExprs, double input_rows, List **pgset, EstimationInfo *estinfo)
 
Listestimate_multivariate_bucketsize (PlannerInfo *root, RelOptInfo *inner, List *hashclauses, Selectivity *innerbucketsize)
 
void estimate_hash_bucket_stats (PlannerInfo *root, Node *hashkey, double nbuckets, Selectivity *mcv_freq, Selectivity *bucketsize_frac)
 
double estimate_hashagg_tablesize (PlannerInfo *root, Path *path, const AggClauseCosts *agg_costs, double dNumGroups)
 
bool get_restriction_variable (PlannerInfo *root, List *args, int varRelid, VariableStatData *vardata, Node **other, bool *varonleft)
 
void get_join_variables (PlannerInfo *root, List *args, SpecialJoinInfo *sjinfo, VariableStatData *vardata1, VariableStatData *vardata2, bool *join_is_reversed)
 
static void ReleaseDummy (HeapTuple tuple)
 
void examine_variable (PlannerInfo *root, Node *node, int varRelid, VariableStatData *vardata)
 
bool all_rows_selectable (PlannerInfo *root, Index varno, Bitmapset *varattnos)
 
bool statistic_proc_security_check (VariableStatData *vardata, Oid func_oid)
 
double get_variable_numdistinct (VariableStatData *vardata, bool *isdefault)
 
Listget_quals_from_indexclauses (List *indexclauses)
 
Cost index_other_operands_eval_cost (PlannerInfo *root, List *indexquals)
 
void genericcostestimate (PlannerInfo *root, IndexPath *path, double loop_count, GenericCosts *costs)
 
Listadd_predicate_to_index_quals (IndexOptInfo *index, List *indexQuals)
 
void btcostestimate (PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, Selectivity *indexSelectivity, double *indexCorrelation, double *indexPages)
 
void hashcostestimate (PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, Selectivity *indexSelectivity, double *indexCorrelation, double *indexPages)
 
void gistcostestimate (PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, Selectivity *indexSelectivity, double *indexCorrelation, double *indexPages)
 
void spgcostestimate (PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, Selectivity *indexSelectivity, double *indexCorrelation, double *indexPages)
 
static bool gincost_pattern (IndexOptInfo *index, int indexcol, Oid clause_op, Datum query, GinQualCounts *counts)
 
static bool gincost_opexpr (PlannerInfo *root, IndexOptInfo *index, int indexcol, OpExpr *clause, GinQualCounts *counts)
 
static bool gincost_scalararrayopexpr (PlannerInfo *root, IndexOptInfo *index, int indexcol, ScalarArrayOpExpr *clause, double numIndexEntries, GinQualCounts *counts)
 
void gincostestimate (PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, Selectivity *indexSelectivity, double *indexCorrelation, double *indexPages)
 
void brincostestimate (PlannerInfo *root, IndexPath *path, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, Selectivity *indexSelectivity, double *indexCorrelation, double *indexPages)
 

Variables

get_relation_stats_hook_type get_relation_stats_hook = NULL
 
get_index_stats_hook_type get_index_stats_hook = NULL
 

Macro Definition Documentation

◆ DEFAULT_PAGE_CPU_MULTIPLIER

#define DEFAULT_PAGE_CPU_MULTIPLIER   50.0

Definition at line 144 of file selfuncs.c.

◆ EQJOINSEL_MCV_HASH_THRESHOLD

#define EQJOINSEL_MCV_HASH_THRESHOLD   200

Definition at line 154 of file selfuncs.c.

◆ SH_DECLARE

#define SH_DECLARE

Definition at line 287 of file selfuncs.c.

◆ SH_DEFINE

#define SH_DEFINE

Definition at line 286 of file selfuncs.c.

◆ SH_ELEMENT_TYPE

#define SH_ELEMENT_TYPE   MCVHashEntry

Definition at line 278 of file selfuncs.c.

◆ SH_EQUAL

#define SH_EQUAL (   tab,
  key0,
  key1 
)    mcvs_equal(tab, key0, key1)

Definition at line 282 of file selfuncs.c.

◆ SH_GET_HASH

#define SH_GET_HASH (   tab,
  ent 
)    (ent)->hash

Definition at line 285 of file selfuncs.c.

◆ SH_HASH_KEY

#define SH_HASH_KEY (   tab,
  key 
)    hash_mcv(tab, key)

Definition at line 281 of file selfuncs.c.

◆ SH_KEY

#define SH_KEY   value

Definition at line 280 of file selfuncs.c.

◆ SH_KEY_TYPE

#define SH_KEY_TYPE   Datum

Definition at line 279 of file selfuncs.c.

◆ SH_PREFIX

#define SH_PREFIX   MCVHashTable

Definition at line 277 of file selfuncs.c.

◆ SH_SCOPE

#define SH_SCOPE   static inline

Definition at line 283 of file selfuncs.c.

◆ SH_STORE_HASH

#define SH_STORE_HASH

Definition at line 284 of file selfuncs.c.

◆ VISITED_PAGES_LIMIT

#define VISITED_PAGES_LIMIT   100

Typedef Documentation

◆ MCVHashContext

◆ MCVHashEntry

◆ MCVHashTable_hash

Definition at line 180 of file selfuncs.c.

Function Documentation

◆ add_predicate_to_index_quals()

List * add_predicate_to_index_quals ( IndexOptInfo index,
List indexQuals 
)

Definition at line 7598 of file selfuncs.c.

7599{
7601 ListCell *lc;
7602
7603 if (index->indpred == NIL)
7604 return indexQuals;
7605
7606 foreach(lc, index->indpred)
7607 {
7608 Node *predQual = (Node *) lfirst(lc);
7610
7613 }
7615}
List * list_concat(List *list1, const List *list2)
Definition list.c:561
#define lfirst(lc)
Definition pg_list.h:172
#define NIL
Definition pg_list.h:68
#define list_make1(x1)
Definition pg_list.h:212
bool predicate_implied_by(List *predicate_list, List *clause_list, bool weak)
Definition predtest.c:153
static int fb(int x)
Definition pg_list.h:54
Definition nodes.h:135
Definition type.h:96

References fb(), lfirst, list_concat(), list_make1, NIL, and predicate_implied_by().

Referenced by btcostestimate(), genericcostestimate(), and gincostestimate().

◆ add_unique_group_var()

static List * add_unique_group_var ( PlannerInfo root,
List varinfos,
Node var,
VariableStatData vardata 
)
static

Definition at line 3641 of file selfuncs.c.

3643{
3645 double ndistinct;
3646 bool isdefault;
3647 ListCell *lc;
3648
3649 ndistinct = get_variable_numdistinct(vardata, &isdefault);
3650
3651 /*
3652 * The nullingrels bits within the var could cause the same var to be
3653 * counted multiple times if it's marked with different nullingrels. They
3654 * could also prevent us from matching the var to the expressions in
3655 * extended statistics (see estimate_multivariate_ndistinct). So strip
3656 * them out first.
3657 */
3658 var = remove_nulling_relids(var, root->outer_join_rels, NULL);
3659
3660 foreach(lc, varinfos)
3661 {
3663
3664 /* Drop exact duplicates */
3665 if (equal(var, varinfo->var))
3666 return varinfos;
3667
3668 /*
3669 * Drop known-equal vars, but only if they belong to different
3670 * relations (see comments for estimate_num_groups). We aren't too
3671 * fussy about the semantics of "equal" here.
3672 */
3673 if (vardata->rel != varinfo->rel &&
3675 {
3676 if (varinfo->ndistinct <= ndistinct)
3677 {
3678 /* Keep older item, forget new one */
3679 return varinfos;
3680 }
3681 else
3682 {
3683 /* Delete the older item */
3685 }
3686 }
3687 }
3688
3690
3691 varinfo->var = var;
3692 varinfo->rel = vardata->rel;
3693 varinfo->ndistinct = ndistinct;
3694 varinfo->isdefault = isdefault;
3696 return varinfos;
3697}
bool equal(const void *a, const void *b)
Definition equalfuncs.c:223
bool exprs_known_equal(PlannerInfo *root, Node *item1, Node *item2, Oid opfamily)
#define palloc_object(type)
Definition fe_memutils.h:74
List * lappend(List *list, void *datum)
Definition list.c:339
#define foreach_delete_current(lst, var_or_cell)
Definition pg_list.h:391
#define InvalidOid
tree ctl root
Definition radixtree.h:1857
Node * remove_nulling_relids(Node *node, const Bitmapset *removable_relids, const Bitmapset *except_relids)
double get_variable_numdistinct(VariableStatData *vardata, bool *isdefault)
Definition selfuncs.c:6582

References equal(), exprs_known_equal(), fb(), foreach_delete_current, get_variable_numdistinct(), InvalidOid, lappend(), lfirst, palloc_object, remove_nulling_relids(), and root.

Referenced by estimate_num_groups().

◆ all_rows_selectable()

bool all_rows_selectable ( PlannerInfo root,
Index  varno,
Bitmapset varattnos 
)

Definition at line 6284 of file selfuncs.c.

6285{
6286 RelOptInfo *rel = find_base_rel_noerr(root, varno);
6288 Oid userid;
6289 int varattno;
6290
6291 Assert(rte->rtekind == RTE_RELATION);
6292
6293 /*
6294 * Determine the user ID to use for privilege checks (either the current
6295 * user or the view owner, if we're accessing the table via a view).
6296 *
6297 * Normally the relation will have an associated RelOptInfo from which we
6298 * can find the userid, but it might not if it's a RETURNING Var for an
6299 * INSERT target relation. In that case use the RTEPermissionInfo
6300 * associated with the RTE.
6301 *
6302 * If we navigate up to a parent relation, we keep using the same userid,
6303 * since it's the same in all relations of a given inheritance tree.
6304 */
6305 if (rel)
6306 userid = rel->userid;
6307 else
6308 {
6310
6311 perminfo = getRTEPermissionInfo(root->parse->rteperminfos, rte);
6312 userid = perminfo->checkAsUser;
6313 }
6314 if (!OidIsValid(userid))
6315 userid = GetUserId();
6316
6317 /*
6318 * Permissions and securityQuals must be checked on the table actually
6319 * mentioned in the query, so if this is an inheritance child, navigate up
6320 * to the inheritance root parent. If the user can read the whole table
6321 * or the required columns there, then they can read from the child table
6322 * too. For per-column checks, we must find out which of the root
6323 * parent's attributes the child relation's attributes correspond to.
6324 */
6325 if (root->append_rel_array != NULL)
6326 {
6328
6329 appinfo = root->append_rel_array[varno];
6330
6331 /*
6332 * Partitions are mapped to their immediate parent, not the root
6333 * parent, so must be ready to walk up multiple AppendRelInfos. But
6334 * stop if we hit a parent that is not RTE_RELATION --- that's a
6335 * flattened UNION ALL subquery, not an inheritance parent.
6336 */
6337 while (appinfo &&
6338 planner_rt_fetch(appinfo->parent_relid,
6339 root)->rtekind == RTE_RELATION)
6340 {
6342
6343 /*
6344 * For each child attribute, find the corresponding parent
6345 * attribute. In rare cases, the attribute may be local to the
6346 * child table, in which case, we've got to live with having no
6347 * access to this column.
6348 */
6349 varattno = -1;
6350 while ((varattno = bms_next_member(varattnos, varattno)) >= 0)
6351 {
6352 AttrNumber attno;
6354
6355 attno = varattno + FirstLowInvalidHeapAttributeNumber;
6356
6357 if (attno == InvalidAttrNumber)
6358 {
6359 /*
6360 * Whole-row reference, so must map each column of the
6361 * child to the parent table.
6362 */
6363 for (attno = 1; attno <= appinfo->num_child_cols; attno++)
6364 {
6365 parent_attno = appinfo->parent_colnos[attno - 1];
6366 if (parent_attno == 0)
6367 return false; /* attr is local to child */
6371 }
6372 }
6373 else
6374 {
6375 if (attno < 0)
6376 {
6377 /* System attnos are the same in all tables */
6378 parent_attno = attno;
6379 }
6380 else
6381 {
6382 if (attno > appinfo->num_child_cols)
6383 return false; /* safety check */
6384 parent_attno = appinfo->parent_colnos[attno - 1];
6385 if (parent_attno == 0)
6386 return false; /* attr is local to child */
6387 }
6391 }
6392 }
6393
6394 /* If the parent is itself a child, continue up */
6395 varno = appinfo->parent_relid;
6396 varattnos = parent_varattnos;
6397 appinfo = root->append_rel_array[varno];
6398 }
6399
6400 /* Perform the access check on this parent rel */
6401 rte = planner_rt_fetch(varno, root);
6402 Assert(rte->rtekind == RTE_RELATION);
6403 }
6404
6405 /*
6406 * For all rows to be accessible, there must be no securityQuals from
6407 * security barrier views or RLS policies.
6408 */
6409 if (rte->securityQuals != NIL)
6410 return false;
6411
6412 /*
6413 * Test for table-level SELECT privilege.
6414 *
6415 * If varattnos is non-NULL, this is sufficient to give access to all
6416 * requested attributes, even for a child table, since we have verified
6417 * that all required child columns have matching parent columns.
6418 *
6419 * If varattnos is NULL (whole-table access requested), this doesn't
6420 * necessarily guarantee that the user can read all columns of a child
6421 * table, but we allow it anyway (see comments in examine_variable()) and
6422 * don't bother checking any column privileges.
6423 */
6424 if (pg_class_aclcheck(rte->relid, userid, ACL_SELECT) == ACLCHECK_OK)
6425 return true;
6426
6427 if (varattnos == NULL)
6428 return false; /* whole-table access requested */
6429
6430 /*
6431 * Don't have table-level SELECT privilege, so check per-column
6432 * privileges.
6433 */
6434 varattno = -1;
6435 while ((varattno = bms_next_member(varattnos, varattno)) >= 0)
6436 {
6438
6439 if (attno == InvalidAttrNumber)
6440 {
6441 /* Whole-row reference, so must have access to all columns */
6442 if (pg_attribute_aclcheck_all(rte->relid, userid, ACL_SELECT,
6444 return false;
6445 }
6446 else
6447 {
6448 if (pg_attribute_aclcheck(rte->relid, attno, userid,
6450 return false;
6451 }
6452 }
6453
6454 /* If we reach here, have all required column privileges */
6455 return true;
6456}
@ ACLCHECK_OK
Definition acl.h:183
@ ACLMASK_ALL
Definition acl.h:176
AclResult pg_attribute_aclcheck_all(Oid table_oid, Oid roleid, AclMode mode, AclMaskHow how)
Definition aclchk.c:3928
AclResult pg_attribute_aclcheck(Oid table_oid, AttrNumber attnum, Oid roleid, AclMode mode)
Definition aclchk.c:3886
AclResult pg_class_aclcheck(Oid table_oid, Oid roleid, AclMode mode)
Definition aclchk.c:4057
int16 AttrNumber
Definition attnum.h:21
#define InvalidAttrNumber
Definition attnum.h:23
int bms_next_member(const Bitmapset *a, int prevbit)
Definition bitmapset.c:1290
Bitmapset * bms_add_member(Bitmapset *a, int x)
Definition bitmapset.c:799
#define Assert(condition)
Definition c.h:915
#define OidIsValid(objectId)
Definition c.h:830
Oid GetUserId(void)
Definition miscinit.c:470
RTEPermissionInfo * getRTEPermissionInfo(List *rteperminfos, RangeTblEntry *rte)
@ RTE_RELATION
#define ACL_SELECT
Definition parsenodes.h:77
#define planner_rt_fetch(rti, root)
Definition pathnodes.h:692
unsigned int Oid
RelOptInfo * find_base_rel_noerr(PlannerInfo *root, int relid)
Definition relnode.c:566
#define FirstLowInvalidHeapAttributeNumber
Definition sysattr.h:27

References ACL_SELECT, ACLCHECK_OK, ACLMASK_ALL, Assert, bms_add_member(), bms_next_member(), fb(), find_base_rel_noerr(), FirstLowInvalidHeapAttributeNumber, getRTEPermissionInfo(), GetUserId(), InvalidAttrNumber, NIL, OidIsValid, pg_attribute_aclcheck(), pg_attribute_aclcheck_all(), pg_class_aclcheck(), planner_rt_fetch, root, RTE_RELATION, and RelOptInfo::userid.

Referenced by examine_simple_variable(), examine_variable(), and statext_is_compatible_clause().

◆ booltestsel()

Selectivity booltestsel ( PlannerInfo root,
BoolTestType  booltesttype,
Node arg,
int  varRelid,
JoinType  jointype,
SpecialJoinInfo sjinfo 
)

Definition at line 1624 of file selfuncs.c.

1626{
1628 double selec;
1629
1630 examine_variable(root, arg, varRelid, &vardata);
1631
1632 if (HeapTupleIsValid(vardata.statsTuple))
1633 {
1634 Form_pg_statistic stats;
1635 double freq_null;
1637
1638 stats = (Form_pg_statistic) GETSTRUCT(vardata.statsTuple);
1639 freq_null = stats->stanullfrac;
1640
1641 if (get_attstatsslot(&sslot, vardata.statsTuple,
1644 && sslot.nnumbers > 0)
1645 {
1646 double freq_true;
1647 double freq_false;
1648
1649 /*
1650 * Get first MCV frequency and derive frequency for true.
1651 */
1652 if (DatumGetBool(sslot.values[0]))
1653 freq_true = sslot.numbers[0];
1654 else
1655 freq_true = 1.0 - sslot.numbers[0] - freq_null;
1656
1657 /*
1658 * Next derive frequency for false. Then use these as appropriate
1659 * to derive frequency for each case.
1660 */
1661 freq_false = 1.0 - freq_true - freq_null;
1662
1663 switch (booltesttype)
1664 {
1665 case IS_UNKNOWN:
1666 /* select only NULL values */
1667 selec = freq_null;
1668 break;
1669 case IS_NOT_UNKNOWN:
1670 /* select non-NULL values */
1671 selec = 1.0 - freq_null;
1672 break;
1673 case IS_TRUE:
1674 /* select only TRUE values */
1675 selec = freq_true;
1676 break;
1677 case IS_NOT_TRUE:
1678 /* select non-TRUE values */
1679 selec = 1.0 - freq_true;
1680 break;
1681 case IS_FALSE:
1682 /* select only FALSE values */
1683 selec = freq_false;
1684 break;
1685 case IS_NOT_FALSE:
1686 /* select non-FALSE values */
1687 selec = 1.0 - freq_false;
1688 break;
1689 default:
1690 elog(ERROR, "unrecognized booltesttype: %d",
1691 (int) booltesttype);
1692 selec = 0.0; /* Keep compiler quiet */
1693 break;
1694 }
1695
1697 }
1698 else
1699 {
1700 /*
1701 * No most-common-value info available. Still have null fraction
1702 * information, so use it for IS [NOT] UNKNOWN. Otherwise adjust
1703 * for null fraction and assume a 50-50 split of TRUE and FALSE.
1704 */
1705 switch (booltesttype)
1706 {
1707 case IS_UNKNOWN:
1708 /* select only NULL values */
1709 selec = freq_null;
1710 break;
1711 case IS_NOT_UNKNOWN:
1712 /* select non-NULL values */
1713 selec = 1.0 - freq_null;
1714 break;
1715 case IS_TRUE:
1716 case IS_FALSE:
1717 /* Assume we select half of the non-NULL values */
1718 selec = (1.0 - freq_null) / 2.0;
1719 break;
1720 case IS_NOT_TRUE:
1721 case IS_NOT_FALSE:
1722 /* Assume we select NULLs plus half of the non-NULLs */
1723 /* equiv. to freq_null + (1.0 - freq_null) / 2.0 */
1724 selec = (freq_null + 1.0) / 2.0;
1725 break;
1726 default:
1727 elog(ERROR, "unrecognized booltesttype: %d",
1728 (int) booltesttype);
1729 selec = 0.0; /* Keep compiler quiet */
1730 break;
1731 }
1732 }
1733 }
1734 else
1735 {
1736 /*
1737 * If we can't get variable statistics for the argument, perhaps
1738 * clause_selectivity can do something with it. We ignore the
1739 * possibility of a NULL value when using clause_selectivity, and just
1740 * assume the value is either TRUE or FALSE.
1741 */
1742 switch (booltesttype)
1743 {
1744 case IS_UNKNOWN:
1746 break;
1747 case IS_NOT_UNKNOWN:
1749 break;
1750 case IS_TRUE:
1751 case IS_NOT_FALSE:
1753 varRelid,
1754 jointype, sjinfo);
1755 break;
1756 case IS_FALSE:
1757 case IS_NOT_TRUE:
1759 varRelid,
1760 jointype, sjinfo);
1761 break;
1762 default:
1763 elog(ERROR, "unrecognized booltesttype: %d",
1764 (int) booltesttype);
1765 selec = 0.0; /* Keep compiler quiet */
1766 break;
1767 }
1768 }
1769
1771
1772 /* result should be in range, but make sure... */
1774
1775 return (Selectivity) selec;
1776}
Selectivity clause_selectivity(PlannerInfo *root, Node *clause, int varRelid, JoinType jointype, SpecialJoinInfo *sjinfo)
Definition clausesel.c:667
Datum arg
Definition elog.c:1322
#define ERROR
Definition elog.h:39
#define elog(elevel,...)
Definition elog.h:226
#define HeapTupleIsValid(tuple)
Definition htup.h:78
static void * GETSTRUCT(const HeapTupleData *tuple)
void free_attstatsslot(AttStatsSlot *sslot)
Definition lsyscache.c:3496
bool get_attstatsslot(AttStatsSlot *sslot, HeapTuple statstuple, int reqkind, Oid reqop, int flags)
Definition lsyscache.c:3386
#define ATTSTATSSLOT_NUMBERS
Definition lsyscache.h:44
#define ATTSTATSSLOT_VALUES
Definition lsyscache.h:43
double Selectivity
Definition nodes.h:260
FormData_pg_statistic * Form_pg_statistic
static bool DatumGetBool(Datum X)
Definition postgres.h:100
@ IS_NOT_TRUE
Definition primnodes.h:2002
@ IS_NOT_FALSE
Definition primnodes.h:2002
@ IS_NOT_UNKNOWN
Definition primnodes.h:2002
@ IS_TRUE
Definition primnodes.h:2002
@ IS_UNKNOWN
Definition primnodes.h:2002
@ IS_FALSE
Definition primnodes.h:2002
void examine_variable(PlannerInfo *root, Node *node, int varRelid, VariableStatData *vardata)
Definition selfuncs.c:5612
#define DEFAULT_NOT_UNK_SEL
Definition selfuncs.h:56
#define ReleaseVariableStats(vardata)
Definition selfuncs.h:101
#define CLAMP_PROBABILITY(p)
Definition selfuncs.h:63
#define DEFAULT_UNK_SEL
Definition selfuncs.h:55
float4 * numbers
Definition lsyscache.h:57

References arg, ATTSTATSSLOT_NUMBERS, ATTSTATSSLOT_VALUES, CLAMP_PROBABILITY, clause_selectivity(), DatumGetBool(), DEFAULT_NOT_UNK_SEL, DEFAULT_UNK_SEL, elog, ERROR, examine_variable(), fb(), free_attstatsslot(), get_attstatsslot(), GETSTRUCT(), HeapTupleIsValid, InvalidOid, IS_FALSE, IS_NOT_FALSE, IS_NOT_TRUE, IS_NOT_UNKNOWN, IS_TRUE, IS_UNKNOWN, AttStatsSlot::numbers, ReleaseVariableStats, and root.

Referenced by clause_selectivity_ext().

◆ boolvarsel()

Selectivity boolvarsel ( PlannerInfo root,
Node arg,
int  varRelid 
)

Definition at line 1585 of file selfuncs.c.

1586{
1588 double selec;
1589
1590 examine_variable(root, arg, varRelid, &vardata);
1591 if (HeapTupleIsValid(vardata.statsTuple))
1592 {
1593 /*
1594 * A boolean variable V is equivalent to the clause V = 't', so we
1595 * compute the selectivity as if that is what we have.
1596 */
1598 BoolGetDatum(true), false, true, false);
1599 }
1600 else if (is_funcclause(arg))
1601 {
1602 /*
1603 * If we have no stats and it's a function call, estimate 0.3333333.
1604 * This seems a pretty unprincipled choice, but Postgres has been
1605 * using that estimate for function calls since 1992. The hoariness
1606 * of this behavior suggests that we should not be in too much hurry
1607 * to use another value.
1608 */
1609 selec = 0.3333333;
1610 }
1611 else
1612 {
1613 /* Otherwise, the default estimate is 0.5 */
1614 selec = 0.5;
1615 }
1617 return selec;
1618}
static bool is_funcclause(const void *clause)
Definition nodeFuncs.h:69
static Datum BoolGetDatum(bool X)
Definition postgres.h:112
double var_eq_const(VariableStatData *vardata, Oid oproid, Oid collation, Datum constval, bool constisnull, bool varonleft, bool negate)
Definition selfuncs.c:368

References arg, BoolGetDatum(), examine_variable(), fb(), HeapTupleIsValid, InvalidOid, is_funcclause(), ReleaseVariableStats, root, and var_eq_const().

Referenced by clause_selectivity_ext().

◆ brincostestimate()

void brincostestimate ( PlannerInfo root,
IndexPath path,
double  loop_count,
Cost indexStartupCost,
Cost indexTotalCost,
Selectivity indexSelectivity,
double indexCorrelation,
double indexPages 
)

Definition at line 8971 of file selfuncs.c.

8975{
8976 IndexOptInfo *index = path->indexinfo;
8978 double numPages = index->pages;
8979 RelOptInfo *baserel = index->rel;
8982 Cost spc_random_page_cost;
8983 double qual_arg_cost;
8984 double qualSelectivity;
8986 double indexRanges;
8987 double minimalRanges;
8988 double estimatedRanges;
8989 double selec;
8990 Relation indexRel;
8991 ListCell *l;
8993
8994 Assert(rte->rtekind == RTE_RELATION);
8995
8996 /* fetch estimated page cost for the tablespace containing the index */
8997 get_tablespace_page_costs(index->reltablespace,
8998 &spc_random_page_cost,
9000
9001 /*
9002 * Obtain some data from the index itself, if possible. Otherwise invent
9003 * some plausible internal statistics based on the relation page count.
9004 */
9005 if (!index->hypothetical)
9006 {
9007 /*
9008 * A lock should have already been obtained on the index in plancat.c.
9009 */
9010 indexRel = index_open(index->indexoid, NoLock);
9011 brinGetStats(indexRel, &statsData);
9012 index_close(indexRel, NoLock);
9013
9014 /* work out the actual number of ranges in the index */
9015 indexRanges = Max(ceil((double) baserel->pages /
9016 statsData.pagesPerRange), 1.0);
9017 }
9018 else
9019 {
9020 /*
9021 * Assume default number of pages per range, and estimate the number
9022 * of ranges based on that.
9023 */
9024 indexRanges = Max(ceil((double) baserel->pages /
9026
9028 statsData.revmapNumPages = (indexRanges / REVMAP_PAGE_MAXITEMS) + 1;
9029 }
9030
9031 /*
9032 * Compute index correlation
9033 *
9034 * Because we can use all index quals equally when scanning, we can use
9035 * the largest correlation (in absolute value) among columns used by the
9036 * query. Start at zero, the worst possible case. If we cannot find any
9037 * correlation statistics, we will keep it as 0.
9038 */
9039 *indexCorrelation = 0;
9040
9041 foreach(l, path->indexclauses)
9042 {
9044 AttrNumber attnum = index->indexkeys[iclause->indexcol];
9045
9046 /* attempt to lookup stats in relation for this index column */
9047 if (attnum != 0)
9048 {
9049 /* Simple variable -- look to stats for the underlying table */
9052 {
9053 /*
9054 * The hook took control of acquiring a stats tuple. If it
9055 * did supply a tuple, it'd better have supplied a freefunc.
9056 */
9057 if (HeapTupleIsValid(vardata.statsTuple) && !vardata.freefunc)
9058 elog(ERROR,
9059 "no function provided to release variable stats with");
9060 }
9061 else
9062 {
9063 vardata.statsTuple =
9065 ObjectIdGetDatum(rte->relid),
9067 BoolGetDatum(false));
9068 vardata.freefunc = ReleaseSysCache;
9069 }
9070 }
9071 else
9072 {
9073 /*
9074 * Looks like we've found an expression column in the index. Let's
9075 * see if there's any stats for it.
9076 */
9077
9078 /* get the attnum from the 0-based index. */
9079 attnum = iclause->indexcol + 1;
9080
9082 (*get_index_stats_hook) (root, index->indexoid, attnum, &vardata))
9083 {
9084 /*
9085 * The hook took control of acquiring a stats tuple. If it
9086 * did supply a tuple, it'd better have supplied a freefunc.
9087 */
9088 if (HeapTupleIsValid(vardata.statsTuple) &&
9089 !vardata.freefunc)
9090 elog(ERROR, "no function provided to release variable stats with");
9091 }
9092 else
9093 {
9095 ObjectIdGetDatum(index->indexoid),
9097 BoolGetDatum(false));
9098 vardata.freefunc = ReleaseSysCache;
9099 }
9100 }
9101
9102 if (HeapTupleIsValid(vardata.statsTuple))
9103 {
9105
9106 if (get_attstatsslot(&sslot, vardata.statsTuple,
9109 {
9110 double varCorrelation = 0.0;
9111
9112 if (sslot.nnumbers > 0)
9113 varCorrelation = fabs(sslot.numbers[0]);
9114
9115 if (varCorrelation > *indexCorrelation)
9116 *indexCorrelation = varCorrelation;
9117
9119 }
9120 }
9121
9123 }
9124
9126 baserel->relid,
9127 JOIN_INNER, NULL);
9128
9129 /*
9130 * Now calculate the minimum possible ranges we could match with if all of
9131 * the rows were in the perfect order in the table's heap.
9132 */
9134
9135 /*
9136 * Now estimate the number of ranges that we'll touch by using the
9137 * indexCorrelation from the stats. Careful not to divide by zero (note
9138 * we're using the absolute value of the correlation).
9139 */
9140 if (*indexCorrelation < 1.0e-10)
9142 else
9143 estimatedRanges = Min(minimalRanges / *indexCorrelation, indexRanges);
9144
9145 /* we expect to visit this portion of the table */
9147
9149
9150 *indexSelectivity = selec;
9151
9152 /*
9153 * Compute the index qual costs, much as in genericcostestimate, to add to
9154 * the index costs. We can disregard indexorderbys, since BRIN doesn't
9155 * support those.
9156 */
9158
9159 /*
9160 * Compute the startup cost as the cost to read the whole revmap
9161 * sequentially, including the cost to execute the index quals.
9162 */
9163 *indexStartupCost =
9164 spc_seq_page_cost * statsData.revmapNumPages * loop_count;
9165 *indexStartupCost += qual_arg_cost;
9166
9167 /*
9168 * To read a BRIN index there might be a bit of back and forth over
9169 * regular pages, as revmap might point to them out of sequential order;
9170 * calculate the total cost as reading the whole index in random order.
9171 */
9172 *indexTotalCost = *indexStartupCost +
9173 spc_random_page_cost * (numPages - statsData.revmapNumPages) * loop_count;
9174
9175 /*
9176 * Charge a small amount per range tuple which we expect to match to. This
9177 * is meant to reflect the costs of manipulating the bitmap. The BRIN scan
9178 * will set a bit for each page in the range when we find a matching
9179 * range, so we must multiply the charge by the number of pages in the
9180 * range.
9181 */
9182 *indexTotalCost += 0.1 * cpu_operator_cost * estimatedRanges *
9183 statsData.pagesPerRange;
9184
9185 *indexPages = index->pages;
9186}
void brinGetStats(Relation index, BrinStatsData *stats)
Definition brin.c:1651
#define BRIN_DEFAULT_PAGES_PER_RANGE
Definition brin.h:40
#define REVMAP_PAGE_MAXITEMS
Definition brin_page.h:93
#define Min(x, y)
Definition c.h:1063
#define Max(x, y)
Definition c.h:1057
Selectivity clauselist_selectivity(PlannerInfo *root, List *clauses, int varRelid, JoinType jointype, SpecialJoinInfo *sjinfo)
Definition clausesel.c:100
double cpu_operator_cost
Definition costsize.c:134
void index_close(Relation relation, LOCKMODE lockmode)
Definition indexam.c:177
Relation index_open(Oid relationId, LOCKMODE lockmode)
Definition indexam.c:133
#define NoLock
Definition lockdefs.h:34
double Cost
Definition nodes.h:261
@ JOIN_INNER
Definition nodes.h:303
int16 attnum
#define lfirst_node(type, lc)
Definition pg_list.h:176
static Datum Int16GetDatum(int16 X)
Definition postgres.h:172
static Datum ObjectIdGetDatum(Oid X)
Definition postgres.h:252
List * get_quals_from_indexclauses(List *indexclauses)
Definition selfuncs.c:7291
get_index_stats_hook_type get_index_stats_hook
Definition selfuncs.c:184
Cost index_other_operands_eval_cost(PlannerInfo *root, List *indexquals)
Definition selfuncs.c:7321
get_relation_stats_hook_type get_relation_stats_hook
Definition selfuncs.c:183
void get_tablespace_page_costs(Oid spcid, double *spc_random_page_cost, double *spc_seq_page_cost)
Definition spccache.c:183
List * indexclauses
Definition pathnodes.h:2045
IndexOptInfo * indexinfo
Definition pathnodes.h:2044
void ReleaseSysCache(HeapTuple tuple)
Definition syscache.c:264
HeapTuple SearchSysCache3(SysCacheIdentifier cacheId, Datum key1, Datum key2, Datum key3)
Definition syscache.c:240

References Assert, attnum, ATTSTATSSLOT_NUMBERS, BoolGetDatum(), BRIN_DEFAULT_PAGES_PER_RANGE, brinGetStats(), CLAMP_PROBABILITY, clauselist_selectivity(), cpu_operator_cost, elog, ERROR, fb(), free_attstatsslot(), get_attstatsslot(), get_index_stats_hook, get_quals_from_indexclauses(), get_relation_stats_hook, get_tablespace_page_costs(), HeapTupleIsValid, index_close(), index_open(), index_other_operands_eval_cost(), IndexPath::indexclauses, IndexPath::indexinfo, Int16GetDatum(), InvalidOid, JOIN_INNER, lfirst_node, Max, Min, NoLock, ObjectIdGetDatum(), planner_rt_fetch, ReleaseSysCache(), ReleaseVariableStats, REVMAP_PAGE_MAXITEMS, root, RTE_RELATION, and SearchSysCache3().

Referenced by brinhandler().

◆ btcost_correlation()

static double btcost_correlation ( IndexOptInfo index,
VariableStatData vardata 
)
static

Definition at line 7629 of file selfuncs.c.

7630{
7631 Oid sortop;
7633 double indexCorrelation = 0;
7634
7635 Assert(HeapTupleIsValid(vardata->statsTuple));
7636
7637 sortop = get_opfamily_member(index->opfamily[0],
7638 index->opcintype[0],
7639 index->opcintype[0],
7641 if (OidIsValid(sortop) &&
7642 get_attstatsslot(&sslot, vardata->statsTuple,
7645 {
7646 double varCorrelation;
7647
7648 Assert(sslot.nnumbers == 1);
7649 varCorrelation = sslot.numbers[0];
7650
7651 if (index->reverse_sort[0])
7653
7654 if (index->nkeycolumns > 1)
7655 indexCorrelation = varCorrelation * 0.75;
7656 else
7657 indexCorrelation = varCorrelation;
7658
7660 }
7661
7662 return indexCorrelation;
7663}
Oid get_opfamily_member(Oid opfamily, Oid lefttype, Oid righttype, int16 strategy)
Definition lsyscache.c:168
#define BTLessStrategyNumber
Definition stratnum.h:29

References Assert, ATTSTATSSLOT_NUMBERS, BTLessStrategyNumber, fb(), free_attstatsslot(), get_attstatsslot(), get_opfamily_member(), HeapTupleIsValid, and OidIsValid.

Referenced by btcostestimate().

◆ btcostestimate()

void btcostestimate ( PlannerInfo root,
IndexPath path,
double  loop_count,
Cost indexStartupCost,
Cost indexTotalCost,
Selectivity indexSelectivity,
double indexCorrelation,
double indexPages 
)

Definition at line 7666 of file selfuncs.c.

7670{
7671 IndexOptInfo *index = path->indexinfo;
7672 GenericCosts costs = {0};
7674 double numIndexTuples;
7678 int indexcol;
7679 bool eqQualHere;
7680 bool found_row_compare;
7681 bool found_array;
7682 bool found_is_null_op;
7683 bool have_correlation = false;
7684 double num_sa_scans;
7685 double correlation = 0.0;
7686 ListCell *lc;
7687
7688 /*
7689 * For a btree scan, only leading '=' quals plus inequality quals for the
7690 * immediately next attribute contribute to index selectivity (these are
7691 * the "boundary quals" that determine the starting and stopping points of
7692 * the index scan). Additional quals can suppress visits to the heap, so
7693 * it's OK to count them in indexSelectivity, but they should not count
7694 * for estimating numIndexTuples. So we must examine the given indexquals
7695 * to find out which ones count as boundary quals. We rely on the
7696 * knowledge that they are given in index column order. Note that nbtree
7697 * preprocessing can add skip arrays that act as leading '=' quals in the
7698 * absence of ordinary input '=' quals, so in practice _most_ input quals
7699 * are able to act as index bound quals (which we take into account here).
7700 *
7701 * For a RowCompareExpr, we consider only the first column, just as
7702 * rowcomparesel() does.
7703 *
7704 * If there's a SAOP or skip array in the quals, we'll actually perform up
7705 * to N index descents (not just one), but the underlying array key's
7706 * operator can be considered to act the same as it normally does.
7707 */
7710 indexcol = 0;
7711 eqQualHere = false;
7712 found_row_compare = false;
7713 found_array = false;
7714 found_is_null_op = false;
7715 num_sa_scans = 1;
7716 foreach(lc, path->indexclauses)
7717 {
7719 ListCell *lc2;
7720
7721 if (indexcol < iclause->indexcol)
7722 {
7723 double num_sa_scans_prev_cols = num_sa_scans;
7724
7725 /*
7726 * Beginning of a new column's quals.
7727 *
7728 * Skip scans use skip arrays, which are ScalarArrayOp style
7729 * arrays that generate their elements procedurally and on demand.
7730 * Given a multi-column index on "(a, b)", and an SQL WHERE clause
7731 * "WHERE b = 42", a skip scan will effectively use an indexqual
7732 * "WHERE a = ANY('{every col a value}') AND b = 42". (Obviously,
7733 * the array on "a" must also return "IS NULL" matches, since our
7734 * WHERE clause used no strict operator on "a").
7735 *
7736 * Here we consider how nbtree will backfill skip arrays for any
7737 * index columns that lacked an '=' qual. This maintains our
7738 * num_sa_scans estimate, and determines if this new column (the
7739 * "iclause->indexcol" column, not the prior "indexcol" column)
7740 * can have its RestrictInfos/quals added to indexBoundQuals.
7741 *
7742 * We'll need to handle columns that have inequality quals, where
7743 * the skip array generates values from a range constrained by the
7744 * quals (not every possible value). We've been maintaining
7745 * indexSkipQuals to help with this; it will now contain all of
7746 * the prior column's quals (that is, indexcol's quals) when they
7747 * might be used for this.
7748 */
7750 {
7751 /*
7752 * Skip arrays can't be added after a RowCompare input qual
7753 * due to limitations in nbtree
7754 */
7755 break;
7756 }
7757 if (eqQualHere)
7758 {
7759 /*
7760 * Don't need to add a skip array for an indexcol that already
7761 * has an '=' qual/equality constraint
7762 */
7763 indexcol++;
7765 }
7766 eqQualHere = false;
7767
7768 while (indexcol < iclause->indexcol)
7769 {
7770 double ndistinct;
7771 bool isdefault = true;
7772
7773 found_array = true;
7774
7775 /*
7776 * A skipped attribute's ndistinct forms the basis of our
7777 * estimate of the total number of "array elements" used by
7778 * its skip array at runtime. Look that up first.
7779 */
7781 ndistinct = get_variable_numdistinct(&vardata, &isdefault);
7782
7783 if (indexcol == 0)
7784 {
7785 /*
7786 * Get an estimate of the leading column's correlation in
7787 * passing (avoids rereading variable stats below)
7788 */
7789 if (HeapTupleIsValid(vardata.statsTuple))
7791 have_correlation = true;
7792 }
7793
7795
7796 /*
7797 * If ndistinct is a default estimate, conservatively assume
7798 * that no skipping will happen at runtime
7799 */
7800 if (isdefault)
7801 {
7802 num_sa_scans = num_sa_scans_prev_cols;
7803 break; /* done building indexBoundQuals */
7804 }
7805
7806 /*
7807 * Apply indexcol's indexSkipQuals selectivity to ndistinct
7808 */
7809 if (indexSkipQuals != NIL)
7810 {
7813
7814 /*
7815 * If the index is partial, AND the index predicate with
7816 * the index-bound quals to produce a more accurate idea
7817 * of the number of distinct values for prior indexcol
7818 */
7821
7823 index->rel->relid,
7824 JOIN_INNER,
7825 NULL);
7826
7827 /*
7828 * If ndistinctfrac is selective (on its own), the scan is
7829 * unlikely to benefit from repositioning itself using
7830 * later quals. Do not allow iclause->indexcol's quals to
7831 * be added to indexBoundQuals (it would increase descent
7832 * costs, without lowering numIndexTuples costs by much).
7833 */
7835 {
7836 num_sa_scans = num_sa_scans_prev_cols;
7837 break; /* done building indexBoundQuals */
7838 }
7839
7840 /* Adjust ndistinct downward */
7841 ndistinct = rint(ndistinct * ndistinctfrac);
7842 ndistinct = Max(ndistinct, 1);
7843 }
7844
7845 /*
7846 * When there's no inequality quals, account for the need to
7847 * find an initial value by counting -inf/+inf as a value.
7848 *
7849 * We don't charge anything extra for possible next/prior key
7850 * index probes, which are sometimes used to find the next
7851 * valid skip array element (ahead of using the located
7852 * element value to relocate the scan to the next position
7853 * that might contain matching tuples). It seems hard to do
7854 * better here. Use of the skip support infrastructure often
7855 * avoids most next/prior key probes. But even when it can't,
7856 * there's a decent chance that most individual next/prior key
7857 * probes will locate a leaf page whose key space overlaps all
7858 * of the scan's keys (even the lower-order keys) -- which
7859 * also avoids the need for a separate, extra index descent.
7860 * Note also that these probes are much cheaper than non-probe
7861 * primitive index scans: they're reliably very selective.
7862 */
7863 if (indexSkipQuals == NIL)
7864 ndistinct += 1;
7865
7866 /*
7867 * Update num_sa_scans estimate by multiplying by ndistinct.
7868 *
7869 * We make the pessimistic assumption that there is no
7870 * naturally occurring cross-column correlation. This is
7871 * often wrong, but it seems best to err on the side of not
7872 * expecting skipping to be helpful...
7873 */
7874 num_sa_scans *= ndistinct;
7875
7876 /*
7877 * ...but back out of adding this latest group of 1 or more
7878 * skip arrays when num_sa_scans exceeds the total number of
7879 * index pages (revert to num_sa_scans from before indexcol).
7880 * This causes a sharp discontinuity in cost (as a function of
7881 * the indexcol's ndistinct), but that is representative of
7882 * actual runtime costs.
7883 *
7884 * Note that skipping is helpful when each primitive index
7885 * scan only manages to skip over 1 or 2 irrelevant leaf pages
7886 * on average. Skip arrays bring savings in CPU costs due to
7887 * the scan not needing to evaluate indexquals against every
7888 * tuple, which can greatly exceed any savings in I/O costs.
7889 * This test is a test of whether num_sa_scans implies that
7890 * we're past the point where the ability to skip ceases to
7891 * lower the scan's costs (even qual evaluation CPU costs).
7892 */
7893 if (index->pages < num_sa_scans)
7894 {
7895 num_sa_scans = num_sa_scans_prev_cols;
7896 break; /* done building indexBoundQuals */
7897 }
7898
7899 indexcol++;
7901 }
7902
7903 /*
7904 * Finished considering the need to add skip arrays to bridge an
7905 * initial eqQualHere gap between the old and new index columns
7906 * (or there was no initial eqQualHere gap in the first place).
7907 *
7908 * If an initial gap could not be bridged, then new column's quals
7909 * (i.e. iclause->indexcol's quals) won't go into indexBoundQuals,
7910 * and so won't affect our final numIndexTuples estimate.
7911 */
7912 if (indexcol != iclause->indexcol)
7913 break; /* done building indexBoundQuals */
7914 }
7915
7916 Assert(indexcol == iclause->indexcol);
7917
7918 /* Examine each indexqual associated with this index clause */
7919 foreach(lc2, iclause->indexquals)
7920 {
7922 Expr *clause = rinfo->clause;
7923 Oid clause_op = InvalidOid;
7924 int op_strategy;
7925
7926 if (IsA(clause, OpExpr))
7927 {
7928 OpExpr *op = (OpExpr *) clause;
7929
7930 clause_op = op->opno;
7931 }
7932 else if (IsA(clause, RowCompareExpr))
7933 {
7934 RowCompareExpr *rc = (RowCompareExpr *) clause;
7935
7936 clause_op = linitial_oid(rc->opnos);
7937 found_row_compare = true;
7938 }
7939 else if (IsA(clause, ScalarArrayOpExpr))
7940 {
7941 ScalarArrayOpExpr *saop = (ScalarArrayOpExpr *) clause;
7942 Node *other_operand = (Node *) lsecond(saop->args);
7944
7945 clause_op = saop->opno;
7946 found_array = true;
7947 /* estimate SA descents by indexBoundQuals only */
7948 if (alength > 1)
7949 num_sa_scans *= alength;
7950 }
7951 else if (IsA(clause, NullTest))
7952 {
7953 NullTest *nt = (NullTest *) clause;
7954
7955 if (nt->nulltesttype == IS_NULL)
7956 {
7957 found_is_null_op = true;
7958 /* IS NULL is like = for selectivity/skip scan purposes */
7959 eqQualHere = true;
7960 }
7961 }
7962 else
7963 elog(ERROR, "unsupported indexqual type: %d",
7964 (int) nodeTag(clause));
7965
7966 /* check for equality operator */
7967 if (OidIsValid(clause_op))
7968 {
7969 op_strategy = get_op_opfamily_strategy(clause_op,
7970 index->opfamily[indexcol]);
7971 Assert(op_strategy != 0); /* not a member of opfamily?? */
7972 if (op_strategy == BTEqualStrategyNumber)
7973 eqQualHere = true;
7974 }
7975
7977
7978 /*
7979 * We apply inequality selectivities to estimate index descent
7980 * costs with scans that use skip arrays. Save this indexcol's
7981 * RestrictInfos if it looks like they'll be needed for that.
7982 */
7983 if (!eqQualHere && !found_row_compare &&
7984 indexcol < index->nkeycolumns - 1)
7986 }
7987 }
7988
7989 /*
7990 * If index is unique and we found an '=' clause for each column, we can
7991 * just assume numIndexTuples = 1 and skip the expensive
7992 * clauselist_selectivity calculations. However, an array or NullTest
7993 * always invalidates that theory (even when eqQualHere has been set).
7994 */
7995 if (index->unique &&
7996 indexcol == index->nkeycolumns - 1 &&
7997 eqQualHere &&
7998 !found_array &&
8000 numIndexTuples = 1.0;
8001 else
8002 {
8005
8006 /*
8007 * If the index is partial, AND the index predicate with the
8008 * index-bound quals to produce a more accurate idea of the number of
8009 * rows covered by the bound conditions.
8010 */
8012
8014 index->rel->relid,
8015 JOIN_INNER,
8016 NULL);
8017 numIndexTuples = btreeSelectivity * index->rel->tuples;
8018
8019 /*
8020 * btree automatically combines individual array element primitive
8021 * index scans whenever the tuples covered by the next set of array
8022 * keys are close to tuples covered by the current set. That puts a
8023 * natural ceiling on the worst case number of descents -- there
8024 * cannot possibly be more than one descent per leaf page scanned.
8025 *
8026 * Clamp the number of descents to at most 1/3 the number of index
8027 * pages. This avoids implausibly high estimates with low selectivity
8028 * paths, where scans usually require only one or two descents. This
8029 * is most likely to help when there are several SAOP clauses, where
8030 * naively accepting the total number of distinct combinations of
8031 * array elements as the number of descents would frequently lead to
8032 * wild overestimates.
8033 *
8034 * We somewhat arbitrarily don't just make the cutoff the total number
8035 * of leaf pages (we make it 1/3 the total number of pages instead) to
8036 * give the btree code credit for its ability to continue on the leaf
8037 * level with low selectivity scans.
8038 *
8039 * Note: num_sa_scans includes both ScalarArrayOp array elements and
8040 * skip array elements whose qual affects our numIndexTuples estimate.
8041 */
8042 num_sa_scans = Min(num_sa_scans, ceil(index->pages * 0.3333333));
8043 num_sa_scans = Max(num_sa_scans, 1);
8044
8045 /*
8046 * As in genericcostestimate(), we have to adjust for any array quals
8047 * included in indexBoundQuals, and then round to integer.
8048 *
8049 * It is tempting to make genericcostestimate behave as if array
8050 * clauses work in almost the same way as scalar operators during
8051 * btree scans, making the top-level scan look like a continuous scan
8052 * (as opposed to num_sa_scans-many primitive index scans). After
8053 * all, btree scans mostly work like that at runtime. However, such a
8054 * scheme would badly bias genericcostestimate's simplistic approach
8055 * to calculating numIndexPages through prorating.
8056 *
8057 * Stick with the approach taken by non-native SAOP scans for now.
8058 * genericcostestimate will use the Mackert-Lohman formula to
8059 * compensate for repeat page fetches, even though that definitely
8060 * won't happen during btree scans (not for leaf pages, at least).
8061 * We're usually very pessimistic about the number of primitive index
8062 * scans that will be required, but it's not clear how to do better.
8063 */
8064 numIndexTuples = rint(numIndexTuples / num_sa_scans);
8065 }
8066
8067 /*
8068 * Now do generic index cost estimation.
8069 */
8070 costs.numIndexTuples = numIndexTuples;
8071 costs.num_sa_scans = num_sa_scans;
8072
8073 genericcostestimate(root, path, loop_count, &costs);
8074
8075 /*
8076 * Add a CPU-cost component to represent the costs of initial btree
8077 * descent. We don't charge any I/O cost for touching upper btree levels,
8078 * since they tend to stay in cache, but we still have to do about log2(N)
8079 * comparisons to descend a btree of N leaf tuples. We charge one
8080 * cpu_operator_cost per comparison.
8081 *
8082 * If there are SAOP or skip array keys, charge this once per estimated
8083 * index descent. The ones after the first one are not startup cost so
8084 * far as the overall plan goes, so just add them to "total" cost.
8085 */
8086 if (index->tuples > 1) /* avoid computing log(0) */
8087 {
8088 descentCost = ceil(log(index->tuples) / log(2.0)) * cpu_operator_cost;
8090 costs.indexTotalCost += costs.num_sa_scans * descentCost;
8091 }
8092
8093 /*
8094 * Even though we're not charging I/O cost for touching upper btree pages,
8095 * it's still reasonable to charge some CPU cost per page descended
8096 * through. Moreover, if we had no such charge at all, bloated indexes
8097 * would appear to have the same search cost as unbloated ones, at least
8098 * in cases where only a single leaf page is expected to be visited. This
8099 * cost is somewhat arbitrarily set at 50x cpu_operator_cost per page
8100 * touched. The number of such pages is btree tree height plus one (ie,
8101 * we charge for the leaf page too). As above, charge once per estimated
8102 * SAOP/skip array descent.
8103 */
8106 costs.indexTotalCost += costs.num_sa_scans * descentCost;
8107
8108 if (!have_correlation)
8109 {
8111 if (HeapTupleIsValid(vardata.statsTuple))
8114 }
8115 else
8116 {
8117 /* btcost_correlation already called earlier on */
8119 }
8120
8121 *indexStartupCost = costs.indexStartupCost;
8122 *indexTotalCost = costs.indexTotalCost;
8123 *indexSelectivity = costs.indexSelectivity;
8124 *indexCorrelation = costs.indexCorrelation;
8125 *indexPages = costs.numIndexPages;
8126}
int get_op_opfamily_strategy(Oid opno, Oid opfamily)
Definition lsyscache.c:85
#define IsA(nodeptr, _type_)
Definition nodes.h:164
#define nodeTag(nodeptr)
Definition nodes.h:139
#define lsecond(l)
Definition pg_list.h:183
#define linitial_oid(l)
Definition pg_list.h:180
@ IS_NULL
Definition primnodes.h:1978
List * add_predicate_to_index_quals(IndexOptInfo *index, List *indexQuals)
Definition selfuncs.c:7598
#define DEFAULT_PAGE_CPU_MULTIPLIER
Definition selfuncs.c:144
double estimate_array_length(PlannerInfo *root, Node *arrayexpr)
Definition selfuncs.c:2223
void genericcostestimate(PlannerInfo *root, IndexPath *path, double loop_count, GenericCosts *costs)
Definition selfuncs.c:7375
static void examine_indexcol_variable(PlannerInfo *root, IndexOptInfo *index, int indexcol, VariableStatData *vardata)
Definition selfuncs.c:6479
static double btcost_correlation(IndexOptInfo *index, VariableStatData *vardata)
Definition selfuncs.c:7629
#define DEFAULT_RANGE_INEQ_SEL
Definition selfuncs.h:40
#define BTEqualStrategyNumber
Definition stratnum.h:31
Selectivity indexSelectivity
Definition selfuncs.h:129
Cost indexStartupCost
Definition selfuncs.h:127
double indexCorrelation
Definition selfuncs.h:130
double num_sa_scans
Definition selfuncs.h:136
Cost indexTotalCost
Definition selfuncs.h:128
double numIndexPages
Definition selfuncs.h:133
double numIndexTuples
Definition selfuncs.h:134
Oid opno
Definition primnodes.h:851
Expr * clause
Definition pathnodes.h:2888

References add_predicate_to_index_quals(), ScalarArrayOpExpr::args, Assert, btcost_correlation(), BTEqualStrategyNumber, RestrictInfo::clause, clauselist_selectivity(), cpu_operator_cost, DEFAULT_PAGE_CPU_MULTIPLIER, DEFAULT_RANGE_INEQ_SEL, elog, ERROR, estimate_array_length(), examine_indexcol_variable(), fb(), genericcostestimate(), get_op_opfamily_strategy(), get_variable_numdistinct(), HeapTupleIsValid, IndexPath::indexclauses, GenericCosts::indexCorrelation, IndexPath::indexinfo, GenericCosts::indexSelectivity, GenericCosts::indexStartupCost, GenericCosts::indexTotalCost, InvalidOid, IS_NULL, IsA, JOIN_INNER, lappend(), lfirst_node, linitial_oid, lsecond, Max, Min, NIL, nodeTag, GenericCosts::num_sa_scans, GenericCosts::numIndexPages, GenericCosts::numIndexTuples, OidIsValid, OpExpr::opno, ScalarArrayOpExpr::opno, ReleaseVariableStats, and root.

Referenced by bthandler().

◆ contain_placeholder_walker()

static bool contain_placeholder_walker ( Node node,
void context 
)
static

Definition at line 5968 of file selfuncs.c.

5969{
5970 if (node == NULL)
5971 return false;
5972 if (IsA(node, PlaceHolderVar))
5973 return true;
5974
5976}
#define expression_tree_walker(n, w, c)
Definition nodeFuncs.h:153
static bool contain_placeholder_walker(Node *node, void *context)
Definition selfuncs.c:5968

References contain_placeholder_walker(), expression_tree_walker, fb(), and IsA.

Referenced by contain_placeholder_walker(), and strip_all_phvs_deep().

◆ convert_bytea_to_scalar()

static void convert_bytea_to_scalar ( Datum  value,
double scaledvalue,
Datum  lobound,
double scaledlobound,
Datum  hibound,
double scaledhibound 
)
static

Definition at line 5326 of file selfuncs.c.

5332{
5334 bytea *loboundp = DatumGetByteaPP(lobound);
5335 bytea *hiboundp = DatumGetByteaPP(hibound);
5336 int rangelo,
5337 rangehi,
5341 i,
5342 minlen;
5343 unsigned char *valstr = (unsigned char *) VARDATA_ANY(valuep);
5344 unsigned char *lostr = (unsigned char *) VARDATA_ANY(loboundp);
5345 unsigned char *histr = (unsigned char *) VARDATA_ANY(hiboundp);
5346
5347 /*
5348 * Assume bytea data is uniformly distributed across all byte values.
5349 */
5350 rangelo = 0;
5351 rangehi = 255;
5352
5353 /*
5354 * Now strip any common prefix of the three strings.
5355 */
5357 for (i = 0; i < minlen; i++)
5358 {
5359 if (*lostr != *histr || *lostr != *valstr)
5360 break;
5361 lostr++, histr++, valstr++;
5363 }
5364
5365 /*
5366 * Now we can do the conversions.
5367 */
5371}
#define DatumGetByteaPP(X)
Definition fmgr.h:292
static struct @174 value
int i
Definition isn.c:77
static double convert_one_bytea_to_scalar(unsigned char *value, int valuelen, int rangelo, int rangehi)
Definition selfuncs.c:5374
Definition c.h:748
static Size VARSIZE_ANY_EXHDR(const void *PTR)
Definition varatt.h:472
static char * VARDATA_ANY(const void *PTR)
Definition varatt.h:486

References convert_one_bytea_to_scalar(), DatumGetByteaPP, fb(), i, Min, value, VARDATA_ANY(), and VARSIZE_ANY_EXHDR().

Referenced by convert_to_scalar().

◆ convert_numeric_to_scalar()

static double convert_numeric_to_scalar ( Datum  value,
Oid  typid,
bool failure 
)
static

Definition at line 5044 of file selfuncs.c.

5045{
5046 switch (typid)
5047 {
5048 case BOOLOID:
5049 return (double) DatumGetBool(value);
5050 case INT2OID:
5051 return (double) DatumGetInt16(value);
5052 case INT4OID:
5053 return (double) DatumGetInt32(value);
5054 case INT8OID:
5055 return (double) DatumGetInt64(value);
5056 case FLOAT4OID:
5057 return (double) DatumGetFloat4(value);
5058 case FLOAT8OID:
5059 return (double) DatumGetFloat8(value);
5060 case NUMERICOID:
5061 /* Note: out-of-range values will be clamped to +-HUGE_VAL */
5062 return (double)
5064 value));
5065 case OIDOID:
5066 case REGPROCOID:
5067 case REGPROCEDUREOID:
5068 case REGOPEROID:
5069 case REGOPERATOROID:
5070 case REGCLASSOID:
5071 case REGTYPEOID:
5072 case REGCOLLATIONOID:
5073 case REGCONFIGOID:
5074 case REGDICTIONARYOID:
5075 case REGROLEOID:
5076 case REGNAMESPACEOID:
5077 case REGDATABASEOID:
5078 /* we can treat OIDs as integers... */
5079 return (double) DatumGetObjectId(value);
5080 }
5081
5082 *failure = true;
5083 return 0;
5084}
Datum numeric_float8_no_overflow(PG_FUNCTION_ARGS)
Definition numeric.c:4589
#define DirectFunctionCall1(func, arg1)
Definition fmgr.h:684
static int64 DatumGetInt64(Datum X)
Definition postgres.h:403
static float4 DatumGetFloat4(Datum X)
Definition postgres.h:451
static Oid DatumGetObjectId(Datum X)
Definition postgres.h:242
static float8 DatumGetFloat8(Datum X)
Definition postgres.h:485
static int16 DatumGetInt16(Datum X)
Definition postgres.h:162
static int32 DatumGetInt32(Datum X)
Definition postgres.h:202

References DatumGetBool(), DatumGetFloat4(), DatumGetFloat8(), DatumGetInt16(), DatumGetInt32(), DatumGetInt64(), DatumGetObjectId(), DirectFunctionCall1, fb(), numeric_float8_no_overflow(), and value.

Referenced by convert_to_scalar().

◆ convert_one_bytea_to_scalar()

static double convert_one_bytea_to_scalar ( unsigned char value,
int  valuelen,
int  rangelo,
int  rangehi 
)
static

Definition at line 5374 of file selfuncs.c.

5376{
5377 double num,
5378 denom,
5379 base;
5380
5381 if (valuelen <= 0)
5382 return 0.0; /* empty string has scalar value 0 */
5383
5384 /*
5385 * Since base is 256, need not consider more than about 10 chars (even
5386 * this many seems like overkill)
5387 */
5388 if (valuelen > 10)
5389 valuelen = 10;
5390
5391 /* Convert initial characters to fraction */
5392 base = rangehi - rangelo + 1;
5393 num = 0.0;
5394 denom = base;
5395 while (valuelen-- > 0)
5396 {
5397 int ch = *value++;
5398
5399 if (ch < rangelo)
5400 ch = rangelo - 1;
5401 else if (ch > rangehi)
5402 ch = rangehi + 1;
5403 num += ((double) (ch - rangelo)) / denom;
5404 denom *= base;
5405 }
5406
5407 return num;
5408}

References fb(), and value.

Referenced by convert_bytea_to_scalar().

◆ convert_one_string_to_scalar()

static double convert_one_string_to_scalar ( char value,
int  rangelo,
int  rangehi 
)
static

Definition at line 5187 of file selfuncs.c.

5188{
5189 int slen = strlen(value);
5190 double num,
5191 denom,
5192 base;
5193
5194 if (slen <= 0)
5195 return 0.0; /* empty string has scalar value 0 */
5196
5197 /*
5198 * There seems little point in considering more than a dozen bytes from
5199 * the string. Since base is at least 10, that will give us nominal
5200 * resolution of at least 12 decimal digits, which is surely far more
5201 * precision than this estimation technique has got anyway (especially in
5202 * non-C locales). Also, even with the maximum possible base of 256, this
5203 * ensures denom cannot grow larger than 256^13 = 2.03e31, which will not
5204 * overflow on any known machine.
5205 */
5206 if (slen > 12)
5207 slen = 12;
5208
5209 /* Convert initial characters to fraction */
5210 base = rangehi - rangelo + 1;
5211 num = 0.0;
5212 denom = base;
5213 while (slen-- > 0)
5214 {
5215 int ch = (unsigned char) *value++;
5216
5217 if (ch < rangelo)
5218 ch = rangelo - 1;
5219 else if (ch > rangehi)
5220 ch = rangehi + 1;
5221 num += ((double) (ch - rangelo)) / denom;
5222 denom *= base;
5223 }
5224
5225 return num;
5226}

References fb(), and value.

Referenced by convert_string_to_scalar().

◆ convert_string_datum()

static char * convert_string_datum ( Datum  value,
Oid  typid,
Oid  collid,
bool failure 
)
static

Definition at line 5238 of file selfuncs.c.

5239{
5240 char *val;
5242
5243 switch (typid)
5244 {
5245 case CHAROID:
5246 val = (char *) palloc(2);
5247 val[0] = DatumGetChar(value);
5248 val[1] = '\0';
5249 break;
5250 case BPCHAROID:
5251 case VARCHAROID:
5252 case TEXTOID:
5254 break;
5255 case NAMEOID:
5256 {
5258
5259 val = pstrdup(NameStr(*nm));
5260 break;
5261 }
5262 default:
5263 *failure = true;
5264 return NULL;
5265 }
5266
5268
5269 if (!mylocale->collate_is_c)
5270 {
5271 char *xfrmstr;
5272 size_t xfrmlen;
5274
5275 /*
5276 * XXX: We could guess at a suitable output buffer size and only call
5277 * pg_strxfrm() twice if our guess is too small.
5278 *
5279 * XXX: strxfrm doesn't support UTF-8 encoding on Win32, it can return
5280 * bogus data or set an error. This is not really a problem unless it
5281 * crashes since it will only give an estimation error and nothing
5282 * fatal.
5283 *
5284 * XXX: we do not check pg_strxfrm_enabled(). On some platforms and in
5285 * some cases, libc strxfrm() may return the wrong results, but that
5286 * will only lead to an estimation error.
5287 */
5289#ifdef WIN32
5290
5291 /*
5292 * On Windows, strxfrm returns INT_MAX when an error occurs. Instead
5293 * of trying to allocate this much memory (and fail), just return the
5294 * original string unmodified as if we were in the C locale.
5295 */
5296 if (xfrmlen == INT_MAX)
5297 return val;
5298#endif
5299 xfrmstr = (char *) palloc(xfrmlen + 1);
5301
5302 /*
5303 * Some systems (e.g., glibc) can return a smaller value from the
5304 * second call than the first; thus the Assert must be <= not ==.
5305 */
5307 pfree(val);
5308 val = xfrmstr;
5309 }
5310
5311 return val;
5312}
#define TextDatumGetCString(d)
Definition builtins.h:99
#define NameStr(name)
Definition c.h:807
#define PG_USED_FOR_ASSERTS_ONLY
Definition c.h:243
Oid collid
long val
Definition informix.c:689
char * pstrdup(const char *in)
Definition mcxt.c:1781
void pfree(void *pointer)
Definition mcxt.c:1616
void * palloc(Size size)
Definition mcxt.c:1387
pg_locale_t pg_newlocale_from_collation(Oid collid)
Definition pg_locale.c:1189
size_t pg_strxfrm(char *dest, const char *src, size_t destsize, pg_locale_t locale)
Definition pg_locale.c:1434
static Pointer DatumGetPointer(Datum X)
Definition postgres.h:332
static char DatumGetChar(Datum X)
Definition postgres.h:122
Definition c.h:802

References Assert, collid, DatumGetChar(), DatumGetPointer(), fb(), NameStr, palloc(), pfree(), pg_newlocale_from_collation(), pg_strxfrm(), PG_USED_FOR_ASSERTS_ONLY, pstrdup(), TextDatumGetCString, val, and value.

Referenced by convert_to_scalar().

◆ convert_string_to_scalar()

static void convert_string_to_scalar ( char value,
double scaledvalue,
char lobound,
double scaledlobound,
char hibound,
double scaledhibound 
)
static

Definition at line 5107 of file selfuncs.c.

5113{
5114 int rangelo,
5115 rangehi;
5116 char *sptr;
5117
5118 rangelo = rangehi = (unsigned char) hibound[0];
5119 for (sptr = lobound; *sptr; sptr++)
5120 {
5121 if (rangelo > (unsigned char) *sptr)
5122 rangelo = (unsigned char) *sptr;
5123 if (rangehi < (unsigned char) *sptr)
5124 rangehi = (unsigned char) *sptr;
5125 }
5126 for (sptr = hibound; *sptr; sptr++)
5127 {
5128 if (rangelo > (unsigned char) *sptr)
5129 rangelo = (unsigned char) *sptr;
5130 if (rangehi < (unsigned char) *sptr)
5131 rangehi = (unsigned char) *sptr;
5132 }
5133 /* If range includes any upper-case ASCII chars, make it include all */
5134 if (rangelo <= 'Z' && rangehi >= 'A')
5135 {
5136 if (rangelo > 'A')
5137 rangelo = 'A';
5138 if (rangehi < 'Z')
5139 rangehi = 'Z';
5140 }
5141 /* Ditto lower-case */
5142 if (rangelo <= 'z' && rangehi >= 'a')
5143 {
5144 if (rangelo > 'a')
5145 rangelo = 'a';
5146 if (rangehi < 'z')
5147 rangehi = 'z';
5148 }
5149 /* Ditto digits */
5150 if (rangelo <= '9' && rangehi >= '0')
5151 {
5152 if (rangelo > '0')
5153 rangelo = '0';
5154 if (rangehi < '9')
5155 rangehi = '9';
5156 }
5157
5158 /*
5159 * If range includes less than 10 chars, assume we have not got enough
5160 * data, and make it include regular ASCII set.
5161 */
5162 if (rangehi - rangelo < 9)
5163 {
5164 rangelo = ' ';
5165 rangehi = 127;
5166 }
5167
5168 /*
5169 * Now strip any common prefix of the three strings.
5170 */
5171 while (*lobound)
5172 {
5173 if (*lobound != *hibound || *lobound != *value)
5174 break;
5175 lobound++, hibound++, value++;
5176 }
5177
5178 /*
5179 * Now we can do the conversions.
5180 */
5184}
static double convert_one_string_to_scalar(char *value, int rangelo, int rangehi)
Definition selfuncs.c:5187

References convert_one_string_to_scalar(), fb(), and value.

Referenced by convert_to_scalar().

◆ convert_timevalue_to_scalar()

static double convert_timevalue_to_scalar ( Datum  value,
Oid  typid,
bool failure 
)
static

Definition at line 5417 of file selfuncs.c.

5418{
5419 switch (typid)
5420 {
5421 case TIMESTAMPOID:
5422 return DatumGetTimestamp(value);
5423 case TIMESTAMPTZOID:
5424 return DatumGetTimestampTz(value);
5425 case DATEOID:
5427 case INTERVALOID:
5428 {
5430
5431 /*
5432 * Convert the month part of Interval to days using assumed
5433 * average month length of 365.25/12.0 days. Not too
5434 * accurate, but plenty good enough for our purposes.
5435 *
5436 * This also works for infinite intervals, which just have all
5437 * fields set to INT_MIN/INT_MAX, and so will produce a result
5438 * smaller/larger than any finite interval.
5439 */
5440 return interval->time + interval->day * (double) USECS_PER_DAY +
5442 }
5443 case TIMEOID:
5444 return DatumGetTimeADT(value);
5445 case TIMETZOID:
5446 {
5448
5449 /* use GMT-equivalent time */
5450 return (double) (timetz->time + (timetz->zone * 1000000.0));
5451 }
5452 }
5453
5454 *failure = true;
5455 return 0;
5456}
#define MONTHS_PER_YEAR
Definition timestamp.h:108
#define USECS_PER_DAY
Definition timestamp.h:131
#define DAYS_PER_YEAR
Definition timestamp.h:107
double date2timestamp_no_overflow(DateADT dateVal)
Definition date.c:753
static TimeTzADT * DatumGetTimeTzADTP(Datum X)
Definition date.h:72
static DateADT DatumGetDateADT(Datum X)
Definition date.h:60
static TimeADT DatumGetTimeADT(Datum X)
Definition date.h:66
static Interval * DatumGetIntervalP(Datum X)
Definition timestamp.h:40
static Timestamp DatumGetTimestamp(Datum X)
Definition timestamp.h:28
static TimestampTz DatumGetTimestampTz(Datum X)
Definition timestamp.h:34

References date2timestamp_no_overflow(), DatumGetDateADT(), DatumGetIntervalP(), DatumGetTimeADT(), DatumGetTimestamp(), DatumGetTimestampTz(), DatumGetTimeTzADTP(), DAYS_PER_YEAR, fb(), interval::month, MONTHS_PER_YEAR, interval::time, USECS_PER_DAY, and value.

Referenced by convert_to_scalar().

◆ convert_to_scalar()

static bool convert_to_scalar ( Datum  value,
Oid  valuetypid,
Oid  collid,
double scaledvalue,
Datum  lobound,
Datum  hibound,
Oid  boundstypid,
double scaledlobound,
double scaledhibound 
)
static

Definition at line 4896 of file selfuncs.c.

4899{
4900 bool failure = false;
4901
4902 /*
4903 * Both the valuetypid and the boundstypid should exactly match the
4904 * declared input type(s) of the operator we are invoked for. However,
4905 * extensions might try to use scalarineqsel as estimator for operators
4906 * with input type(s) we don't handle here; in such cases, we want to
4907 * return false, not fail. In any case, we mustn't assume that valuetypid
4908 * and boundstypid are identical.
4909 *
4910 * XXX The histogram we are interpolating between points of could belong
4911 * to a column that's only binary-compatible with the declared type. In
4912 * essence we are assuming that the semantics of binary-compatible types
4913 * are enough alike that we can use a histogram generated with one type's
4914 * operators to estimate selectivity for the other's. This is outright
4915 * wrong in some cases --- in particular signed versus unsigned
4916 * interpretation could trip us up. But it's useful enough in the
4917 * majority of cases that we do it anyway. Should think about more
4918 * rigorous ways to do it.
4919 */
4920 switch (valuetypid)
4921 {
4922 /*
4923 * Built-in numeric types
4924 */
4925 case BOOLOID:
4926 case INT2OID:
4927 case INT4OID:
4928 case INT8OID:
4929 case FLOAT4OID:
4930 case FLOAT8OID:
4931 case NUMERICOID:
4932 case OIDOID:
4933 case REGPROCOID:
4934 case REGPROCEDUREOID:
4935 case REGOPEROID:
4936 case REGOPERATOROID:
4937 case REGCLASSOID:
4938 case REGTYPEOID:
4939 case REGCOLLATIONOID:
4940 case REGCONFIGOID:
4941 case REGDICTIONARYOID:
4942 case REGROLEOID:
4943 case REGNAMESPACEOID:
4944 case REGDATABASEOID:
4946 &failure);
4948 &failure);
4950 &failure);
4951 return !failure;
4952
4953 /*
4954 * Built-in string types
4955 */
4956 case CHAROID:
4957 case BPCHAROID:
4958 case VARCHAROID:
4959 case TEXTOID:
4960 case NAMEOID:
4961 {
4963 collid, &failure);
4964 char *lostr = convert_string_datum(lobound, boundstypid,
4965 collid, &failure);
4966 char *histr = convert_string_datum(hibound, boundstypid,
4967 collid, &failure);
4968
4969 /*
4970 * Bail out if any of the values is not of string type. We
4971 * might leak converted strings for the other value(s), but
4972 * that's not worth troubling over.
4973 */
4974 if (failure)
4975 return false;
4976
4980 pfree(valstr);
4981 pfree(lostr);
4982 pfree(histr);
4983 return true;
4984 }
4985
4986 /*
4987 * Built-in bytea type
4988 */
4989 case BYTEAOID:
4990 {
4991 /* We only support bytea vs bytea comparison */
4992 if (boundstypid != BYTEAOID)
4993 return false;
4995 lobound, scaledlobound,
4996 hibound, scaledhibound);
4997 return true;
4998 }
4999
5000 /*
5001 * Built-in time types
5002 */
5003 case TIMESTAMPOID:
5004 case TIMESTAMPTZOID:
5005 case DATEOID:
5006 case INTERVALOID:
5007 case TIMEOID:
5008 case TIMETZOID:
5010 &failure);
5012 &failure);
5014 &failure);
5015 return !failure;
5016
5017 /*
5018 * Built-in network types
5019 */
5020 case INETOID:
5021 case CIDROID:
5022 case MACADDROID:
5023 case MACADDR8OID:
5025 &failure);
5027 &failure);
5029 &failure);
5030 return !failure;
5031 }
5032 /* Don't know how to convert */
5034 return false;
5035}
double convert_network_to_scalar(Datum value, Oid typid, bool *failure)
Definition network.c:1435
static void convert_string_to_scalar(char *value, double *scaledvalue, char *lobound, double *scaledlobound, char *hibound, double *scaledhibound)
Definition selfuncs.c:5107
static double convert_timevalue_to_scalar(Datum value, Oid typid, bool *failure)
Definition selfuncs.c:5417
static double convert_numeric_to_scalar(Datum value, Oid typid, bool *failure)
Definition selfuncs.c:5044
static void convert_bytea_to_scalar(Datum value, double *scaledvalue, Datum lobound, double *scaledlobound, Datum hibound, double *scaledhibound)
Definition selfuncs.c:5326
static char * convert_string_datum(Datum value, Oid typid, Oid collid, bool *failure)
Definition selfuncs.c:5238

References collid, convert_bytea_to_scalar(), convert_network_to_scalar(), convert_numeric_to_scalar(), convert_string_datum(), convert_string_to_scalar(), convert_timevalue_to_scalar(), fb(), pfree(), and value.

Referenced by ineq_histogram_selectivity().

◆ eqjoinsel()

Datum eqjoinsel ( PG_FUNCTION_ARGS  )

Definition at line 2356 of file selfuncs.c.

2357{
2359 Oid operator = PG_GETARG_OID(1);
2360 List *args = (List *) PG_GETARG_POINTER(2);
2361
2362#ifdef NOT_USED
2363 JoinType jointype = (JoinType) PG_GETARG_INT16(3);
2364#endif
2366 Oid collation = PG_GET_COLLATION();
2367 double selec;
2368 double selec_inner;
2371 double nd1;
2372 double nd2;
2373 bool isdefault1;
2374 bool isdefault2;
2375 Oid opfuncoid;
2383 bool have_mcvs1 = false;
2384 bool have_mcvs2 = false;
2385 bool *hasmatch1 = NULL;
2386 bool *hasmatch2 = NULL;
2387 int nmatches = 0;
2388 bool get_mcv_stats;
2389 bool join_is_reversed;
2391
2392 get_join_variables(root, args, sjinfo,
2394
2397
2398 opfuncoid = get_opcode(operator);
2399
2400 memset(&sslot1, 0, sizeof(sslot1));
2401 memset(&sslot2, 0, sizeof(sslot2));
2402
2403 /*
2404 * There is no use in fetching one side's MCVs if we lack MCVs for the
2405 * other side, so do a quick check to verify that both stats exist.
2406 */
2407 get_mcv_stats = (HeapTupleIsValid(vardata1.statsTuple) &&
2408 HeapTupleIsValid(vardata2.statsTuple) &&
2409 get_attstatsslot(&sslot1, vardata1.statsTuple,
2411 0) &&
2412 get_attstatsslot(&sslot2, vardata2.statsTuple,
2414 0));
2415
2416 if (HeapTupleIsValid(vardata1.statsTuple))
2417 {
2418 /* note we allow use of nullfrac regardless of security check */
2420 if (get_mcv_stats &&
2425 }
2426
2427 if (HeapTupleIsValid(vardata2.statsTuple))
2428 {
2429 /* note we allow use of nullfrac regardless of security check */
2431 if (get_mcv_stats &&
2436 }
2437
2438 /* Prepare info usable by both eqjoinsel_inner and eqjoinsel_semi */
2439 if (have_mcvs1 && have_mcvs2)
2440 {
2442 hasmatch1 = (bool *) palloc0(sslot1.nvalues * sizeof(bool));
2443 hasmatch2 = (bool *) palloc0(sslot2.nvalues * sizeof(bool));
2444
2445 /*
2446 * If the MCV lists are long enough to justify hashing, try to look up
2447 * hash functions for the join operator.
2448 */
2449 if ((sslot1.nvalues + sslot2.nvalues) >= EQJOINSEL_MCV_HASH_THRESHOLD)
2450 (void) get_op_hash_functions(operator, &hashLeft, &hashRight);
2451 }
2452 else
2453 memset(&eqproc, 0, sizeof(eqproc)); /* silence uninit-var warnings */
2454
2455 /* We need to compute the inner-join selectivity in all cases */
2456 selec_inner = eqjoinsel_inner(&eqproc, collation,
2458 &vardata1, &vardata2,
2459 nd1, nd2,
2461 &sslot1, &sslot2,
2462 stats1, stats2,
2465 &nmatches);
2466
2467 switch (sjinfo->jointype)
2468 {
2469 case JOIN_INNER:
2470 case JOIN_LEFT:
2471 case JOIN_FULL:
2473 break;
2474 case JOIN_SEMI:
2475 case JOIN_ANTI:
2476
2477 /*
2478 * Look up the join's inner relation. min_righthand is sufficient
2479 * information because neither SEMI nor ANTI joins permit any
2480 * reassociation into or out of their RHS, so the righthand will
2481 * always be exactly that set of rels.
2482 */
2484
2485 if (!join_is_reversed)
2486 selec = eqjoinsel_semi(&eqproc, collation,
2488 false,
2489 &vardata1, &vardata2,
2490 nd1, nd2,
2492 &sslot1, &sslot2,
2493 stats1, stats2,
2496 &nmatches,
2497 inner_rel);
2498 else
2499 selec = eqjoinsel_semi(&eqproc, collation,
2501 true,
2502 &vardata2, &vardata1,
2503 nd2, nd1,
2505 &sslot2, &sslot1,
2506 stats2, stats1,
2509 &nmatches,
2510 inner_rel);
2511
2512 /*
2513 * We should never estimate the output of a semijoin to be more
2514 * rows than we estimate for an inner join with the same input
2515 * rels and join condition; it's obviously impossible for that to
2516 * happen. The former estimate is N1 * Ssemi while the latter is
2517 * N1 * N2 * Sinner, so we may clamp Ssemi <= N2 * Sinner. Doing
2518 * this is worthwhile because of the shakier estimation rules we
2519 * use in eqjoinsel_semi, particularly in cases where it has to
2520 * punt entirely.
2521 */
2522 selec = Min(selec, inner_rel->rows * selec_inner);
2523 break;
2524 default:
2525 /* other values not expected here */
2526 elog(ERROR, "unrecognized join type: %d",
2527 (int) sjinfo->jointype);
2528 selec = 0; /* keep compiler quiet */
2529 break;
2530 }
2531
2534
2537
2538 if (hasmatch1)
2540 if (hasmatch2)
2542
2544
2546}
double float8
Definition c.h:686
void fmgr_info(Oid functionId, FmgrInfo *finfo)
Definition fmgr.c:128
#define PG_GETARG_OID(n)
Definition fmgr.h:275
#define PG_RETURN_FLOAT8(x)
Definition fmgr.h:369
#define PG_GETARG_POINTER(n)
Definition fmgr.h:277
#define PG_GET_COLLATION()
Definition fmgr.h:198
#define PG_GETARG_INT16(n)
Definition fmgr.h:271
RegProcedure get_opcode(Oid opno)
Definition lsyscache.c:1435
bool get_op_hash_functions(Oid opno, RegProcedure *lhs_procno, RegProcedure *rhs_procno)
Definition lsyscache.c:575
void * palloc0(Size size)
Definition mcxt.c:1417
JoinType
Definition nodes.h:298
@ JOIN_SEMI
Definition nodes.h:317
@ JOIN_FULL
Definition nodes.h:305
@ JOIN_LEFT
Definition nodes.h:304
@ JOIN_ANTI
Definition nodes.h:318
static RelOptInfo * find_join_input_rel(PlannerInfo *root, Relids relids)
Definition selfuncs.c:7259
static double eqjoinsel_inner(FmgrInfo *eqproc, Oid collation, Oid hashLeft, Oid hashRight, VariableStatData *vardata1, VariableStatData *vardata2, double nd1, double nd2, bool isdefault1, bool isdefault2, AttStatsSlot *sslot1, AttStatsSlot *sslot2, Form_pg_statistic stats1, Form_pg_statistic stats2, bool have_mcvs1, bool have_mcvs2, bool *hasmatch1, bool *hasmatch2, int *p_nmatches)
Definition selfuncs.c:2559
#define EQJOINSEL_MCV_HASH_THRESHOLD
Definition selfuncs.c:154
static double eqjoinsel_semi(FmgrInfo *eqproc, Oid collation, Oid hashLeft, Oid hashRight, bool op_is_reversed, VariableStatData *vardata1, VariableStatData *vardata2, double nd1, double nd2, bool isdefault1, bool isdefault2, AttStatsSlot *sslot1, AttStatsSlot *sslot2, Form_pg_statistic stats1, Form_pg_statistic stats2, bool have_mcvs1, bool have_mcvs2, bool *hasmatch1, bool *hasmatch2, int *p_nmatches, RelOptInfo *inner_rel)
Definition selfuncs.c:2718
bool statistic_proc_security_check(VariableStatData *vardata, Oid func_oid)
Definition selfuncs.c:6553
void get_join_variables(PlannerInfo *root, List *args, SpecialJoinInfo *sjinfo, VariableStatData *vardata1, VariableStatData *vardata2, bool *join_is_reversed)
Definition selfuncs.c:5543
Relids min_righthand
Definition pathnodes.h:3214
JoinType jointype
Definition pathnodes.h:3217

References ATTSTATSSLOT_NUMBERS, ATTSTATSSLOT_VALUES, CLAMP_PROBABILITY, elog, eqjoinsel_inner(), EQJOINSEL_MCV_HASH_THRESHOLD, eqjoinsel_semi(), ERROR, fb(), find_join_input_rel(), fmgr_info(), free_attstatsslot(), get_attstatsslot(), get_join_variables(), get_op_hash_functions(), get_opcode(), get_variable_numdistinct(), GETSTRUCT(), HeapTupleIsValid, InvalidOid, JOIN_ANTI, JOIN_FULL, JOIN_INNER, JOIN_LEFT, JOIN_SEMI, SpecialJoinInfo::jointype, Min, SpecialJoinInfo::min_righthand, palloc0(), pfree(), PG_GET_COLLATION, PG_GETARG_INT16, PG_GETARG_OID, PG_GETARG_POINTER, PG_RETURN_FLOAT8, ReleaseVariableStats, root, and statistic_proc_security_check().

Referenced by neqjoinsel().

◆ eqjoinsel_find_matches()

static void eqjoinsel_find_matches ( FmgrInfo eqproc,
Oid  collation,
Oid  hashLeft,
Oid  hashRight,
bool  op_is_reversed,
AttStatsSlot sslot1,
AttStatsSlot sslot2,
int  nvalues1,
int  nvalues2,
bool hasmatch1,
bool hasmatch2,
int p_nmatches,
double p_matchprodfreq 
)
static

Definition at line 2909 of file selfuncs.c.

2916{
2917 LOCAL_FCINFO(fcinfo, 2);
2918 double matchprodfreq = 0.0;
2919 int nmatches = 0;
2920
2921 /*
2922 * Save a few cycles by setting up the fcinfo struct just once. Using
2923 * FunctionCallInvoke directly also avoids failure if the eqproc returns
2924 * NULL, though really equality functions should never do that.
2925 */
2926 InitFunctionCallInfoData(*fcinfo, eqproc, 2, collation,
2927 NULL, NULL);
2928 fcinfo->args[0].isnull = false;
2929 fcinfo->args[1].isnull = false;
2930
2932 {
2933 /* Use a hash table to speed up the matching */
2934 LOCAL_FCINFO(hash_fcinfo, 1);
2935 FmgrInfo hash_proc;
2940 bool *hasMatchProbe;
2941 bool *hasMatchHash;
2942 int nvaluesProbe;
2943 int nvaluesHash;
2944
2945 /* Make sure we build the hash table on the smaller array. */
2946 if (sslot1->nvalues >= sslot2->nvalues)
2947 {
2949 statsHash = sslot2;
2954 }
2955 else
2956 {
2957 /* We'll have to reverse the direction of use of the operator. */
2958 op_is_reversed = !op_is_reversed;
2960 statsHash = sslot1;
2965 }
2966
2967 /*
2968 * Build the hash table on the smaller array, using the appropriate
2969 * hash function for its data type.
2970 */
2971 fmgr_info(op_is_reversed ? hashLeft : hashRight, &hash_proc);
2972 InitFunctionCallInfoData(*hash_fcinfo, &hash_proc, 1, collation,
2973 NULL, NULL);
2974 hash_fcinfo->args[0].isnull = false;
2975
2976 hashContext.equal_fcinfo = fcinfo;
2977 hashContext.hash_fcinfo = hash_fcinfo;
2978 hashContext.op_is_reversed = op_is_reversed;
2979 hashContext.insert_mode = true;
2980 get_typlenbyval(statsHash->valuetype,
2981 &hashContext.hash_typlen,
2982 &hashContext.hash_typbyval);
2983
2986 &hashContext);
2987
2988 for (int i = 0; i < nvaluesHash; i++)
2989 {
2990 bool found = false;
2992 statsHash->values[i],
2993 &found);
2994
2995 /*
2996 * MCVHashTable_insert will only report "found" if the new value
2997 * is equal to some previous one per datum_image_eq(). That
2998 * probably shouldn't happen, since we're not expecting duplicates
2999 * in the MCV list. If we do find a dup, just ignore it, leaving
3000 * the hash entry's index pointing at the first occurrence. That
3001 * matches the behavior that the non-hashed code path would have.
3002 */
3003 if (likely(!found))
3004 entry->index = i;
3005 }
3006
3007 /*
3008 * Prepare to probe the hash table. If the probe values are of a
3009 * different data type, then we need to change hash functions. (This
3010 * code relies on the assumption that since we defined SH_STORE_HASH,
3011 * simplehash.h will never need to compute hash values for existing
3012 * hash table entries.)
3013 */
3014 hashContext.insert_mode = false;
3015 if (hashLeft != hashRight)
3016 {
3017 fmgr_info(op_is_reversed ? hashRight : hashLeft, &hash_proc);
3018 /* Resetting hash_fcinfo is probably unnecessary, but be safe */
3019 InitFunctionCallInfoData(*hash_fcinfo, &hash_proc, 1, collation,
3020 NULL, NULL);
3021 hash_fcinfo->args[0].isnull = false;
3022 }
3023
3024 /* Look up each probe value in turn. */
3025 for (int i = 0; i < nvaluesProbe; i++)
3026 {
3028 statsProbe->values[i]);
3029
3030 /* As in the other code path, skip already-matched hash entries */
3031 if (entry != NULL && !hasMatchHash[entry->index])
3032 {
3033 hasMatchHash[entry->index] = hasMatchProbe[i] = true;
3034 nmatches++;
3035 matchprodfreq += statsHash->numbers[entry->index] * statsProbe->numbers[i];
3036 }
3037 }
3038
3040 }
3041 else
3042 {
3043 /* We're not to use hashing, so do it the O(N^2) way */
3044 int index1,
3045 index2;
3046
3047 /* Set up to supply the values in the order the operator expects */
3048 if (op_is_reversed)
3049 {
3050 index1 = 1;
3051 index2 = 0;
3052 }
3053 else
3054 {
3055 index1 = 0;
3056 index2 = 1;
3057 }
3058
3059 for (int i = 0; i < nvalues1; i++)
3060 {
3061 fcinfo->args[index1].value = sslot1->values[i];
3062
3063 for (int j = 0; j < nvalues2; j++)
3064 {
3065 Datum fresult;
3066
3067 if (hasmatch2[j])
3068 continue;
3069 fcinfo->args[index2].value = sslot2->values[j];
3070 fcinfo->isnull = false;
3071 fresult = FunctionCallInvoke(fcinfo);
3072 if (!fcinfo->isnull && DatumGetBool(fresult))
3073 {
3074 hasmatch1[i] = hasmatch2[j] = true;
3075 matchprodfreq += sslot1->numbers[i] * sslot2->numbers[j];
3076 nmatches++;
3077 break;
3078 }
3079 }
3080 }
3081 }
3082
3083 *p_nmatches = nmatches;
3085}
#define likely(x)
Definition c.h:431
#define InitFunctionCallInfoData(Fcinfo, Flinfo, Nargs, Collation, Context, Resultinfo)
Definition fmgr.h:150
#define LOCAL_FCINFO(name, nargs)
Definition fmgr.h:110
#define FunctionCallInvoke(fcinfo)
Definition fmgr.h:172
int j
Definition isn.c:78
void get_typlenbyval(Oid typid, int16 *typlen, bool *typbyval)
Definition lsyscache.c:2401
MemoryContext CurrentMemoryContext
Definition mcxt.c:160
uint64_t Datum
Definition postgres.h:70
struct MCVHashTable_hash MCVHashTable_hash
Definition selfuncs.c:180

References CurrentMemoryContext, DatumGetBool(), fb(), fmgr_info(), FunctionCallInvoke, get_typlenbyval(), i, MCVHashEntry::index, InitFunctionCallInfoData, j, likely, LOCAL_FCINFO, and OidIsValid.

Referenced by eqjoinsel_inner(), and eqjoinsel_semi().

◆ eqjoinsel_inner()

static double eqjoinsel_inner ( FmgrInfo eqproc,
Oid  collation,
Oid  hashLeft,
Oid  hashRight,
VariableStatData vardata1,
VariableStatData vardata2,
double  nd1,
double  nd2,
bool  isdefault1,
bool  isdefault2,
AttStatsSlot sslot1,
AttStatsSlot sslot2,
Form_pg_statistic  stats1,
Form_pg_statistic  stats2,
bool  have_mcvs1,
bool  have_mcvs2,
bool hasmatch1,
bool hasmatch2,
int p_nmatches 
)
static

Definition at line 2559 of file selfuncs.c.

2569{
2570 double selec;
2571
2572 if (have_mcvs1 && have_mcvs2)
2573 {
2574 /*
2575 * We have most-common-value lists for both relations. Run through
2576 * the lists to see which MCVs actually join to each other with the
2577 * given operator. This allows us to determine the exact join
2578 * selectivity for the portion of the relations represented by the MCV
2579 * lists. We still have to estimate for the remaining population, but
2580 * in a skewed distribution this gives us a big leg up in accuracy.
2581 * For motivation see the analysis in Y. Ioannidis and S.
2582 * Christodoulakis, "On the propagation of errors in the size of join
2583 * results", Technical Report 1018, Computer Science Dept., University
2584 * of Wisconsin, Madison, March 1991 (available from ftp.cs.wisc.edu).
2585 */
2586 double nullfrac1 = stats1->stanullfrac;
2587 double nullfrac2 = stats2->stanullfrac;
2588 double matchprodfreq,
2589 matchfreq1,
2590 matchfreq2,
2593 otherfreq1,
2594 otherfreq2,
2595 totalsel1,
2596 totalsel2;
2597 int i,
2598 nmatches;
2599
2600 /* Fill the match arrays */
2601 eqjoinsel_find_matches(eqproc, collation,
2603 false,
2604 sslot1, sslot2,
2605 sslot1->nvalues, sslot2->nvalues,
2608 nmatches = *p_nmatches;
2610
2611 /* Sum up frequencies of matched and unmatched MCVs */
2612 matchfreq1 = unmatchfreq1 = 0.0;
2613 for (i = 0; i < sslot1->nvalues; i++)
2614 {
2615 if (hasmatch1[i])
2616 matchfreq1 += sslot1->numbers[i];
2617 else
2618 unmatchfreq1 += sslot1->numbers[i];
2619 }
2622 matchfreq2 = unmatchfreq2 = 0.0;
2623 for (i = 0; i < sslot2->nvalues; i++)
2624 {
2625 if (hasmatch2[i])
2626 matchfreq2 += sslot2->numbers[i];
2627 else
2628 unmatchfreq2 += sslot2->numbers[i];
2629 }
2632
2633 /*
2634 * Compute total frequency of non-null values that are not in the MCV
2635 * lists.
2636 */
2641
2642 /*
2643 * We can estimate the total selectivity from the point of view of
2644 * relation 1 as: the known selectivity for matched MCVs, plus
2645 * unmatched MCVs that are assumed to match against random members of
2646 * relation 2's non-MCV population, plus non-MCV values that are
2647 * assumed to match against random members of relation 2's unmatched
2648 * MCVs plus non-MCV values.
2649 */
2651 if (nd2 > sslot2->nvalues)
2652 totalsel1 += unmatchfreq1 * otherfreq2 / (nd2 - sslot2->nvalues);
2653 if (nd2 > nmatches)
2655 (nd2 - nmatches);
2656 /* Same estimate from the point of view of relation 2. */
2658 if (nd1 > sslot1->nvalues)
2659 totalsel2 += unmatchfreq2 * otherfreq1 / (nd1 - sslot1->nvalues);
2660 if (nd1 > nmatches)
2662 (nd1 - nmatches);
2663
2664 /*
2665 * Use the smaller of the two estimates. This can be justified in
2666 * essentially the same terms as given below for the no-stats case: to
2667 * a first approximation, we are estimating from the point of view of
2668 * the relation with smaller nd.
2669 */
2671 }
2672 else
2673 {
2674 /*
2675 * We do not have MCV lists for both sides. Estimate the join
2676 * selectivity as MIN(1/nd1,1/nd2)*(1-nullfrac1)*(1-nullfrac2). This
2677 * is plausible if we assume that the join operator is strict and the
2678 * non-null values are about equally distributed: a given non-null
2679 * tuple of rel1 will join to either zero or N2*(1-nullfrac2)/nd2 rows
2680 * of rel2, so total join rows are at most
2681 * N1*(1-nullfrac1)*N2*(1-nullfrac2)/nd2 giving a join selectivity of
2682 * not more than (1-nullfrac1)*(1-nullfrac2)/nd2. By the same logic it
2683 * is not more than (1-nullfrac1)*(1-nullfrac2)/nd1, so the expression
2684 * with MIN() is an upper bound. Using the MIN() means we estimate
2685 * from the point of view of the relation with smaller nd (since the
2686 * larger nd is determining the MIN). It is reasonable to assume that
2687 * most tuples in this rel will have join partners, so the bound is
2688 * probably reasonably tight and should be taken as-is.
2689 *
2690 * XXX Can we be smarter if we have an MCV list for just one side? It
2691 * seems that if we assume equal distribution for the other side, we
2692 * end up with the same answer anyway.
2693 */
2694 double nullfrac1 = stats1 ? stats1->stanullfrac : 0.0;
2695 double nullfrac2 = stats2 ? stats2->stanullfrac : 0.0;
2696
2697 selec = (1.0 - nullfrac1) * (1.0 - nullfrac2);
2698 if (nd1 > nd2)
2699 selec /= nd1;
2700 else
2701 selec /= nd2;
2702 }
2703
2704 return selec;
2705}
static void eqjoinsel_find_matches(FmgrInfo *eqproc, Oid collation, Oid hashLeft, Oid hashRight, bool op_is_reversed, AttStatsSlot *sslot1, AttStatsSlot *sslot2, int nvalues1, int nvalues2, bool *hasmatch1, bool *hasmatch2, int *p_nmatches, double *p_matchprodfreq)
Definition selfuncs.c:2909

References CLAMP_PROBABILITY, eqjoinsel_find_matches(), fb(), and i.

Referenced by eqjoinsel().

◆ eqjoinsel_semi()

static double eqjoinsel_semi ( FmgrInfo eqproc,
Oid  collation,
Oid  hashLeft,
Oid  hashRight,
bool  op_is_reversed,
VariableStatData vardata1,
VariableStatData vardata2,
double  nd1,
double  nd2,
bool  isdefault1,
bool  isdefault2,
AttStatsSlot sslot1,
AttStatsSlot sslot2,
Form_pg_statistic  stats1,
Form_pg_statistic  stats2,
bool  have_mcvs1,
bool  have_mcvs2,
bool hasmatch1,
bool hasmatch2,
int p_nmatches,
RelOptInfo inner_rel 
)
static

Definition at line 2718 of file selfuncs.c.

2730{
2731 double selec;
2732
2733 /*
2734 * We clamp nd2 to be not more than what we estimate the inner relation's
2735 * size to be. This is intuitively somewhat reasonable since obviously
2736 * there can't be more than that many distinct values coming from the
2737 * inner rel. The reason for the asymmetry (ie, that we don't clamp nd1
2738 * likewise) is that this is the only pathway by which restriction clauses
2739 * applied to the inner rel will affect the join result size estimate,
2740 * since set_joinrel_size_estimates will multiply SEMI/ANTI selectivity by
2741 * only the outer rel's size. If we clamped nd1 we'd be double-counting
2742 * the selectivity of outer-rel restrictions.
2743 *
2744 * We can apply this clamping both with respect to the base relation from
2745 * which the join variable comes (if there is just one), and to the
2746 * immediate inner input relation of the current join.
2747 *
2748 * If we clamp, we can treat nd2 as being a non-default estimate; it's not
2749 * great, maybe, but it didn't come out of nowhere either. This is most
2750 * helpful when the inner relation is empty and consequently has no stats.
2751 */
2752 if (vardata2->rel)
2753 {
2754 if (nd2 >= vardata2->rel->rows)
2755 {
2756 nd2 = vardata2->rel->rows;
2757 isdefault2 = false;
2758 }
2759 }
2760 if (nd2 >= inner_rel->rows)
2761 {
2762 nd2 = inner_rel->rows;
2763 isdefault2 = false;
2764 }
2765
2766 if (have_mcvs1 && have_mcvs2)
2767 {
2768 /*
2769 * We have most-common-value lists for both relations. Run through
2770 * the lists to see which MCVs actually join to each other with the
2771 * given operator. This allows us to determine the exact join
2772 * selectivity for the portion of the relations represented by the MCV
2773 * lists. We still have to estimate for the remaining population, but
2774 * in a skewed distribution this gives us a big leg up in accuracy.
2775 */
2776 double nullfrac1 = stats1->stanullfrac;
2777 double matchprodfreq,
2778 matchfreq1,
2780 uncertain;
2781 int i,
2782 nmatches,
2784
2785 /*
2786 * The clamping above could have resulted in nd2 being less than
2787 * sslot2->nvalues; in which case, we assume that precisely the nd2
2788 * most common values in the relation will appear in the join input,
2789 * and so compare to only the first nd2 members of the MCV list. Of
2790 * course this is frequently wrong, but it's the best bet we can make.
2791 */
2792 clamped_nvalues2 = Min(sslot2->nvalues, nd2);
2793
2794 /*
2795 * If we did not set clamped_nvalues2 to less than sslot2->nvalues,
2796 * then the hasmatch1[] and hasmatch2[] match flags computed by
2797 * eqjoinsel_inner are still perfectly applicable, so we need not
2798 * re-do the matching work. Note that it does not matter if
2799 * op_is_reversed: we'd get the same answers.
2800 *
2801 * If we did clamp, then a different set of sslot2 values is to be
2802 * compared, so we have to re-do the matching.
2803 */
2804 if (clamped_nvalues2 != sslot2->nvalues)
2805 {
2806 /* Must re-zero the arrays */
2807 memset(hasmatch1, 0, sslot1->nvalues * sizeof(bool));
2808 memset(hasmatch2, 0, clamped_nvalues2 * sizeof(bool));
2809 /* Re-fill the match arrays */
2810 eqjoinsel_find_matches(eqproc, collation,
2812 op_is_reversed,
2813 sslot1, sslot2,
2814 sslot1->nvalues, clamped_nvalues2,
2817 }
2818 nmatches = *p_nmatches;
2819
2820 /* Sum up frequencies of matched MCVs */
2821 matchfreq1 = 0.0;
2822 for (i = 0; i < sslot1->nvalues; i++)
2823 {
2824 if (hasmatch1[i])
2825 matchfreq1 += sslot1->numbers[i];
2826 }
2828
2829 /*
2830 * Now we need to estimate the fraction of relation 1 that has at
2831 * least one join partner. We know for certain that the matched MCVs
2832 * do, so that gives us a lower bound, but we're really in the dark
2833 * about everything else. Our crude approach is: if nd1 <= nd2 then
2834 * assume all non-null rel1 rows have join partners, else assume for
2835 * the uncertain rows that a fraction nd2/nd1 have join partners. We
2836 * can discount the known-matched MCVs from the distinct-values counts
2837 * before doing the division.
2838 *
2839 * Crude as the above is, it's completely useless if we don't have
2840 * reliable ndistinct values for both sides. Hence, if either nd1 or
2841 * nd2 is default, punt and assume half of the uncertain rows have
2842 * join partners.
2843 */
2844 if (!isdefault1 && !isdefault2)
2845 {
2846 nd1 -= nmatches;
2847 nd2 -= nmatches;
2848 if (nd1 <= nd2 || nd2 < 0)
2849 uncertainfrac = 1.0;
2850 else
2851 uncertainfrac = nd2 / nd1;
2852 }
2853 else
2854 uncertainfrac = 0.5;
2855 uncertain = 1.0 - matchfreq1 - nullfrac1;
2858 }
2859 else
2860 {
2861 /*
2862 * Without MCV lists for both sides, we can only use the heuristic
2863 * about nd1 vs nd2.
2864 */
2865 double nullfrac1 = stats1 ? stats1->stanullfrac : 0.0;
2866
2867 if (!isdefault1 && !isdefault2)
2868 {
2869 if (nd1 <= nd2 || nd2 < 0)
2870 selec = 1.0 - nullfrac1;
2871 else
2872 selec = (nd2 / nd1) * (1.0 - nullfrac1);
2873 }
2874 else
2875 selec = 0.5 * (1.0 - nullfrac1);
2876 }
2877
2878 return selec;
2879}

References CLAMP_PROBABILITY, eqjoinsel_find_matches(), fb(), i, and Min.

Referenced by eqjoinsel().

◆ eqsel()

Datum eqsel ( PG_FUNCTION_ARGS  )

Definition at line 300 of file selfuncs.c.

301{
302 PG_RETURN_FLOAT8((float8) eqsel_internal(fcinfo, false));
303}
static double eqsel_internal(PG_FUNCTION_ARGS, bool negate)
Definition selfuncs.c:309

References eqsel_internal(), and PG_RETURN_FLOAT8.

◆ eqsel_internal()

static double eqsel_internal ( PG_FUNCTION_ARGS  ,
bool  negate 
)
static

Definition at line 309 of file selfuncs.c.

310{
312 Oid operator = PG_GETARG_OID(1);
314 int varRelid = PG_GETARG_INT32(3);
315 Oid collation = PG_GET_COLLATION();
317 Node *other;
318 bool varonleft;
319 double selec;
320
321 /*
322 * When asked about <>, we do the estimation using the corresponding =
323 * operator, then convert to <> via "1.0 - eq_selectivity - nullfrac".
324 */
325 if (negate)
326 {
327 operator = get_negator(operator);
328 if (!OidIsValid(operator))
329 {
330 /* Use default selectivity (should we raise an error instead?) */
331 return 1.0 - DEFAULT_EQ_SEL;
332 }
333 }
334
335 /*
336 * If expression is not variable = something or something = variable, then
337 * punt and return a default estimate.
338 */
339 if (!get_restriction_variable(root, args, varRelid,
340 &vardata, &other, &varonleft))
341 return negate ? (1.0 - DEFAULT_EQ_SEL) : DEFAULT_EQ_SEL;
342
343 /*
344 * We can do a lot better if the something is a constant. (Note: the
345 * Const might result from estimation rather than being a simple constant
346 * in the query.)
347 */
348 if (IsA(other, Const))
349 selec = var_eq_const(&vardata, operator, collation,
350 ((Const *) other)->constvalue,
351 ((Const *) other)->constisnull,
352 varonleft, negate);
353 else
354 selec = var_eq_non_const(&vardata, operator, collation, other,
355 varonleft, negate);
356
358
359 return selec;
360}
#define PG_GETARG_INT32(n)
Definition fmgr.h:269
Oid get_negator(Oid opno)
Definition lsyscache.c:1683
bool get_restriction_variable(PlannerInfo *root, List *args, int varRelid, VariableStatData *vardata, Node **other, bool *varonleft)
Definition selfuncs.c:5483
double var_eq_non_const(VariableStatData *vardata, Oid oproid, Oid collation, Node *other, bool varonleft, bool negate)
Definition selfuncs.c:539
#define DEFAULT_EQ_SEL
Definition selfuncs.h:34

References DEFAULT_EQ_SEL, fb(), get_negator(), get_restriction_variable(), IsA, OidIsValid, PG_GET_COLLATION, PG_GETARG_INT32, PG_GETARG_OID, PG_GETARG_POINTER, ReleaseVariableStats, root, var_eq_const(), and var_eq_non_const().

Referenced by eqsel(), and neqsel().

◆ estimate_array_length()

double estimate_array_length ( PlannerInfo root,
Node arrayexpr 
)

Definition at line 2223 of file selfuncs.c.

2224{
2225 /* look through any binary-compatible relabeling of arrayexpr */
2226 arrayexpr = strip_array_coercion(arrayexpr);
2227
2228 if (arrayexpr && IsA(arrayexpr, Const))
2229 {
2230 Datum arraydatum = ((Const *) arrayexpr)->constvalue;
2231 bool arrayisnull = ((Const *) arrayexpr)->constisnull;
2233
2234 if (arrayisnull)
2235 return 0;
2238 }
2239 else if (arrayexpr && IsA(arrayexpr, ArrayExpr) &&
2240 !((ArrayExpr *) arrayexpr)->multidims)
2241 {
2242 return list_length(((ArrayExpr *) arrayexpr)->elements);
2243 }
2244 else if (arrayexpr && root)
2245 {
2246 /* See if we can find any statistics about it */
2249 double nelem = 0;
2250
2251 examine_variable(root, arrayexpr, 0, &vardata);
2252 if (HeapTupleIsValid(vardata.statsTuple))
2253 {
2254 /*
2255 * Found stats, so use the average element count, which is stored
2256 * in the last stanumbers element of the DECHIST statistics.
2257 * Actually that is the average count of *distinct* elements;
2258 * perhaps we should scale it up somewhat?
2259 */
2260 if (get_attstatsslot(&sslot, vardata.statsTuple,
2263 {
2264 if (sslot.nnumbers > 0)
2265 nelem = clamp_row_est(sslot.numbers[sslot.nnumbers - 1]);
2267 }
2268 }
2270
2271 if (nelem > 0)
2272 return nelem;
2273 }
2274
2275 /* Else use a default guess --- this should match scalararraysel */
2276 return 10;
2277}
#define ARR_NDIM(a)
Definition array.h:290
#define DatumGetArrayTypeP(X)
Definition array.h:261
#define ARR_DIMS(a)
Definition array.h:294
int ArrayGetNItems(int ndim, const int *dims)
Definition arrayutils.c:57
double clamp_row_est(double nrows)
Definition costsize.c:213
static int list_length(const List *l)
Definition pg_list.h:152
static Node * strip_array_coercion(Node *node)
Definition selfuncs.c:1867

References ARR_DIMS, ARR_NDIM, ArrayGetNItems(), ATTSTATSSLOT_NUMBERS, clamp_row_est(), DatumGetArrayTypeP, examine_variable(), fb(), free_attstatsslot(), get_attstatsslot(), HeapTupleIsValid, InvalidOid, IsA, list_length(), ReleaseVariableStats, root, and strip_array_coercion().

Referenced by array_unnest_support(), btcostestimate(), cost_qual_eval_walker(), cost_tidscan(), genericcostestimate(), and gincost_scalararrayopexpr().

◆ estimate_hash_bucket_stats()

void estimate_hash_bucket_stats ( PlannerInfo root,
Node hashkey,
double  nbuckets,
Selectivity mcv_freq,
Selectivity bucketsize_frac 
)

Definition at line 4391 of file selfuncs.c.

4394{
4396 double estfract,
4397 ndistinct;
4398 bool isdefault;
4400
4402
4403 /* Initialize *mcv_freq to "unknown" */
4404 *mcv_freq = 0.0;
4405
4406 /* Look up the frequency of the most common value, if available */
4407 if (HeapTupleIsValid(vardata.statsTuple))
4408 {
4409 if (get_attstatsslot(&sslot, vardata.statsTuple,
4412 {
4413 /*
4414 * The first MCV stat is for the most common value.
4415 */
4416 if (sslot.nnumbers > 0)
4417 *mcv_freq = sslot.numbers[0];
4419 }
4420 else if (get_attstatsslot(&sslot, vardata.statsTuple,
4422 0))
4423 {
4424 /*
4425 * If there are no recorded MCVs, but we do have a histogram, then
4426 * assume that ANALYZE determined that the column is unique.
4427 */
4428 if (vardata.rel && vardata.rel->tuples > 0)
4429 *mcv_freq = 1.0 / vardata.rel->tuples;
4430 }
4431 }
4432
4433 /* Get number of distinct values */
4434 ndistinct = get_variable_numdistinct(&vardata, &isdefault);
4435
4436 /*
4437 * If ndistinct isn't real, punt. We normally return 0.1, but if the
4438 * mcv_freq is known to be even higher than that, use it instead.
4439 */
4440 if (isdefault)
4441 {
4444 return;
4445 }
4446
4447 /*
4448 * Adjust ndistinct to account for restriction clauses. Observe we are
4449 * assuming that the data distribution is affected uniformly by the
4450 * restriction clauses!
4451 *
4452 * XXX Possibly better way, but much more expensive: multiply by
4453 * selectivity of rel's restriction clauses that mention the target Var.
4454 */
4455 if (vardata.rel && vardata.rel->tuples > 0)
4456 {
4457 ndistinct *= vardata.rel->rows / vardata.rel->tuples;
4458 ndistinct = clamp_row_est(ndistinct);
4459 }
4460
4461 /*
4462 * Initial estimate of bucketsize fraction is 1/nbuckets as long as the
4463 * number of buckets is less than the expected number of distinct values;
4464 * otherwise it is 1/ndistinct.
4465 */
4466 if (ndistinct > nbuckets)
4467 estfract = 1.0 / nbuckets;
4468 else
4469 estfract = 1.0 / ndistinct;
4470
4471 /*
4472 * Clamp the bucketsize fraction to be not less than the MCV frequency,
4473 * since whichever bucket the MCV values end up in will have at least that
4474 * size. This has no effect if *mcv_freq is still zero.
4475 */
4477
4479
4481}

References ATTSTATSSLOT_NUMBERS, clamp_row_est(), examine_variable(), fb(), free_attstatsslot(), get_attstatsslot(), get_variable_numdistinct(), HeapTupleIsValid, InvalidOid, Max, ReleaseVariableStats, and root.

Referenced by final_cost_hashjoin().

◆ estimate_hashagg_tablesize()

double estimate_hashagg_tablesize ( PlannerInfo root,
Path path,
const AggClauseCosts agg_costs,
double  dNumGroups 
)

Definition at line 4497 of file selfuncs.c.

4499{
4500 Size hashentrysize;
4501
4502 hashentrysize = hash_agg_entry_size(list_length(root->aggtransinfos),
4503 path->pathtarget->width,
4504 agg_costs->transitionSpace);
4505
4506 /*
4507 * Note that this disregards the effect of fill-factor and growth policy
4508 * of the hash table. That's probably ok, given that the default
4509 * fill-factor is relatively high. It'd be hard to meaningfully factor in
4510 * "double-in-size" growth policies here.
4511 */
4512 return hashentrysize * dNumGroups;
4513}
size_t Size
Definition c.h:661
Size hash_agg_entry_size(int numTrans, Size tupleWidth, Size transitionSpace)
Definition nodeAgg.c:1698

References fb(), hash_agg_entry_size(), list_length(), and root.

Referenced by consider_groupingsets_paths().

◆ estimate_multivariate_bucketsize()

List * estimate_multivariate_bucketsize ( PlannerInfo root,
RelOptInfo inner,
List hashclauses,
Selectivity innerbucketsize 
)

Definition at line 4123 of file selfuncs.c.

4126{
4127 List *clauses;
4129 double ndistinct;
4130
4131 if (list_length(hashclauses) <= 1)
4132 {
4133 /*
4134 * Nothing to do for a single clause. Could we employ univariate
4135 * extended stat here?
4136 */
4137 return hashclauses;
4138 }
4139
4140 /* "clauses" is the list of hashclauses we've not dealt with yet */
4141 clauses = list_copy(hashclauses);
4142 /* "otherclauses" holds clauses we are going to return to caller */
4143 otherclauses = NIL;
4144 /* current estimate of ndistinct */
4145 ndistinct = 1.0;
4146 while (clauses != NIL)
4147 {
4148 ListCell *lc;
4149 int relid = -1;
4150 List *varinfos = NIL;
4152 double mvndistinct;
4154 int group_relid = -1;
4156 ListCell *lc1,
4157 *lc2;
4158
4159 /*
4160 * Find clauses, referencing the same single base relation and try to
4161 * estimate such a group with extended statistics. Create varinfo for
4162 * an approved clause, push it to otherclauses, if it can't be
4163 * estimated here or ignore to process at the next iteration.
4164 */
4165 foreach(lc, clauses)
4166 {
4168 Node *expr;
4169 Relids relids;
4171
4172 /*
4173 * Find the inner side of the join, which we need to estimate the
4174 * number of buckets. Use outer_is_left because the
4175 * clause_sides_match_join routine has called on hash clauses.
4176 */
4177 relids = rinfo->outer_is_left ?
4178 rinfo->right_relids : rinfo->left_relids;
4179 expr = rinfo->outer_is_left ?
4180 get_rightop(rinfo->clause) : get_leftop(rinfo->clause);
4181
4182 if (bms_get_singleton_member(relids, &relid) &&
4183 root->simple_rel_array[relid]->statlist != NIL)
4184 {
4185 bool is_duplicate = false;
4186
4187 /*
4188 * This inner-side expression references only one relation.
4189 * Extended statistics on this clause can exist.
4190 */
4191 if (group_relid < 0)
4192 {
4193 RangeTblEntry *rte = root->simple_rte_array[relid];
4194
4195 if (!rte || (rte->relkind != RELKIND_RELATION &&
4196 rte->relkind != RELKIND_MATVIEW &&
4197 rte->relkind != RELKIND_FOREIGN_TABLE &&
4198 rte->relkind != RELKIND_PARTITIONED_TABLE))
4199 {
4200 /* Extended statistics can't exist in principle */
4202 clauses = foreach_delete_current(clauses, lc);
4203 continue;
4204 }
4205
4206 group_relid = relid;
4207 group_rel = root->simple_rel_array[relid];
4208 }
4209 else if (group_relid != relid)
4210 {
4211 /*
4212 * Being in the group forming state we don't need other
4213 * clauses.
4214 */
4215 continue;
4216 }
4217
4218 /*
4219 * We're going to add the new clause to the varinfos list. We
4220 * might re-use add_unique_group_var(), but we don't do so for
4221 * two reasons.
4222 *
4223 * 1) We must keep the origin_rinfos list ordered exactly the
4224 * same way as varinfos.
4225 *
4226 * 2) add_unique_group_var() is designed for
4227 * estimate_num_groups(), where a larger number of groups is
4228 * worse. While estimating the number of hash buckets, we
4229 * have the opposite: a lesser number of groups is worse.
4230 * Therefore, we don't have to remove "known equal" vars: the
4231 * removed var may valuably contribute to the multivariate
4232 * statistics to grow the number of groups.
4233 */
4234
4235 /*
4236 * Clear nullingrels to correctly match hash keys. See
4237 * add_unique_group_var()'s comment for details.
4238 */
4239 expr = remove_nulling_relids(expr, root->outer_join_rels, NULL);
4240
4241 /*
4242 * Detect and exclude exact duplicates from the list of hash
4243 * keys (like add_unique_group_var does).
4244 */
4245 foreach(lc1, varinfos)
4246 {
4248
4249 if (!equal(expr, varinfo->var))
4250 continue;
4251
4252 is_duplicate = true;
4253 break;
4254 }
4255
4256 if (is_duplicate)
4257 {
4258 /*
4259 * Skip exact duplicates. Adding them to the otherclauses
4260 * list also doesn't make sense.
4261 */
4262 continue;
4263 }
4264
4265 /*
4266 * Initialize GroupVarInfo. We only use it to call
4267 * estimate_multivariate_ndistinct(), which doesn't care about
4268 * ndistinct and isdefault fields. Thus, skip these fields.
4269 */
4271 varinfo->var = expr;
4272 varinfo->rel = root->simple_rel_array[relid];
4274
4275 /*
4276 * Remember the link to RestrictInfo for the case the clause
4277 * is failed to be estimated.
4278 */
4280 }
4281 else
4282 {
4283 /* This clause can't be estimated with extended statistics */
4285 }
4286
4287 clauses = foreach_delete_current(clauses, lc);
4288 }
4289
4290 if (list_length(varinfos) < 2)
4291 {
4292 /*
4293 * Multivariate statistics doesn't apply to single columns except
4294 * for expressions, but it has not been implemented yet.
4295 */
4299 continue;
4300 }
4301
4302 Assert(group_rel != NULL);
4303
4304 /* Employ the extended statistics. */
4306 for (;;)
4307 {
4309 group_rel,
4310 &varinfos,
4311 &mvndistinct);
4312
4313 if (!estimated)
4314 break;
4315
4316 /*
4317 * We've got an estimation. Use ndistinct value in a consistent
4318 * way - according to the caller's logic (see
4319 * final_cost_hashjoin).
4320 */
4321 if (ndistinct < mvndistinct)
4322 ndistinct = mvndistinct;
4323 Assert(ndistinct >= 1.0);
4324 }
4325
4327
4328 /* Collect unmatched clauses as otherclauses. */
4330 {
4332
4334 /* Already estimated */
4335 continue;
4336
4337 /* Can't be estimated here - push to the returning list */
4339 }
4340 }
4341
4342 *innerbucketsize = 1.0 / ndistinct;
4343 return otherclauses;
4344}
bool bms_get_singleton_member(const Bitmapset *a, int *member)
Definition bitmapset.c:708
#define palloc0_object(type)
Definition fe_memutils.h:75
List * list_copy(const List *oldlist)
Definition list.c:1573
bool list_member_ptr(const List *list, const void *datum)
Definition list.c:682
void list_free(List *list)
Definition list.c:1546
void list_free_deep(List *list)
Definition list.c:1560
static Node * get_rightop(const void *clause)
Definition nodeFuncs.h:95
static Node * get_leftop(const void *clause)
Definition nodeFuncs.h:83
#define forboth(cell1, list1, cell2, list2)
Definition pg_list.h:518
static bool estimate_multivariate_ndistinct(PlannerInfo *root, RelOptInfo *rel, List **varinfos, double *ndistinct)
Definition selfuncs.c:4538

References Assert, bms_get_singleton_member(), RestrictInfo::clause, equal(), estimate_multivariate_ndistinct(), fb(), forboth, foreach_delete_current, get_leftop(), get_rightop(), lappend(), lfirst, lfirst_node, list_concat(), list_copy(), list_free(), list_free_deep(), list_length(), list_member_ptr(), NIL, palloc0_object, remove_nulling_relids(), and root.

Referenced by final_cost_hashjoin().

◆ estimate_multivariate_ndistinct()

static bool estimate_multivariate_ndistinct ( PlannerInfo root,
RelOptInfo rel,
List **  varinfos,
double ndistinct 
)
static

Definition at line 4538 of file selfuncs.c.

4540{
4541 ListCell *lc;
4542 int nmatches_vars;
4543 int nmatches_exprs;
4544 Oid statOid = InvalidOid;
4545 MVNDistinct *stats;
4548
4549 /* bail out immediately if the table has no extended statistics */
4550 if (!rel->statlist)
4551 return false;
4552
4553 /* look for the ndistinct statistics object matching the most vars */
4554 nmatches_vars = 0; /* we require at least two matches */
4555 nmatches_exprs = 0;
4556 foreach(lc, rel->statlist)
4557 {
4558 ListCell *lc2;
4560 int nshared_vars = 0;
4561 int nshared_exprs = 0;
4562
4563 /* skip statistics of other kinds */
4564 if (info->kind != STATS_EXT_NDISTINCT)
4565 continue;
4566
4567 /* skip statistics with mismatching stxdinherit value */
4568 if (info->inherit != rte->inh)
4569 continue;
4570
4571 /*
4572 * Determine how many expressions (and variables in non-matched
4573 * expressions) match. We'll then use these numbers to pick the
4574 * statistics object that best matches the clauses.
4575 */
4576 foreach(lc2, *varinfos)
4577 {
4578 ListCell *lc3;
4581
4582 Assert(varinfo->rel == rel);
4583
4584 /* simple Var, search in statistics keys directly */
4585 if (IsA(varinfo->var, Var))
4586 {
4587 attnum = ((Var *) varinfo->var)->varattno;
4588
4589 /*
4590 * Ignore system attributes - we don't support statistics on
4591 * them, so can't match them (and it'd fail as the values are
4592 * negative).
4593 */
4595 continue;
4596
4597 if (bms_is_member(attnum, info->keys))
4598 nshared_vars++;
4599
4600 continue;
4601 }
4602
4603 /* expression - see if it's in the statistics object */
4604 foreach(lc3, info->exprs)
4605 {
4606 Node *expr = (Node *) lfirst(lc3);
4607
4608 if (equal(varinfo->var, expr))
4609 {
4610 nshared_exprs++;
4611 break;
4612 }
4613 }
4614 }
4615
4616 /*
4617 * The ndistinct extended statistics contain estimates for a minimum
4618 * of pairs of columns which the statistics are defined on and
4619 * certainly not single columns. Here we skip unless we managed to
4620 * match to at least two columns.
4621 */
4622 if (nshared_vars + nshared_exprs < 2)
4623 continue;
4624
4625 /*
4626 * Check if these statistics are a better match than the previous best
4627 * match and if so, take note of the StatisticExtInfo.
4628 *
4629 * The statslist is sorted by statOid, so the StatisticExtInfo we
4630 * select as the best match is deterministic even when multiple sets
4631 * of statistics match equally as well.
4632 */
4633 if ((nshared_exprs > nmatches_exprs) ||
4635 {
4636 statOid = info->statOid;
4639 matched_info = info;
4640 }
4641 }
4642
4643 /* No match? */
4644 if (statOid == InvalidOid)
4645 return false;
4646
4648
4649 stats = statext_ndistinct_load(statOid, rte->inh);
4650
4651 /*
4652 * If we have a match, search it for the specific item that matches (there
4653 * must be one), and construct the output values.
4654 */
4655 if (stats)
4656 {
4657 int i;
4658 List *newlist = NIL;
4659 MVNDistinctItem *item = NULL;
4660 ListCell *lc2;
4661 Bitmapset *matched = NULL;
4663
4664 /*
4665 * How much we need to offset the attnums? If there are no
4666 * expressions, no offset is needed. Otherwise offset enough to move
4667 * the lowest one (which is equal to number of expressions) to 1.
4668 */
4669 if (matched_info->exprs)
4670 attnum_offset = (list_length(matched_info->exprs) + 1);
4671 else
4672 attnum_offset = 0;
4673
4674 /* see what actually matched */
4675 foreach(lc2, *varinfos)
4676 {
4677 ListCell *lc3;
4678 int idx;
4679 bool found = false;
4680
4682
4683 /*
4684 * Process a simple Var expression, by matching it to keys
4685 * directly. If there's a matching expression, we'll try matching
4686 * it later.
4687 */
4688 if (IsA(varinfo->var, Var))
4689 {
4690 AttrNumber attnum = ((Var *) varinfo->var)->varattno;
4691
4692 /*
4693 * Ignore expressions on system attributes. Can't rely on the
4694 * bms check for negative values.
4695 */
4697 continue;
4698
4699 /* Is the variable covered by the statistics object? */
4700 if (!bms_is_member(attnum, matched_info->keys))
4701 continue;
4702
4704
4705 /* ensure sufficient offset */
4707
4708 matched = bms_add_member(matched, attnum);
4709
4710 found = true;
4711 }
4712
4713 /*
4714 * XXX Maybe we should allow searching the expressions even if we
4715 * found an attribute matching the expression? That would handle
4716 * trivial expressions like "(a)" but it seems fairly useless.
4717 */
4718 if (found)
4719 continue;
4720
4721 /* expression - see if it's in the statistics object */
4722 idx = 0;
4723 foreach(lc3, matched_info->exprs)
4724 {
4725 Node *expr = (Node *) lfirst(lc3);
4726
4727 if (equal(varinfo->var, expr))
4728 {
4729 AttrNumber attnum = -(idx + 1);
4730
4732
4733 /* ensure sufficient offset */
4735
4736 matched = bms_add_member(matched, attnum);
4737
4738 /* there should be just one matching expression */
4739 break;
4740 }
4741
4742 idx++;
4743 }
4744 }
4745
4746 /* Find the specific item that exactly matches the combination */
4747 for (i = 0; i < stats->nitems; i++)
4748 {
4749 int j;
4750 MVNDistinctItem *tmpitem = &stats->items[i];
4751
4752 if (tmpitem->nattributes != bms_num_members(matched))
4753 continue;
4754
4755 /* assume it's the right item */
4756 item = tmpitem;
4757
4758 /* check that all item attributes/expressions fit the match */
4759 for (j = 0; j < tmpitem->nattributes; j++)
4760 {
4762
4763 /*
4764 * Thanks to how we constructed the matched bitmap above, we
4765 * can just offset all attnums the same way.
4766 */
4768
4769 if (!bms_is_member(attnum, matched))
4770 {
4771 /* nah, it's not this item */
4772 item = NULL;
4773 break;
4774 }
4775 }
4776
4777 /*
4778 * If the item has all the matched attributes, we know it's the
4779 * right one - there can't be a better one. matching more.
4780 */
4781 if (item)
4782 break;
4783 }
4784
4785 /*
4786 * Make sure we found an item. There has to be one, because ndistinct
4787 * statistics includes all combinations of attributes.
4788 */
4789 if (!item)
4790 elog(ERROR, "corrupt MVNDistinct entry");
4791
4792 /* Form the output varinfo list, keeping only unmatched ones */
4793 foreach(lc, *varinfos)
4794 {
4796 ListCell *lc3;
4797 bool found = false;
4798
4799 /*
4800 * Let's look at plain variables first, because it's the most
4801 * common case and the check is quite cheap. We can simply get the
4802 * attnum and check (with an offset) matched bitmap.
4803 */
4804 if (IsA(varinfo->var, Var))
4805 {
4806 AttrNumber attnum = ((Var *) varinfo->var)->varattno;
4807
4808 /*
4809 * If it's a system attribute, we're done. We don't support
4810 * extended statistics on system attributes, so it's clearly
4811 * not matched. Just keep the expression and continue.
4812 */
4814 {
4816 continue;
4817 }
4818
4819 /* apply the same offset as above */
4821
4822 /* if it's not matched, keep the varinfo */
4823 if (!bms_is_member(attnum, matched))
4825
4826 /* The rest of the loop deals with complex expressions. */
4827 continue;
4828 }
4829
4830 /*
4831 * Process complex expressions, not just simple Vars.
4832 *
4833 * First, we search for an exact match of an expression. If we
4834 * find one, we can just discard the whole GroupVarInfo, with all
4835 * the variables we extracted from it.
4836 *
4837 * Otherwise we inspect the individual vars, and try matching it
4838 * to variables in the item.
4839 */
4840 foreach(lc3, matched_info->exprs)
4841 {
4842 Node *expr = (Node *) lfirst(lc3);
4843
4844 if (equal(varinfo->var, expr))
4845 {
4846 found = true;
4847 break;
4848 }
4849 }
4850
4851 /* found exact match, skip */
4852 if (found)
4853 continue;
4854
4856 }
4857
4858 *varinfos = newlist;
4859 *ndistinct = item->ndistinct;
4860 return true;
4861 }
4862
4863 return false;
4864}
Datum idx(PG_FUNCTION_ARGS)
Definition _int_op.c:262
#define AttrNumberIsForUserDefinedAttr(attributeNumber)
Definition attnum.h:41
int bms_num_members(const Bitmapset *a)
Definition bitmapset.c:744
bool bms_is_member(int x, const Bitmapset *a)
Definition bitmapset.c:510
MVNDistinct * statext_ndistinct_load(Oid mvoid, bool inh)
Definition mvdistinct.c:145
AttrNumber * attributes
Definition statistics.h:30
uint32 nitems
Definition statistics.h:38
MVNDistinctItem items[FLEXIBLE_ARRAY_MEMBER]
Definition statistics.h:39
Index relid
Definition pathnodes.h:1057
List * statlist
Definition pathnodes.h:1081
Bitmapset * keys
Definition pathnodes.h:1517

References Assert, attnum, MVNDistinctItem::attributes, AttrNumberIsForUserDefinedAttr, bms_add_member(), bms_is_member(), bms_num_members(), elog, equal(), ERROR, StatisticExtInfo::exprs, fb(), i, idx(), StatisticExtInfo::inherit, InvalidOid, IsA, MVNDistinct::items, j, StatisticExtInfo::keys, StatisticExtInfo::kind, lappend(), lfirst, list_length(), MVNDistinctItem::ndistinct, NIL, MVNDistinct::nitems, planner_rt_fetch, RelOptInfo::relid, root, statext_ndistinct_load(), RelOptInfo::statlist, and StatisticExtInfo::statOid.

Referenced by estimate_multivariate_bucketsize(), and estimate_num_groups().

◆ estimate_num_groups()

double estimate_num_groups ( PlannerInfo root,
List groupExprs,
double  input_rows,
List **  pgset,
EstimationInfo estinfo 
)

Definition at line 3771 of file selfuncs.c.

3773{
3774 List *varinfos = NIL;
3775 double srf_multiplier = 1.0;
3776 double numdistinct;
3777 ListCell *l;
3778 int i;
3779
3780 /* Zero the estinfo output parameter, if non-NULL */
3781 if (estinfo != NULL)
3782 memset(estinfo, 0, sizeof(EstimationInfo));
3783
3784 /*
3785 * We don't ever want to return an estimate of zero groups, as that tends
3786 * to lead to division-by-zero and other unpleasantness. The input_rows
3787 * estimate is usually already at least 1, but clamp it just in case it
3788 * isn't.
3789 */
3791
3792 /*
3793 * If no grouping columns, there's exactly one group. (This can't happen
3794 * for normal cases with GROUP BY or DISTINCT, but it is possible for
3795 * corner cases with set operations.)
3796 */
3797 if (groupExprs == NIL || (pgset && *pgset == NIL))
3798 return 1.0;
3799
3800 /*
3801 * Count groups derived from boolean grouping expressions. For other
3802 * expressions, find the unique Vars used, treating an expression as a Var
3803 * if we can find stats for it. For each one, record the statistical
3804 * estimate of number of distinct values (total in its table, without
3805 * regard for filtering).
3806 */
3807 numdistinct = 1.0;
3808
3809 i = 0;
3810 foreach(l, groupExprs)
3811 {
3812 Node *groupexpr = (Node *) lfirst(l);
3813 double this_srf_multiplier;
3815 List *varshere;
3816 ListCell *l2;
3817
3818 /* is expression in this grouping set? */
3819 if (pgset && !list_member_int(*pgset, i++))
3820 continue;
3821
3822 /*
3823 * Set-returning functions in grouping columns are a bit problematic.
3824 * The code below will effectively ignore their SRF nature and come up
3825 * with a numdistinct estimate as though they were scalar functions.
3826 * We compensate by scaling up the end result by the largest SRF
3827 * rowcount estimate. (This will be an overestimate if the SRF
3828 * produces multiple copies of any output value, but it seems best to
3829 * assume the SRF's outputs are distinct. In any case, it's probably
3830 * pointless to worry too much about this without much better
3831 * estimates for SRF output rowcounts than we have today.)
3832 */
3836
3837 /* Short-circuit for expressions returning boolean */
3838 if (exprType(groupexpr) == BOOLOID)
3839 {
3840 numdistinct *= 2.0;
3841 continue;
3842 }
3843
3844 /*
3845 * If examine_variable is able to deduce anything about the GROUP BY
3846 * expression, treat it as a single variable even if it's really more
3847 * complicated.
3848 *
3849 * XXX This has the consequence that if there's a statistics object on
3850 * the expression, we don't split it into individual Vars. This
3851 * affects our selection of statistics in
3852 * estimate_multivariate_ndistinct, because it's probably better to
3853 * use more accurate estimate for each expression and treat them as
3854 * independent, than to combine estimates for the extracted variables
3855 * when we don't know how that relates to the expressions.
3856 */
3858 if (HeapTupleIsValid(vardata.statsTuple) || vardata.isunique)
3859 {
3861 groupexpr, &vardata);
3863 continue;
3864 }
3866
3867 /*
3868 * Else pull out the component Vars. Handle PlaceHolderVars by
3869 * recursing into their arguments (effectively assuming that the
3870 * PlaceHolderVar doesn't change the number of groups, which boils
3871 * down to ignoring the possible addition of nulls to the result set).
3872 */
3877
3878 /*
3879 * If we find any variable-free GROUP BY item, then either it is a
3880 * constant (and we can ignore it) or it contains a volatile function;
3881 * in the latter case we punt and assume that each input row will
3882 * yield a distinct group.
3883 */
3884 if (varshere == NIL)
3885 {
3887 return input_rows;
3888 continue;
3889 }
3890
3891 /*
3892 * Else add variables to varinfos list
3893 */
3894 foreach(l2, varshere)
3895 {
3896 Node *var = (Node *) lfirst(l2);
3897
3898 examine_variable(root, var, 0, &vardata);
3901 }
3902 }
3903
3904 /*
3905 * If now no Vars, we must have an all-constant or all-boolean GROUP BY
3906 * list.
3907 */
3908 if (varinfos == NIL)
3909 {
3910 /* Apply SRF multiplier as we would do in the long path */
3912 /* Round off */
3914 /* Guard against out-of-range answers */
3915 if (numdistinct > input_rows)
3917 if (numdistinct < 1.0)
3918 numdistinct = 1.0;
3919 return numdistinct;
3920 }
3921
3922 /*
3923 * Group Vars by relation and estimate total numdistinct.
3924 *
3925 * For each iteration of the outer loop, we process the frontmost Var in
3926 * varinfos, plus all other Vars in the same relation. We remove these
3927 * Vars from the newvarinfos list for the next iteration. This is the
3928 * easiest way to group Vars of same rel together.
3929 */
3930 do
3931 {
3933 RelOptInfo *rel = varinfo1->rel;
3934 double reldistinct = 1;
3936 int relvarcount = 0;
3937 List *newvarinfos = NIL;
3938 List *relvarinfos = NIL;
3939
3940 /*
3941 * Split the list of varinfos in two - one for the current rel, one
3942 * for remaining Vars on other rels.
3943 */
3945 for_each_from(l, varinfos, 1)
3946 {
3948
3949 if (varinfo2->rel == varinfo1->rel)
3950 {
3951 /* varinfos on current rel */
3953 }
3954 else
3955 {
3956 /* not time to process varinfo2 yet */
3958 }
3959 }
3960
3961 /*
3962 * Get the numdistinct estimate for the Vars of this rel. We
3963 * iteratively search for multivariate n-distinct with maximum number
3964 * of vars; assuming that each var group is independent of the others,
3965 * we multiply them together. Any remaining relvarinfos after no more
3966 * multivariate matches are found are assumed independent too, so
3967 * their individual ndistinct estimates are multiplied also.
3968 *
3969 * While iterating, count how many separate numdistinct values we
3970 * apply. We apply a fudge factor below, but only if we multiplied
3971 * more than one such values.
3972 */
3973 while (relvarinfos)
3974 {
3975 double mvndistinct;
3976
3978 &mvndistinct))
3979 {
3983 relvarcount++;
3984 }
3985 else
3986 {
3987 foreach(l, relvarinfos)
3988 {
3990
3992 if (relmaxndistinct < varinfo2->ndistinct)
3993 relmaxndistinct = varinfo2->ndistinct;
3994 relvarcount++;
3995
3996 /*
3997 * When varinfo2's isdefault is set then we'd better set
3998 * the SELFLAG_USED_DEFAULT bit in the EstimationInfo.
3999 */
4000 if (estinfo != NULL && varinfo2->isdefault)
4001 estinfo->flags |= SELFLAG_USED_DEFAULT;
4002 }
4003
4004 /* we're done with this relation */
4005 relvarinfos = NIL;
4006 }
4007 }
4008
4009 /*
4010 * Sanity check --- don't divide by zero if empty relation.
4011 */
4012 Assert(IS_SIMPLE_REL(rel));
4013 if (rel->tuples > 0)
4014 {
4015 /*
4016 * Clamp to size of rel, or size of rel / 10 if multiple Vars. The
4017 * fudge factor is because the Vars are probably correlated but we
4018 * don't know by how much. We should never clamp to less than the
4019 * largest ndistinct value for any of the Vars, though, since
4020 * there will surely be at least that many groups.
4021 */
4022 double clamp = rel->tuples;
4023
4024 if (relvarcount > 1)
4025 {
4026 clamp *= 0.1;
4027 if (clamp < relmaxndistinct)
4028 {
4030 /* for sanity in case some ndistinct is too large: */
4031 if (clamp > rel->tuples)
4032 clamp = rel->tuples;
4033 }
4034 }
4035 if (reldistinct > clamp)
4037
4038 /*
4039 * Update the estimate based on the restriction selectivity,
4040 * guarding against division by zero when reldistinct is zero.
4041 * Also skip this if we know that we are returning all rows.
4042 */
4043 if (reldistinct > 0 && rel->rows < rel->tuples)
4044 {
4045 /*
4046 * Given a table containing N rows with n distinct values in a
4047 * uniform distribution, if we select p rows at random then
4048 * the expected number of distinct values selected is
4049 *
4050 * n * (1 - product((N-N/n-i)/(N-i), i=0..p-1))
4051 *
4052 * = n * (1 - (N-N/n)! / (N-N/n-p)! * (N-p)! / N!)
4053 *
4054 * See "Approximating block accesses in database
4055 * organizations", S. B. Yao, Communications of the ACM,
4056 * Volume 20 Issue 4, April 1977 Pages 260-261.
4057 *
4058 * Alternatively, re-arranging the terms from the factorials,
4059 * this may be written as
4060 *
4061 * n * (1 - product((N-p-i)/(N-i), i=0..N/n-1))
4062 *
4063 * This form of the formula is more efficient to compute in
4064 * the common case where p is larger than N/n. Additionally,
4065 * as pointed out by Dell'Era, if i << N for all terms in the
4066 * product, it can be approximated by
4067 *
4068 * n * (1 - ((N-p)/N)^(N/n))
4069 *
4070 * See "Expected distinct values when selecting from a bag
4071 * without replacement", Alberto Dell'Era,
4072 * http://www.adellera.it/investigations/distinct_balls/.
4073 *
4074 * The condition i << N is equivalent to n >> 1, so this is a
4075 * good approximation when the number of distinct values in
4076 * the table is large. It turns out that this formula also
4077 * works well even when n is small.
4078 */
4079 reldistinct *=
4080 (1 - pow((rel->tuples - rel->rows) / rel->tuples,
4081 rel->tuples / reldistinct));
4082 }
4084
4085 /*
4086 * Update estimate of total distinct groups.
4087 */
4089 }
4090
4092 } while (varinfos != NIL);
4093
4094 /* Now we can account for the effects of any SRFs */
4096
4097 /* Round off */
4099
4100 /* Guard against out-of-range answers */
4101 if (numdistinct > input_rows)
4103 if (numdistinct < 1.0)
4104 numdistinct = 1.0;
4105
4106 return numdistinct;
4107}
bool contain_volatile_functions(Node *clause)
Definition clauses.c:547
double expression_returns_set_rows(PlannerInfo *root, Node *clause)
Definition clauses.c:298
bool list_member_int(const List *list, int datum)
Definition list.c:702
Oid exprType(const Node *expr)
Definition nodeFuncs.c:42
#define PVC_RECURSE_AGGREGATES
Definition optimizer.h:189
#define PVC_RECURSE_PLACEHOLDERS
Definition optimizer.h:193
#define PVC_RECURSE_WINDOWFUNCS
Definition optimizer.h:191
#define IS_SIMPLE_REL(rel)
Definition pathnodes.h:977
#define for_each_from(cell, lst, N)
Definition pg_list.h:414
#define linitial(l)
Definition pg_list.h:178
static List * add_unique_group_var(PlannerInfo *root, List *varinfos, Node *var, VariableStatData *vardata)
Definition selfuncs.c:3641
#define SELFLAG_USED_DEFAULT
Definition selfuncs.h:76
double ndistinct
Definition selfuncs.c:3636
Cardinality tuples
Definition pathnodes.h:1084
Cardinality rows
Definition pathnodes.h:1015
List * pull_var_clause(Node *node, int flags)
Definition var.c:653

References add_unique_group_var(), Assert, clamp_row_est(), contain_volatile_functions(), estimate_multivariate_ndistinct(), examine_variable(), expression_returns_set_rows(), exprType(), fb(), for_each_from, HeapTupleIsValid, i, IS_SIMPLE_REL, lappend(), lfirst, linitial, list_member_int(), GroupVarInfo::ndistinct, NIL, pull_var_clause(), PVC_RECURSE_AGGREGATES, PVC_RECURSE_PLACEHOLDERS, PVC_RECURSE_WINDOWFUNCS, ReleaseVariableStats, root, RelOptInfo::rows, SELFLAG_USED_DEFAULT, and RelOptInfo::tuples.

Referenced by adjust_rowcount_for_semijoins(), build_setop_child_paths(), cost_incremental_sort(), cost_memoize_rescan(), create_final_distinct_paths(), create_final_unique_paths(), create_partial_distinct_paths(), create_partial_unique_paths(), create_rel_agg_info(), estimate_path_cost_size(), generate_grouped_paths(), generate_union_paths(), get_number_of_groups(), and get_windowclause_startup_tuples().

◆ examine_indexcol_variable()

static void examine_indexcol_variable ( PlannerInfo root,
IndexOptInfo index,
int  indexcol,
VariableStatData vardata 
)
static

Definition at line 6479 of file selfuncs.c.

6481{
6482 AttrNumber colnum;
6483 Oid relid;
6484
6485 if (index->indexkeys[indexcol] != 0)
6486 {
6487 /* Simple variable --- look to stats for the underlying table */
6488 RangeTblEntry *rte = planner_rt_fetch(index->rel->relid, root);
6489
6490 Assert(rte->rtekind == RTE_RELATION);
6491 relid = rte->relid;
6492 Assert(relid != InvalidOid);
6493 colnum = index->indexkeys[indexcol];
6494 vardata->rel = index->rel;
6495
6497 (*get_relation_stats_hook) (root, rte, colnum, vardata))
6498 {
6499 /*
6500 * The hook took control of acquiring a stats tuple. If it did
6501 * supply a tuple, it'd better have supplied a freefunc.
6502 */
6503 if (HeapTupleIsValid(vardata->statsTuple) &&
6504 !vardata->freefunc)
6505 elog(ERROR, "no function provided to release variable stats with");
6506 }
6507 else
6508 {
6510 ObjectIdGetDatum(relid),
6511 Int16GetDatum(colnum),
6512 BoolGetDatum(rte->inh));
6513 vardata->freefunc = ReleaseSysCache;
6514 }
6515 }
6516 else
6517 {
6518 /* Expression --- maybe there are stats for the index itself */
6519 relid = index->indexoid;
6520 colnum = indexcol + 1;
6521
6523 (*get_index_stats_hook) (root, relid, colnum, vardata))
6524 {
6525 /*
6526 * The hook took control of acquiring a stats tuple. If it did
6527 * supply a tuple, it'd better have supplied a freefunc.
6528 */
6529 if (HeapTupleIsValid(vardata->statsTuple) &&
6530 !vardata->freefunc)
6531 elog(ERROR, "no function provided to release variable stats with");
6532 }
6533 else
6534 {
6536 ObjectIdGetDatum(relid),
6537 Int16GetDatum(colnum),
6538 BoolGetDatum(false));
6539 vardata->freefunc = ReleaseSysCache;
6540 }
6541 }
6542}

References Assert, BoolGetDatum(), elog, ERROR, fb(), get_index_stats_hook, get_relation_stats_hook, HeapTupleIsValid, Int16GetDatum(), InvalidOid, ObjectIdGetDatum(), planner_rt_fetch, ReleaseSysCache(), root, RTE_RELATION, and SearchSysCache3().

Referenced by btcostestimate().

◆ examine_simple_variable()

static void examine_simple_variable ( PlannerInfo root,
Var var,
VariableStatData vardata 
)
static

Definition at line 6008 of file selfuncs.c.

6010{
6011 RangeTblEntry *rte = root->simple_rte_array[var->varno];
6012
6014
6017 {
6018 /*
6019 * The hook took control of acquiring a stats tuple. If it did supply
6020 * a tuple, it'd better have supplied a freefunc.
6021 */
6022 if (HeapTupleIsValid(vardata->statsTuple) &&
6023 !vardata->freefunc)
6024 elog(ERROR, "no function provided to release variable stats with");
6025 }
6026 else if (rte->rtekind == RTE_RELATION)
6027 {
6028 /*
6029 * Plain table or parent of an inheritance appendrel, so look up the
6030 * column in pg_statistic
6031 */
6033 ObjectIdGetDatum(rte->relid),
6034 Int16GetDatum(var->varattno),
6035 BoolGetDatum(rte->inh));
6036 vardata->freefunc = ReleaseSysCache;
6037
6038 if (HeapTupleIsValid(vardata->statsTuple))
6039 {
6040 /*
6041 * Test if user has permission to read all rows from this column.
6042 *
6043 * This requires that the user has the appropriate SELECT
6044 * privileges and that there are no securityQuals from security
6045 * barrier views or RLS policies. If that's not the case, then we
6046 * only permit leakproof functions to be passed pg_statistic data
6047 * in vardata, otherwise the functions might reveal data that the
6048 * user doesn't have permission to see --- see
6049 * statistic_proc_security_check().
6050 */
6051 vardata->acl_ok =
6054 }
6055 else
6056 {
6057 /* suppress any possible leakproofness checks later */
6058 vardata->acl_ok = true;
6059 }
6060 }
6061 else if ((rte->rtekind == RTE_SUBQUERY && !rte->inh) ||
6062 (rte->rtekind == RTE_CTE && !rte->self_reference))
6063 {
6064 /*
6065 * Plain subquery (not one that was converted to an appendrel) or
6066 * non-recursive CTE. In either case, we can try to find out what the
6067 * Var refers to within the subquery. We skip this for appendrel and
6068 * recursive-CTE cases because any column stats we did find would
6069 * likely not be very relevant.
6070 */
6071 PlannerInfo *subroot;
6072 Query *subquery;
6073 List *subtlist;
6075
6076 /*
6077 * Punt if it's a whole-row var rather than a plain column reference.
6078 */
6079 if (var->varattno == InvalidAttrNumber)
6080 return;
6081
6082 /*
6083 * Otherwise, find the subquery's planner subroot.
6084 */
6085 if (rte->rtekind == RTE_SUBQUERY)
6086 {
6087 RelOptInfo *rel;
6088
6089 /*
6090 * Fetch RelOptInfo for subquery. Note that we don't change the
6091 * rel returned in vardata, since caller expects it to be a rel of
6092 * the caller's query level. Because we might already be
6093 * recursing, we can't use that rel pointer either, but have to
6094 * look up the Var's rel afresh.
6095 */
6096 rel = find_base_rel(root, var->varno);
6097
6098 subroot = rel->subroot;
6099 }
6100 else
6101 {
6102 /* CTE case is more difficult */
6104 Index levelsup;
6105 int ndx;
6106 int plan_id;
6107 ListCell *lc;
6108
6109 /*
6110 * Find the referenced CTE, and locate the subroot previously made
6111 * for it.
6112 */
6113 levelsup = rte->ctelevelsup;
6114 cteroot = root;
6115 while (levelsup-- > 0)
6116 {
6117 cteroot = cteroot->parent_root;
6118 if (!cteroot) /* shouldn't happen */
6119 elog(ERROR, "bad levelsup for CTE \"%s\"", rte->ctename);
6120 }
6121
6122 /*
6123 * Note: cte_plan_ids can be shorter than cteList, if we are still
6124 * working on planning the CTEs (ie, this is a side-reference from
6125 * another CTE). So we mustn't use forboth here.
6126 */
6127 ndx = 0;
6128 foreach(lc, cteroot->parse->cteList)
6129 {
6131
6132 if (strcmp(cte->ctename, rte->ctename) == 0)
6133 break;
6134 ndx++;
6135 }
6136 if (lc == NULL) /* shouldn't happen */
6137 elog(ERROR, "could not find CTE \"%s\"", rte->ctename);
6138 if (ndx >= list_length(cteroot->cte_plan_ids))
6139 elog(ERROR, "could not find plan for CTE \"%s\"", rte->ctename);
6140 plan_id = list_nth_int(cteroot->cte_plan_ids, ndx);
6141 if (plan_id <= 0)
6142 elog(ERROR, "no plan was made for CTE \"%s\"", rte->ctename);
6143 subroot = list_nth(root->glob->subroots, plan_id - 1);
6144 }
6145
6146 /* If the subquery hasn't been planned yet, we have to punt */
6147 if (subroot == NULL)
6148 return;
6149 Assert(IsA(subroot, PlannerInfo));
6150
6151 /*
6152 * We must use the subquery parsetree as mangled by the planner, not
6153 * the raw version from the RTE, because we need a Var that will refer
6154 * to the subroot's live RelOptInfos. For instance, if any subquery
6155 * pullup happened during planning, Vars in the targetlist might have
6156 * gotten replaced, and we need to see the replacement expressions.
6157 */
6158 subquery = subroot->parse;
6159 Assert(IsA(subquery, Query));
6160
6161 /*
6162 * Punt if subquery uses set operations or grouping sets, as these
6163 * will mash underlying columns' stats beyond recognition. (Set ops
6164 * are particularly nasty; if we forged ahead, we would return stats
6165 * relevant to only the leftmost subselect...) DISTINCT is also
6166 * problematic, but we check that later because there is a possibility
6167 * of learning something even with it.
6168 */
6169 if (subquery->setOperations ||
6170 subquery->groupingSets)
6171 return;
6172
6173 /* Get the subquery output expression referenced by the upper Var */
6174 if (subquery->returningList)
6175 subtlist = subquery->returningList;
6176 else
6177 subtlist = subquery->targetList;
6179 if (ste == NULL || ste->resjunk)
6180 elog(ERROR, "subquery %s does not have attribute %d",
6181 rte->eref->aliasname, var->varattno);
6182 var = (Var *) ste->expr;
6183
6184 /*
6185 * If subquery uses DISTINCT, we can't make use of any stats for the
6186 * variable ... but, if it's the only DISTINCT column, we are entitled
6187 * to consider it unique. We do the test this way so that it works
6188 * for cases involving DISTINCT ON.
6189 */
6190 if (subquery->distinctClause)
6191 {
6192 if (list_length(subquery->distinctClause) == 1 &&
6194 vardata->isunique = true;
6195 /* cannot go further */
6196 return;
6197 }
6198
6199 /* The same idea as with DISTINCT clause works for a GROUP-BY too */
6200 if (subquery->groupClause)
6201 {
6202 if (list_length(subquery->groupClause) == 1 &&
6204 vardata->isunique = true;
6205 /* cannot go further */
6206 return;
6207 }
6208
6209 /*
6210 * If the sub-query originated from a view with the security_barrier
6211 * attribute, we must not look at the variable's statistics, though it
6212 * seems all right to notice the existence of a DISTINCT clause. So
6213 * stop here.
6214 *
6215 * This is probably a harsher restriction than necessary; it's
6216 * certainly OK for the selectivity estimator (which is a C function,
6217 * and therefore omnipotent anyway) to look at the statistics. But
6218 * many selectivity estimators will happily *invoke the operator
6219 * function* to try to work out a good estimate - and that's not OK.
6220 * So for now, don't dig down for stats.
6221 */
6222 if (rte->security_barrier)
6223 return;
6224
6225 /* Can only handle a simple Var of subquery's query level */
6226 if (var && IsA(var, Var) &&
6227 var->varlevelsup == 0)
6228 {
6229 /*
6230 * OK, recurse into the subquery. Note that the original setting
6231 * of vardata->isunique (which will surely be false) is left
6232 * unchanged in this situation. That's what we want, since even
6233 * if the underlying column is unique, the subquery may have
6234 * joined to other tables in a way that creates duplicates.
6235 */
6236 examine_simple_variable(subroot, var, vardata);
6237 }
6238 }
6239 else
6240 {
6241 /*
6242 * Otherwise, the Var comes from a FUNCTION or VALUES RTE. (We won't
6243 * see RTE_JOIN here because join alias Vars have already been
6244 * flattened.) There's not much we can do with function outputs, but
6245 * maybe someday try to be smarter about VALUES.
6246 */
6247 }
6248}
Bitmapset * bms_make_singleton(int x)
Definition bitmapset.c:216
unsigned int Index
Definition c.h:670
bool targetIsInSortList(TargetEntry *tle, Oid sortop, List *sortList)
TargetEntry * get_tle_by_resno(List *tlist, AttrNumber resno)
@ RTE_CTE
@ RTE_SUBQUERY
static void * list_nth(const List *list, int n)
Definition pg_list.h:299
static int list_nth_int(const List *list, int n)
Definition pg_list.h:310
RelOptInfo * find_base_rel(PlannerInfo *root, int relid)
Definition relnode.c:544
bool all_rows_selectable(PlannerInfo *root, Index varno, Bitmapset *varattnos)
Definition selfuncs.c:6284
static void examine_simple_variable(PlannerInfo *root, Var *var, VariableStatData *vardata)
Definition selfuncs.c:6008
Query * parse
Definition pathnodes.h:309
List * returningList
Definition parsenodes.h:214
Node * setOperations
Definition parsenodes.h:236
List * groupClause
Definition parsenodes.h:216
List * targetList
Definition parsenodes.h:198
List * groupingSets
Definition parsenodes.h:220
List * distinctClause
Definition parsenodes.h:226
PlannerInfo * subroot
Definition pathnodes.h:1088
AttrNumber varattno
Definition primnodes.h:275
int varno
Definition primnodes.h:270
Index varlevelsup
Definition primnodes.h:295

References all_rows_selectable(), Assert, bms_make_singleton(), BoolGetDatum(), CommonTableExpr::ctename, Query::distinctClause, elog, ERROR, examine_simple_variable(), fb(), find_base_rel(), FirstLowInvalidHeapAttributeNumber, get_relation_stats_hook, get_tle_by_resno(), Query::groupClause, Query::groupingSets, HeapTupleIsValid, Int16GetDatum(), InvalidAttrNumber, InvalidOid, IsA, lfirst, list_length(), list_nth(), list_nth_int(), ObjectIdGetDatum(), PlannerInfo::parse, ReleaseSysCache(), Query::returningList, root, RTE_CTE, RTE_RELATION, RTE_SUBQUERY, SearchSysCache3(), Query::setOperations, RelOptInfo::subroot, targetIsInSortList(), Query::targetList, Var::varattno, Var::varlevelsup, and Var::varno.

Referenced by examine_simple_variable(), and examine_variable().

◆ examine_variable()

void examine_variable ( PlannerInfo root,
Node node,
int  varRelid,
VariableStatData vardata 
)

Definition at line 5612 of file selfuncs.c.

5614{
5615 Node *basenode;
5616 Relids varnos;
5619
5620 /* Make sure we don't return dangling pointers in vardata */
5621 MemSet(vardata, 0, sizeof(VariableStatData));
5622
5623 /* Save the exposed type of the expression */
5624 vardata->vartype = exprType(node);
5625
5626 /*
5627 * PlaceHolderVars are transparent for the purpose of statistics lookup;
5628 * they do not alter the value distribution of the underlying expression.
5629 * However, they can obscure the structure, preventing us from recognizing
5630 * matches to base columns, index expressions, or extended statistics. So
5631 * strip them out first.
5632 */
5634
5635 /*
5636 * Look inside any binary-compatible relabeling. We need to handle nested
5637 * RelabelType nodes here, because the prior stripping of PlaceHolderVars
5638 * may have brought separate RelabelTypes into adjacency.
5639 */
5640 while (IsA(basenode, RelabelType))
5641 basenode = (Node *) ((RelabelType *) basenode)->arg;
5642
5643 /* Fast path for a simple Var */
5644 if (IsA(basenode, Var) &&
5645 (varRelid == 0 || varRelid == ((Var *) basenode)->varno))
5646 {
5647 Var *var = (Var *) basenode;
5648
5649 /* Set up result fields other than the stats tuple */
5650 vardata->var = basenode; /* return Var without phvs or relabeling */
5651 vardata->rel = find_base_rel(root, var->varno);
5652 vardata->atttype = var->vartype;
5653 vardata->atttypmod = var->vartypmod;
5654 vardata->isunique = has_unique_index(vardata->rel, var->varattno);
5655
5656 /* Try to locate some stats */
5658
5659 return;
5660 }
5661
5662 /*
5663 * Okay, it's a more complicated expression. Determine variable
5664 * membership. Note that when varRelid isn't zero, only vars of that
5665 * relation are considered "real" vars.
5666 */
5667 varnos = pull_varnos(root, basenode);
5668 basevarnos = bms_difference(varnos, root->outer_join_rels);
5669
5670 onerel = NULL;
5671
5673 {
5674 /* No Vars at all ... must be pseudo-constant clause */
5675 }
5676 else
5677 {
5678 int relid;
5679
5680 /* Check if the expression is in vars of a single base relation */
5682 {
5683 if (varRelid == 0 || varRelid == relid)
5684 {
5685 onerel = find_base_rel(root, relid);
5686 vardata->rel = onerel;
5687 node = basenode; /* strip any phvs or relabeling */
5688 }
5689 /* else treat it as a constant */
5690 }
5691 else
5692 {
5693 /* varnos has multiple relids */
5694 if (varRelid == 0)
5695 {
5696 /* treat it as a variable of a join relation */
5697 vardata->rel = find_join_rel(root, varnos);
5698 node = basenode; /* strip any phvs or relabeling */
5699 }
5700 else if (bms_is_member(varRelid, varnos))
5701 {
5702 /* ignore the vars belonging to other relations */
5703 vardata->rel = find_base_rel(root, varRelid);
5704 node = basenode; /* strip any phvs or relabeling */
5705 /* note: no point in expressional-index search here */
5706 }
5707 /* else treat it as a constant */
5708 }
5709 }
5710
5712
5713 vardata->var = node;
5714 vardata->atttype = exprType(node);
5715 vardata->atttypmod = exprTypmod(node);
5716
5717 if (onerel)
5718 {
5719 /*
5720 * We have an expression in vars of a single relation. Try to match
5721 * it to expressional index columns, in hopes of finding some
5722 * statistics.
5723 *
5724 * Note that we consider all index columns including INCLUDE columns,
5725 * since there could be stats for such columns. But the test for
5726 * uniqueness needs to be warier.
5727 *
5728 * XXX it's conceivable that there are multiple matches with different
5729 * index opfamilies; if so, we need to pick one that matches the
5730 * operator we are estimating for. FIXME later.
5731 */
5732 ListCell *ilist;
5733 ListCell *slist;
5734
5735 /*
5736 * The nullingrels bits within the expression could prevent us from
5737 * matching it to expressional index columns or to the expressions in
5738 * extended statistics. So strip them out first.
5739 */
5740 if (bms_overlap(varnos, root->outer_join_rels))
5741 node = remove_nulling_relids(node, root->outer_join_rels, NULL);
5742
5743 foreach(ilist, onerel->indexlist)
5744 {
5747 int pos;
5748
5749 indexpr_item = list_head(index->indexprs);
5750 if (indexpr_item == NULL)
5751 continue; /* no expressions here... */
5752
5753 for (pos = 0; pos < index->ncolumns; pos++)
5754 {
5755 if (index->indexkeys[pos] == 0)
5756 {
5757 Node *indexkey;
5758
5759 if (indexpr_item == NULL)
5760 elog(ERROR, "too few entries in indexprs list");
5763 indexkey = (Node *) ((RelabelType *) indexkey)->arg;
5764 if (equal(node, indexkey))
5765 {
5766 /*
5767 * Found a match ... is it a unique index? Tests here
5768 * should match has_unique_index().
5769 */
5770 if (index->unique &&
5771 index->nkeycolumns == 1 &&
5772 pos == 0 &&
5773 (index->indpred == NIL || index->predOK))
5774 vardata->isunique = true;
5775
5776 /*
5777 * Has it got stats? We only consider stats for
5778 * non-partial indexes, since partial indexes probably
5779 * don't reflect whole-relation statistics; the above
5780 * check for uniqueness is the only info we take from
5781 * a partial index.
5782 *
5783 * An index stats hook, however, must make its own
5784 * decisions about what to do with partial indexes.
5785 */
5787 (*get_index_stats_hook) (root, index->indexoid,
5788 pos + 1, vardata))
5789 {
5790 /*
5791 * The hook took control of acquiring a stats
5792 * tuple. If it did supply a tuple, it'd better
5793 * have supplied a freefunc.
5794 */
5795 if (HeapTupleIsValid(vardata->statsTuple) &&
5796 !vardata->freefunc)
5797 elog(ERROR, "no function provided to release variable stats with");
5798 }
5799 else if (index->indpred == NIL)
5800 {
5801 vardata->statsTuple =
5803 ObjectIdGetDatum(index->indexoid),
5804 Int16GetDatum(pos + 1),
5805 BoolGetDatum(false));
5806 vardata->freefunc = ReleaseSysCache;
5807
5808 if (HeapTupleIsValid(vardata->statsTuple))
5809 {
5810 /*
5811 * Test if user has permission to access all
5812 * rows from the index's table.
5813 *
5814 * For simplicity, we insist on the whole
5815 * table being selectable, rather than trying
5816 * to identify which column(s) the index
5817 * depends on.
5818 *
5819 * Note that for an inheritance child,
5820 * permissions are checked on the inheritance
5821 * root parent, and whole-table select
5822 * privilege on the parent doesn't quite
5823 * guarantee that the user could read all
5824 * columns of the child. But in practice it's
5825 * unlikely that any interesting security
5826 * violation could result from allowing access
5827 * to the expression index's stats, so we
5828 * allow it anyway. See similar code in
5829 * examine_simple_variable() for additional
5830 * comments.
5831 */
5832 vardata->acl_ok =
5834 index->rel->relid,
5835 NULL);
5836 }
5837 else
5838 {
5839 /* suppress leakproofness checks later */
5840 vardata->acl_ok = true;
5841 }
5842 }
5843 if (vardata->statsTuple)
5844 break;
5845 }
5846 indexpr_item = lnext(index->indexprs, indexpr_item);
5847 }
5848 }
5849 if (vardata->statsTuple)
5850 break;
5851 }
5852
5853 /*
5854 * Search extended statistics for one with a matching expression.
5855 * There might be multiple ones, so just grab the first one. In the
5856 * future, we might consider the statistics target (and pick the most
5857 * accurate statistics) and maybe some other parameters.
5858 */
5859 foreach(slist, onerel->statlist)
5860 {
5864 int pos;
5865
5866 /*
5867 * Stop once we've found statistics for the expression (either
5868 * from extended stats, or for an index in the preceding loop).
5869 */
5870 if (vardata->statsTuple)
5871 break;
5872
5873 /* skip stats without per-expression stats */
5874 if (info->kind != STATS_EXT_EXPRESSIONS)
5875 continue;
5876
5877 /* skip stats with mismatching stxdinherit value */
5878 if (info->inherit != rte->inh)
5879 continue;
5880
5881 pos = 0;
5882 foreach(expr_item, info->exprs)
5883 {
5884 Node *expr = (Node *) lfirst(expr_item);
5885
5886 Assert(expr);
5887
5888 /* strip RelabelType before comparing it */
5889 if (expr && IsA(expr, RelabelType))
5890 expr = (Node *) ((RelabelType *) expr)->arg;
5891
5892 /* found a match, see if we can extract pg_statistic row */
5893 if (equal(node, expr))
5894 {
5895 /*
5896 * XXX Not sure if we should cache the tuple somewhere.
5897 * Now we just create a new copy every time.
5898 */
5899 vardata->statsTuple =
5900 statext_expressions_load(info->statOid, rte->inh, pos);
5901
5902 /* Nothing to release if no data found */
5903 if (vardata->statsTuple != NULL)
5904 {
5905 vardata->freefunc = ReleaseDummy;
5906 }
5907
5908 /*
5909 * Test if user has permission to access all rows from the
5910 * table.
5911 *
5912 * For simplicity, we insist on the whole table being
5913 * selectable, rather than trying to identify which
5914 * column(s) the statistics object depends on.
5915 *
5916 * Note that for an inheritance child, permissions are
5917 * checked on the inheritance root parent, and whole-table
5918 * select privilege on the parent doesn't quite guarantee
5919 * that the user could read all columns of the child. But
5920 * in practice it's unlikely that any interesting security
5921 * violation could result from allowing access to the
5922 * expression stats, so we allow it anyway. See similar
5923 * code in examine_simple_variable() for additional
5924 * comments.
5925 */
5927 onerel->relid,
5928 NULL);
5929
5930 break;
5931 }
5932
5933 pos++;
5934 }
5935 }
5936 }
5937
5938 bms_free(varnos);
5939}
Bitmapset * bms_difference(const Bitmapset *a, const Bitmapset *b)
Definition bitmapset.c:346
void bms_free(Bitmapset *a)
Definition bitmapset.c:239
bool bms_overlap(const Bitmapset *a, const Bitmapset *b)
Definition bitmapset.c:575
#define bms_is_empty(a)
Definition bitmapset.h:118
#define MemSet(start, val, len)
Definition c.h:1079
HeapTuple statext_expressions_load(Oid stxoid, bool inh, int idx)
int32 exprTypmod(const Node *expr)
Definition nodeFuncs.c:301
static ListCell * list_head(const List *l)
Definition pg_list.h:128
static ListCell * lnext(const List *l, const ListCell *c)
Definition pg_list.h:343
bool has_unique_index(RelOptInfo *rel, AttrNumber attno)
Definition plancat.c:2474
RelOptInfo * find_join_rel(PlannerInfo *root, Relids relids)
Definition relnode.c:657
static Node * strip_all_phvs_deep(PlannerInfo *root, Node *node)
Definition selfuncs.c:5951
static void ReleaseDummy(HeapTuple tuple)
Definition selfuncs.c:5571
Relids pull_varnos(PlannerInfo *root, Node *node)
Definition var.c:114

References all_rows_selectable(), arg, Assert, bms_difference(), bms_free(), bms_get_singleton_member(), bms_is_empty, bms_is_member(), bms_overlap(), BoolGetDatum(), elog, equal(), ERROR, examine_simple_variable(), StatisticExtInfo::exprs, exprType(), exprTypmod(), fb(), find_base_rel(), find_join_rel(), get_index_stats_hook, has_unique_index(), HeapTupleIsValid, StatisticExtInfo::inherit, Int16GetDatum(), IsA, StatisticExtInfo::kind, lfirst, list_head(), lnext(), MemSet, NIL, ObjectIdGetDatum(), planner_rt_fetch, pull_varnos(), ReleaseDummy(), ReleaseSysCache(), remove_nulling_relids(), root, SearchSysCache3(), statext_expressions_load(), StatisticExtInfo::statOid, strip_all_phvs_deep(), Var::varattno, and Var::varno.

Referenced by booltestsel(), boolvarsel(), estimate_array_length(), estimate_hash_bucket_stats(), estimate_num_groups(), get_join_variables(), get_restriction_variable(), mergejoinscansel(), nulltestsel(), and scalararraysel_containment().

◆ find_join_input_rel()

static RelOptInfo * find_join_input_rel ( PlannerInfo root,
Relids  relids 
)
static

Definition at line 7259 of file selfuncs.c.

7260{
7261 RelOptInfo *rel = NULL;
7262
7263 if (!bms_is_empty(relids))
7264 {
7265 int relid;
7266
7267 if (bms_get_singleton_member(relids, &relid))
7268 rel = find_base_rel(root, relid);
7269 else
7270 rel = find_join_rel(root, relids);
7271 }
7272
7273 if (rel == NULL)
7274 elog(ERROR, "could not find RelOptInfo for given relids");
7275
7276 return rel;
7277}

References bms_get_singleton_member(), bms_is_empty, elog, ERROR, fb(), find_base_rel(), find_join_rel(), and root.

Referenced by eqjoinsel().

◆ generic_restriction_selectivity()

double generic_restriction_selectivity ( PlannerInfo root,
Oid  oproid,
Oid  collation,
List args,
int  varRelid,
double  default_selectivity 
)

Definition at line 987 of file selfuncs.c.

990{
991 double selec;
993 Node *other;
994 bool varonleft;
995
996 /*
997 * If expression is not variable OP something or something OP variable,
998 * then punt and return the default estimate.
999 */
1000 if (!get_restriction_variable(root, args, varRelid,
1001 &vardata, &other, &varonleft))
1002 return default_selectivity;
1003
1004 /*
1005 * If the something is a NULL constant, assume operator is strict and
1006 * return zero, ie, operator will never return TRUE.
1007 */
1008 if (IsA(other, Const) &&
1009 ((Const *) other)->constisnull)
1010 {
1012 return 0.0;
1013 }
1014
1015 if (IsA(other, Const))
1016 {
1017 /* Variable is being compared to a known non-null constant */
1018 Datum constval = ((Const *) other)->constvalue;
1020 double mcvsum;
1021 double mcvsel;
1022 double nullfrac;
1023 int hist_size;
1024
1026
1027 /*
1028 * Calculate the selectivity for the column's most common values.
1029 */
1030 mcvsel = mcv_selectivity(&vardata, &opproc, collation,
1031 constval, varonleft,
1032 &mcvsum);
1033
1034 /*
1035 * If the histogram is large enough, see what fraction of it matches
1036 * the query, and assume that's representative of the non-MCV
1037 * population. Otherwise use the default selectivity for the non-MCV
1038 * population.
1039 */
1040 selec = histogram_selectivity(&vardata, &opproc, collation,
1041 constval, varonleft,
1042 10, 1, &hist_size);
1043 if (selec < 0)
1044 {
1045 /* Nope, fall back on default */
1047 }
1048 else if (hist_size < 100)
1049 {
1050 /*
1051 * For histogram sizes from 10 to 100, we combine the histogram
1052 * and default selectivities, putting increasingly more trust in
1053 * the histogram for larger sizes.
1054 */
1055 double hist_weight = hist_size / 100.0;
1056
1057 selec = selec * hist_weight +
1059 }
1060
1061 /* In any case, don't believe extremely small or large estimates. */
1062 if (selec < 0.0001)
1063 selec = 0.0001;
1064 else if (selec > 0.9999)
1065 selec = 0.9999;
1066
1067 /* Don't forget to account for nulls. */
1068 if (HeapTupleIsValid(vardata.statsTuple))
1069 nullfrac = ((Form_pg_statistic) GETSTRUCT(vardata.statsTuple))->stanullfrac;
1070 else
1071 nullfrac = 0.0;
1072
1073 /*
1074 * Now merge the results from the MCV and histogram calculations,
1075 * realizing that the histogram covers only the non-null values that
1076 * are not listed in MCV.
1077 */
1078 selec *= 1.0 - nullfrac - mcvsum;
1079 selec += mcvsel;
1080 }
1081 else
1082 {
1083 /* Comparison value is not constant, so we can't do anything */
1085 }
1086
1088
1089 /* result should be in range, but make sure... */
1091
1092 return selec;
1093}
double mcv_selectivity(VariableStatData *vardata, FmgrInfo *opproc, Oid collation, Datum constval, bool varonleft, double *sumcommonp)
Definition selfuncs.c:805
double histogram_selectivity(VariableStatData *vardata, FmgrInfo *opproc, Oid collation, Datum constval, bool varonleft, int min_hist_size, int n_skip, int *hist_size)
Definition selfuncs.c:896

References CLAMP_PROBABILITY, fb(), fmgr_info(), get_opcode(), get_restriction_variable(), GETSTRUCT(), HeapTupleIsValid, histogram_selectivity(), IsA, mcv_selectivity(), ReleaseVariableStats, and root.

Referenced by ltreeparentsel(), and matchingsel().

◆ genericcostestimate()

void genericcostestimate ( PlannerInfo root,
IndexPath path,
double  loop_count,
GenericCosts costs 
)

Definition at line 7375 of file selfuncs.c.

7379{
7380 IndexOptInfo *index = path->indexinfo;
7383 Cost indexStartupCost;
7384 Cost indexTotalCost;
7385 Selectivity indexSelectivity;
7386 double indexCorrelation;
7387 double numIndexPages;
7388 double numIndexTuples;
7389 double spc_random_page_cost;
7390 double num_sa_scans;
7391 double num_outer_scans;
7392 double num_scans;
7393 double qual_op_cost;
7394 double qual_arg_cost;
7396 ListCell *l;
7397
7398 /*
7399 * If the index is partial, AND the index predicate with the explicitly
7400 * given indexquals to produce a more accurate idea of the index
7401 * selectivity.
7402 */
7404
7405 /*
7406 * If caller didn't give us an estimate for ScalarArrayOpExpr index scans,
7407 * just assume that the number of index descents is the number of distinct
7408 * combinations of array elements from all of the scan's SAOP clauses.
7409 */
7410 num_sa_scans = costs->num_sa_scans;
7411 if (num_sa_scans < 1)
7412 {
7413 num_sa_scans = 1;
7414 foreach(l, indexQuals)
7415 {
7416 RestrictInfo *rinfo = (RestrictInfo *) lfirst(l);
7417
7418 if (IsA(rinfo->clause, ScalarArrayOpExpr))
7419 {
7420 ScalarArrayOpExpr *saop = (ScalarArrayOpExpr *) rinfo->clause;
7421 double alength = estimate_array_length(root, lsecond(saop->args));
7422
7423 if (alength > 1)
7424 num_sa_scans *= alength;
7425 }
7426 }
7427 }
7428
7429 /* Estimate the fraction of main-table tuples that will be visited */
7430 indexSelectivity = clauselist_selectivity(root, selectivityQuals,
7431 index->rel->relid,
7432 JOIN_INNER,
7433 NULL);
7434
7435 /*
7436 * If caller didn't give us an estimate, estimate the number of index
7437 * tuples that will be visited. We do it in this rather peculiar-looking
7438 * way in order to get the right answer for partial indexes.
7439 */
7440 numIndexTuples = costs->numIndexTuples;
7441 if (numIndexTuples <= 0.0)
7442 {
7443 numIndexTuples = indexSelectivity * index->rel->tuples;
7444
7445 /*
7446 * The above calculation counts all the tuples visited across all
7447 * scans induced by ScalarArrayOpExpr nodes. We want to consider the
7448 * average per-indexscan number, so adjust. This is a handy place to
7449 * round to integer, too. (If caller supplied tuple estimate, it's
7450 * responsible for handling these considerations.)
7451 */
7452 numIndexTuples = rint(numIndexTuples / num_sa_scans);
7453 }
7454
7455 /*
7456 * We can bound the number of tuples by the index size in any case. Also,
7457 * always estimate at least one tuple is touched, even when
7458 * indexSelectivity estimate is tiny.
7459 */
7460 if (numIndexTuples > index->tuples)
7461 numIndexTuples = index->tuples;
7462 if (numIndexTuples < 1.0)
7463 numIndexTuples = 1.0;
7464
7465 /*
7466 * Estimate the number of index pages that will be retrieved.
7467 *
7468 * We use the simplistic method of taking a pro-rata fraction of the total
7469 * number of index pages. In effect, this counts only leaf pages and not
7470 * any overhead such as index metapage or upper tree levels.
7471 *
7472 * In practice access to upper index levels is often nearly free because
7473 * those tend to stay in cache under load; moreover, the cost involved is
7474 * highly dependent on index type. We therefore ignore such costs here
7475 * and leave it to the caller to add a suitable charge if needed.
7476 */
7477 if (index->pages > 1 && index->tuples > 1)
7478 numIndexPages = ceil(numIndexTuples * index->pages / index->tuples);
7479 else
7480 numIndexPages = 1.0;
7481
7482 /* fetch estimated page cost for tablespace containing index */
7483 get_tablespace_page_costs(index->reltablespace,
7484 &spc_random_page_cost,
7485 NULL);
7486
7487 /*
7488 * Now compute the disk access costs.
7489 *
7490 * The above calculations are all per-index-scan. However, if we are in a
7491 * nestloop inner scan, we can expect the scan to be repeated (with
7492 * different search keys) for each row of the outer relation. Likewise,
7493 * ScalarArrayOpExpr quals result in multiple index scans. This creates
7494 * the potential for cache effects to reduce the number of disk page
7495 * fetches needed. We want to estimate the average per-scan I/O cost in
7496 * the presence of caching.
7497 *
7498 * We use the Mackert-Lohman formula (see costsize.c for details) to
7499 * estimate the total number of page fetches that occur. While this
7500 * wasn't what it was designed for, it seems a reasonable model anyway.
7501 * Note that we are counting pages not tuples anymore, so we take N = T =
7502 * index size, as if there were one "tuple" per page.
7503 */
7505 num_scans = num_sa_scans * num_outer_scans;
7506
7507 if (num_scans > 1)
7508 {
7509 double pages_fetched;
7510
7511 /* total page fetches ignoring cache effects */
7512 pages_fetched = numIndexPages * num_scans;
7513
7514 /* use Mackert and Lohman formula to adjust for cache effects */
7516 index->pages,
7517 (double) index->pages,
7518 root);
7519
7520 /*
7521 * Now compute the total disk access cost, and then report a pro-rated
7522 * share for each outer scan. (Don't pro-rate for ScalarArrayOpExpr,
7523 * since that's internal to the indexscan.)
7524 */
7525 indexTotalCost = (pages_fetched * spc_random_page_cost)
7527 }
7528 else
7529 {
7530 /*
7531 * For a single index scan, we just charge spc_random_page_cost per
7532 * page touched.
7533 */
7534 indexTotalCost = numIndexPages * spc_random_page_cost;
7535 }
7536
7537 /*
7538 * CPU cost: any complex expressions in the indexquals will need to be
7539 * evaluated once at the start of the scan to reduce them to runtime keys
7540 * to pass to the index AM (see nodeIndexscan.c). We model the per-tuple
7541 * CPU costs as cpu_index_tuple_cost plus one cpu_operator_cost per
7542 * indexqual operator. Because we have numIndexTuples as a per-scan
7543 * number, we have to multiply by num_sa_scans to get the correct result
7544 * for ScalarArrayOpExpr cases. Similarly add in costs for any index
7545 * ORDER BY expressions.
7546 *
7547 * Note: this neglects the possible costs of rechecking lossy operators.
7548 * Detecting that that might be needed seems more expensive than it's
7549 * worth, though, considering all the other inaccuracies here ...
7550 */
7555
7556 indexStartupCost = qual_arg_cost;
7557 indexTotalCost += qual_arg_cost;
7558 indexTotalCost += numIndexTuples * num_sa_scans * (cpu_index_tuple_cost + qual_op_cost);
7559
7560 /*
7561 * Generic assumption about index correlation: there isn't any.
7562 */
7563 indexCorrelation = 0.0;
7564
7565 /*
7566 * Return everything to caller.
7567 */
7568 costs->indexStartupCost = indexStartupCost;
7569 costs->indexTotalCost = indexTotalCost;
7570 costs->indexSelectivity = indexSelectivity;
7571 costs->indexCorrelation = indexCorrelation;
7572 costs->numIndexPages = numIndexPages;
7573 costs->numIndexTuples = numIndexTuples;
7574 costs->spc_random_page_cost = spc_random_page_cost;
7575 costs->num_sa_scans = num_sa_scans;
7576}
double index_pages_fetched(double tuples_fetched, BlockNumber pages, double index_pages, PlannerInfo *root)
Definition costsize.c:896
double cpu_index_tuple_cost
Definition costsize.c:133
double spc_random_page_cost
Definition selfuncs.h:135
List * indexorderbys
Definition pathnodes.h:2046

References add_predicate_to_index_quals(), ScalarArrayOpExpr::args, RestrictInfo::clause, clauselist_selectivity(), cpu_index_tuple_cost, cpu_operator_cost, estimate_array_length(), fb(), get_quals_from_indexclauses(), get_tablespace_page_costs(), index_other_operands_eval_cost(), index_pages_fetched(), IndexPath::indexclauses, GenericCosts::indexCorrelation, IndexPath::indexinfo, IndexPath::indexorderbys, GenericCosts::indexSelectivity, GenericCosts::indexStartupCost, GenericCosts::indexTotalCost, IsA, JOIN_INNER, lfirst, list_length(), lsecond, GenericCosts::num_sa_scans, GenericCosts::numIndexPages, GenericCosts::numIndexTuples, root, and GenericCosts::spc_random_page_cost.

Referenced by blcostestimate(), btcostestimate(), gistcostestimate(), hashcostestimate(), and spgcostestimate().

◆ get_actual_variable_endpoint()

static bool get_actual_variable_endpoint ( Relation  heapRel,
Relation  indexRel,
ScanDirection  indexscandir,
ScanKey  scankeys,
int16  typLen,
bool  typByVal,
TupleTableSlot tableslot,
MemoryContext  outercontext,
Datum endpointDatum 
)
static

Definition at line 7094 of file selfuncs.c.

7103{
7104 bool have_data = false;
7107 Buffer vmbuffer = InvalidBuffer;
7109 int n_visited_heap_pages = 0;
7110 ItemPointer tid;
7112 bool isnull[INDEX_MAX_KEYS];
7113 MemoryContext oldcontext;
7114
7115 /*
7116 * We use the index-only-scan machinery for this. With mostly-static
7117 * tables that's a win because it avoids a heap visit. It's also a win
7118 * for dynamic data, but the reason is less obvious; read on for details.
7119 *
7120 * In principle, we should scan the index with our current active
7121 * snapshot, which is the best approximation we've got to what the query
7122 * will see when executed. But that won't be exact if a new snap is taken
7123 * before running the query, and it can be very expensive if a lot of
7124 * recently-dead or uncommitted rows exist at the beginning or end of the
7125 * index (because we'll laboriously fetch each one and reject it).
7126 * Instead, we use SnapshotNonVacuumable. That will accept recently-dead
7127 * and uncommitted rows as well as normal visible rows. On the other
7128 * hand, it will reject known-dead rows, and thus not give a bogus answer
7129 * when the extreme value has been deleted (unless the deletion was quite
7130 * recent); that case motivates not using SnapshotAny here.
7131 *
7132 * A crucial point here is that SnapshotNonVacuumable, with
7133 * GlobalVisTestFor(heapRel) as horizon, yields the inverse of the
7134 * condition that the indexscan will use to decide that index entries are
7135 * killable (see heap_hot_search_buffer()). Therefore, if the snapshot
7136 * rejects a tuple (or more precisely, all tuples of a HOT chain) and we
7137 * have to continue scanning past it, we know that the indexscan will mark
7138 * that index entry killed. That means that the next
7139 * get_actual_variable_endpoint() call will not have to re-consider that
7140 * index entry. In this way we avoid repetitive work when this function
7141 * is used a lot during planning.
7142 *
7143 * But using SnapshotNonVacuumable creates a hazard of its own. In a
7144 * recently-created index, some index entries may point at "broken" HOT
7145 * chains in which not all the tuple versions contain data matching the
7146 * index entry. The live tuple version(s) certainly do match the index,
7147 * but SnapshotNonVacuumable can accept recently-dead tuple versions that
7148 * don't match. Hence, if we took data from the selected heap tuple, we
7149 * might get a bogus answer that's not close to the index extremal value,
7150 * or could even be NULL. We avoid this hazard because we take the data
7151 * from the index entry not the heap.
7152 *
7153 * Despite all this care, there are situations where we might find many
7154 * non-visible tuples near the end of the index. We don't want to expend
7155 * a huge amount of time here, so we give up once we've read too many heap
7156 * pages. When we fail for that reason, the caller will end up using
7157 * whatever extremal value is recorded in pg_statistic.
7158 */
7160 GlobalVisTestFor(heapRel));
7161
7162 index_scan = index_beginscan(heapRel, indexRel,
7164 1, 0);
7165 /* Set it up for index-only scan */
7166 index_scan->xs_want_itup = true;
7167 index_rescan(index_scan, scankeys, 1, NULL, 0);
7168
7169 /* Fetch first/next tuple in specified direction */
7170 while ((tid = index_getnext_tid(index_scan, indexscandir)) != NULL)
7171 {
7173
7174 if (!VM_ALL_VISIBLE(heapRel,
7175 block,
7176 &vmbuffer))
7177 {
7178 /* Rats, we have to visit the heap to check visibility */
7179 if (!index_fetch_heap(index_scan, tableslot))
7180 {
7181 /*
7182 * No visible tuple for this index entry, so we need to
7183 * advance to the next entry. Before doing so, count heap
7184 * page fetches and give up if we've done too many.
7185 *
7186 * We don't charge a page fetch if this is the same heap page
7187 * as the previous tuple. This is on the conservative side,
7188 * since other recently-accessed pages are probably still in
7189 * buffers too; but it's good enough for this heuristic.
7190 */
7191#define VISITED_PAGES_LIMIT 100
7192
7193 if (block != last_heap_block)
7194 {
7195 last_heap_block = block;
7198 break;
7199 }
7200
7201 continue; /* no visible tuple, try next index entry */
7202 }
7203
7204 /* We don't actually need the heap tuple for anything */
7205 ExecClearTuple(tableslot);
7206
7207 /*
7208 * We don't care whether there's more than one visible tuple in
7209 * the HOT chain; if any are visible, that's good enough.
7210 */
7211 }
7212
7213 /*
7214 * We expect that the index will return data in IndexTuple not
7215 * HeapTuple format.
7216 */
7217 if (!index_scan->xs_itup)
7218 elog(ERROR, "no data returned for index-only scan");
7219
7220 /*
7221 * We do not yet support recheck here.
7222 */
7223 if (index_scan->xs_recheck)
7224 break;
7225
7226 /* OK to deconstruct the index tuple */
7228 index_scan->xs_itupdesc,
7229 values, isnull);
7230
7231 /* Shouldn't have got a null, but be careful */
7232 if (isnull[0])
7233 elog(ERROR, "found unexpected null value in index \"%s\"",
7234 RelationGetRelationName(indexRel));
7235
7236 /* Copy the index column value out to caller's context */
7237 oldcontext = MemoryContextSwitchTo(outercontext);
7238 *endpointDatum = datumCopy(values[0], typByVal, typLen);
7239 MemoryContextSwitchTo(oldcontext);
7240 have_data = true;
7241 break;
7242 }
7243
7244 if (vmbuffer != InvalidBuffer)
7245 ReleaseBuffer(vmbuffer);
7247
7248 return have_data;
7249}
uint32 BlockNumber
Definition block.h:31
#define InvalidBlockNumber
Definition block.h:33
static Datum values[MAXATTR]
Definition bootstrap.c:187
int Buffer
Definition buf.h:23
#define InvalidBuffer
Definition buf.h:25
void ReleaseBuffer(Buffer buffer)
Definition bufmgr.c:5501
Datum datumCopy(Datum value, bool typByVal, int typLen)
Definition datum.c:132
IndexScanDesc index_beginscan(Relation heapRelation, Relation indexRelation, Snapshot snapshot, IndexScanInstrumentation *instrument, int nkeys, int norderbys)
Definition indexam.c:256
ItemPointer index_getnext_tid(IndexScanDesc scan, ScanDirection direction)
Definition indexam.c:631
bool index_fetch_heap(IndexScanDesc scan, TupleTableSlot *slot)
Definition indexam.c:689
void index_endscan(IndexScanDesc scan)
Definition indexam.c:392
void index_rescan(IndexScanDesc scan, ScanKey keys, int nkeys, ScanKey orderbys, int norderbys)
Definition indexam.c:366
void index_deform_tuple(IndexTuple tup, TupleDesc tupleDescriptor, Datum *values, bool *isnull)
Definition indextuple.c:456
static BlockNumber ItemPointerGetBlockNumber(const ItemPointerData *pointer)
Definition itemptr.h:103
static MemoryContext MemoryContextSwitchTo(MemoryContext context)
Definition palloc.h:124
#define INDEX_MAX_KEYS
GlobalVisState * GlobalVisTestFor(Relation rel)
Definition procarray.c:4114
#define RelationGetRelationName(relation)
Definition rel.h:548
#define VISITED_PAGES_LIMIT
#define InitNonVacuumableSnapshot(snapshotdata, vistestp)
Definition snapmgr.h:50
static TupleTableSlot * ExecClearTuple(TupleTableSlot *slot)
Definition tuptable.h:457
#define VM_ALL_VISIBLE(r, b, v)

References datumCopy(), elog, ERROR, ExecClearTuple(), fb(), GlobalVisTestFor(), index_beginscan(), index_deform_tuple(), index_endscan(), index_fetch_heap(), index_getnext_tid(), INDEX_MAX_KEYS, index_rescan(), InitNonVacuumableSnapshot, InvalidBlockNumber, InvalidBuffer, ItemPointerGetBlockNumber(), MemoryContextSwitchTo(), RelationGetRelationName, ReleaseBuffer(), values, VISITED_PAGES_LIMIT, and VM_ALL_VISIBLE.

Referenced by get_actual_variable_range().

◆ get_actual_variable_range()

static bool get_actual_variable_range ( PlannerInfo root,
VariableStatData vardata,
Oid  sortop,
Oid  collation,
Datum min,
Datum max 
)
static

Definition at line 6905 of file selfuncs.c.

6908{
6909 bool have_data = false;
6910 RelOptInfo *rel = vardata->rel;
6912 ListCell *lc;
6913
6914 /* No hope if no relation or it doesn't have indexes */
6915 if (rel == NULL || rel->indexlist == NIL)
6916 return false;
6917 /* If it has indexes it must be a plain relation */
6918 rte = root->simple_rte_array[rel->relid];
6919 Assert(rte->rtekind == RTE_RELATION);
6920
6921 /* ignore partitioned tables. Any indexes here are not real indexes */
6922 if (rte->relkind == RELKIND_PARTITIONED_TABLE)
6923 return false;
6924
6925 /* Search through the indexes to see if any match our problem */
6926 foreach(lc, rel->indexlist)
6927 {
6929 ScanDirection indexscandir;
6930 StrategyNumber strategy;
6931
6932 /* Ignore non-ordering indexes */
6933 if (index->sortopfamily == NULL)
6934 continue;
6935
6936 /*
6937 * Ignore partial indexes --- we only want stats that cover the entire
6938 * relation.
6939 */
6940 if (index->indpred != NIL)
6941 continue;
6942
6943 /*
6944 * The index list might include hypothetical indexes inserted by a
6945 * get_relation_info hook --- don't try to access them.
6946 */
6947 if (index->hypothetical)
6948 continue;
6949
6950 /*
6951 * get_actual_variable_endpoint uses the index-only-scan machinery, so
6952 * ignore indexes that can't use it on their first column.
6953 */
6954 if (!index->canreturn[0])
6955 continue;
6956
6957 /*
6958 * The first index column must match the desired variable, sortop, and
6959 * collation --- but we can use a descending-order index.
6960 */
6961 if (collation != index->indexcollations[0])
6962 continue; /* test first 'cause it's cheapest */
6963 if (!match_index_to_operand(vardata->var, 0, index))
6964 continue;
6965 strategy = get_op_opfamily_strategy(sortop, index->sortopfamily[0]);
6966 switch (IndexAmTranslateStrategy(strategy, index->relam, index->sortopfamily[0], true))
6967 {
6968 case COMPARE_LT:
6969 if (index->reverse_sort[0])
6970 indexscandir = BackwardScanDirection;
6971 else
6972 indexscandir = ForwardScanDirection;
6973 break;
6974 case COMPARE_GT:
6975 if (index->reverse_sort[0])
6976 indexscandir = ForwardScanDirection;
6977 else
6978 indexscandir = BackwardScanDirection;
6979 break;
6980 default:
6981 /* index doesn't match the sortop */
6982 continue;
6983 }
6984
6985 /*
6986 * Found a suitable index to extract data from. Set up some data that
6987 * can be used by both invocations of get_actual_variable_endpoint.
6988 */
6989 {
6990 MemoryContext tmpcontext;
6991 MemoryContext oldcontext;
6992 Relation heapRel;
6993 Relation indexRel;
6994 TupleTableSlot *slot;
6995 int16 typLen;
6996 bool typByVal;
6997 ScanKeyData scankeys[1];
6998
6999 /* Make sure any cruft gets recycled when we're done */
7001 "get_actual_variable_range workspace",
7003 oldcontext = MemoryContextSwitchTo(tmpcontext);
7004
7005 /*
7006 * Open the table and index so we can read from them. We should
7007 * already have some type of lock on each.
7008 */
7009 heapRel = table_open(rte->relid, NoLock);
7010 indexRel = index_open(index->indexoid, NoLock);
7011
7012 /* build some stuff needed for indexscan execution */
7013 slot = table_slot_create(heapRel, NULL);
7014 get_typlenbyval(vardata->atttype, &typLen, &typByVal);
7015
7016 /* set up an IS NOT NULL scan key so that we ignore nulls */
7017 ScanKeyEntryInitialize(&scankeys[0],
7019 1, /* index col to scan */
7020 InvalidStrategy, /* no strategy */
7021 InvalidOid, /* no strategy subtype */
7022 InvalidOid, /* no collation */
7023 InvalidOid, /* no reg proc for this */
7024 (Datum) 0); /* constant */
7025
7026 /* If min is requested ... */
7027 if (min)
7028 {
7030 indexRel,
7031 indexscandir,
7032 scankeys,
7033 typLen,
7034 typByVal,
7035 slot,
7036 oldcontext,
7037 min);
7038 }
7039 else
7040 {
7041 /* If min not requested, still want to fetch max */
7042 have_data = true;
7043 }
7044
7045 /* If max is requested, and we didn't already fail ... */
7046 if (max && have_data)
7047 {
7048 /* scan in the opposite direction; all else is the same */
7050 indexRel,
7051 -indexscandir,
7052 scankeys,
7053 typLen,
7054 typByVal,
7055 slot,
7056 oldcontext,
7057 max);
7058 }
7059
7060 /* Clean everything up */
7062
7063 index_close(indexRel, NoLock);
7064 table_close(heapRel, NoLock);
7065
7066 MemoryContextSwitchTo(oldcontext);
7067 MemoryContextDelete(tmpcontext);
7068
7069 /* And we're done */
7070 break;
7071 }
7072 }
7073
7074 return have_data;
7075}
CompareType IndexAmTranslateStrategy(StrategyNumber strategy, Oid amoid, Oid opfamily, bool missing_ok)
Definition amapi.c:131
int16_t int16
Definition c.h:583
@ COMPARE_GT
Definition cmptype.h:38
@ COMPARE_LT
Definition cmptype.h:34
void ExecDropSingleTupleTableSlot(TupleTableSlot *slot)
bool match_index_to_operand(Node *operand, int indexcol, IndexOptInfo *index)
Definition indxpath.c:4354
void MemoryContextDelete(MemoryContext context)
Definition mcxt.c:472
#define AllocSetContextCreate
Definition memutils.h:129
#define ALLOCSET_DEFAULT_SIZES
Definition memutils.h:160
void ScanKeyEntryInitialize(ScanKey entry, int flags, AttrNumber attributeNumber, StrategyNumber strategy, Oid subtype, Oid collation, RegProcedure procedure, Datum argument)
Definition scankey.c:32
ScanDirection
Definition sdir.h:25
@ BackwardScanDirection
Definition sdir.h:26
@ ForwardScanDirection
Definition sdir.h:28
static bool get_actual_variable_endpoint(Relation heapRel, Relation indexRel, ScanDirection indexscandir, ScanKey scankeys, int16 typLen, bool typByVal, TupleTableSlot *tableslot, MemoryContext outercontext, Datum *endpointDatum)
Definition selfuncs.c:7094
#define SK_SEARCHNOTNULL
Definition skey.h:122
#define SK_ISNULL
Definition skey.h:115
uint16 StrategyNumber
Definition stratnum.h:22
#define InvalidStrategy
Definition stratnum.h:24
List * indexlist
Definition pathnodes.h:1079
void table_close(Relation relation, LOCKMODE lockmode)
Definition table.c:126
Relation table_open(Oid relationId, LOCKMODE lockmode)
Definition table.c:40
TupleTableSlot * table_slot_create(Relation relation, List **reglist)
Definition tableam.c:92

References ALLOCSET_DEFAULT_SIZES, AllocSetContextCreate, Assert, BackwardScanDirection, COMPARE_GT, COMPARE_LT, CurrentMemoryContext, ExecDropSingleTupleTableSlot(), fb(), ForwardScanDirection, get_actual_variable_endpoint(), get_op_opfamily_strategy(), get_typlenbyval(), index_close(), index_open(), IndexAmTranslateStrategy(), RelOptInfo::indexlist, InvalidOid, InvalidStrategy, lfirst, match_index_to_operand(), MemoryContextDelete(), MemoryContextSwitchTo(), NIL, NoLock, RelOptInfo::relid, root, RTE_RELATION, ScanKeyEntryInitialize(), SK_ISNULL, SK_SEARCHNOTNULL, table_close(), table_open(), and table_slot_create().

Referenced by get_variable_range(), and ineq_histogram_selectivity().

◆ get_join_variables()

void get_join_variables ( PlannerInfo root,
List args,
SpecialJoinInfo sjinfo,
VariableStatData vardata1,
VariableStatData vardata2,
bool join_is_reversed 
)

Definition at line 5543 of file selfuncs.c.

5546{
5547 Node *left,
5548 *right;
5549
5550 if (list_length(args) != 2)
5551 elog(ERROR, "join operator should take two arguments");
5552
5553 left = (Node *) linitial(args);
5554 right = (Node *) lsecond(args);
5555
5556 examine_variable(root, left, 0, vardata1);
5557 examine_variable(root, right, 0, vardata2);
5558
5559 if (vardata1->rel &&
5560 bms_is_subset(vardata1->rel->relids, sjinfo->syn_righthand))
5561 *join_is_reversed = true; /* var1 is on RHS */
5562 else if (vardata2->rel &&
5563 bms_is_subset(vardata2->rel->relids, sjinfo->syn_lefthand))
5564 *join_is_reversed = true; /* var2 is on LHS */
5565 else
5566 *join_is_reversed = false;
5567}
bool bms_is_subset(const Bitmapset *a, const Bitmapset *b)
Definition bitmapset.c:412
Relids syn_lefthand
Definition pathnodes.h:3215
Relids syn_righthand
Definition pathnodes.h:3216

References bms_is_subset(), elog, ERROR, examine_variable(), fb(), linitial, list_length(), lsecond, root, SpecialJoinInfo::syn_lefthand, and SpecialJoinInfo::syn_righthand.

Referenced by eqjoinsel(), neqjoinsel(), and networkjoinsel().

◆ get_quals_from_indexclauses()

List * get_quals_from_indexclauses ( List indexclauses)

Definition at line 7291 of file selfuncs.c.

7292{
7293 List *result = NIL;
7294 ListCell *lc;
7295
7296 foreach(lc, indexclauses)
7297 {
7299 ListCell *lc2;
7300
7301 foreach(lc2, iclause->indexquals)
7302 {
7304
7305 result = lappend(result, rinfo);
7306 }
7307 }
7308 return result;
7309}

References fb(), lappend(), lfirst_node, and NIL.

Referenced by brincostestimate(), genericcostestimate(), and gincostestimate().

◆ get_restriction_variable()

bool get_restriction_variable ( PlannerInfo root,
List args,
int  varRelid,
VariableStatData vardata,
Node **  other,
bool varonleft 
)

Definition at line 5483 of file selfuncs.c.

5486{
5487 Node *left,
5488 *right;
5490
5491 /* Fail if not a binary opclause (probably shouldn't happen) */
5492 if (list_length(args) != 2)
5493 return false;
5494
5495 left = (Node *) linitial(args);
5496 right = (Node *) lsecond(args);
5497
5498 /*
5499 * Examine both sides. Note that when varRelid is nonzero, Vars of other
5500 * relations will be treated as pseudoconstants.
5501 */
5502 examine_variable(root, left, varRelid, vardata);
5503 examine_variable(root, right, varRelid, &rdata);
5504
5505 /*
5506 * If one side is a variable and the other not, we win.
5507 */
5508 if (vardata->rel && rdata.rel == NULL)
5509 {
5510 *varonleft = true;
5512 /* Assume we need no ReleaseVariableStats(rdata) here */
5513 return true;
5514 }
5515
5516 if (vardata->rel == NULL && rdata.rel)
5517 {
5518 *varonleft = false;
5520 /* Assume we need no ReleaseVariableStats(*vardata) here */
5521 *vardata = rdata;
5522 return true;
5523 }
5524
5525 /* Oops, clause has wrong structure (probably var op var) */
5528
5529 return false;
5530}
Node * estimate_expression_value(PlannerInfo *root, Node *node)
Definition clauses.c:2408

References estimate_expression_value(), examine_variable(), fb(), linitial, list_length(), lsecond, ReleaseVariableStats, and root.

Referenced by _int_matchsel(), arraycontsel(), eqsel_internal(), generic_restriction_selectivity(), multirangesel(), networksel(), patternsel_common(), rangesel(), scalarineqsel_wrapper(), and tsmatchsel().

◆ get_stats_slot_range()

static void get_stats_slot_range ( AttStatsSlot sslot,
Oid  opfuncoid,
FmgrInfo opproc,
Oid  collation,
int16  typLen,
bool  typByVal,
Datum min,
Datum max,
bool p_have_data 
)
static

Definition at line 6842 of file selfuncs.c.

6845{
6846 Datum tmin = *min;
6847 Datum tmax = *max;
6848 bool have_data = *p_have_data;
6849 bool found_tmin = false;
6850 bool found_tmax = false;
6851
6852 /* Look up the comparison function, if we didn't already do so */
6853 if (opproc->fn_oid != opfuncoid)
6855
6856 /* Scan all the slot's values */
6857 for (int i = 0; i < sslot->nvalues; i++)
6858 {
6859 if (!have_data)
6860 {
6861 tmin = tmax = sslot->values[i];
6862 found_tmin = found_tmax = true;
6863 *p_have_data = have_data = true;
6864 continue;
6865 }
6867 collation,
6868 sslot->values[i], tmin)))
6869 {
6870 tmin = sslot->values[i];
6871 found_tmin = true;
6872 }
6874 collation,
6875 tmax, sslot->values[i])))
6876 {
6877 tmax = sslot->values[i];
6878 found_tmax = true;
6879 }
6880 }
6881
6882 /*
6883 * Copy the slot's values, if we found new extreme values.
6884 */
6885 if (found_tmin)
6886 *min = datumCopy(tmin, typByVal, typLen);
6887 if (found_tmax)
6888 *max = datumCopy(tmax, typByVal, typLen);
6889}
Datum FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2)
Definition fmgr.c:1150

References datumCopy(), DatumGetBool(), fb(), fmgr_info(), FunctionCall2Coll(), and i.

Referenced by get_variable_range().

◆ get_variable_numdistinct()

double get_variable_numdistinct ( VariableStatData vardata,
bool isdefault 
)

Definition at line 6582 of file selfuncs.c.

6583{
6584 double stadistinct;
6585 double stanullfrac = 0.0;
6586 double ntuples;
6587
6588 *isdefault = false;
6589
6590 /*
6591 * Determine the stadistinct value to use. There are cases where we can
6592 * get an estimate even without a pg_statistic entry, or can get a better
6593 * value than is in pg_statistic. Grab stanullfrac too if we can find it
6594 * (otherwise, assume no nulls, for lack of any better idea).
6595 */
6596 if (HeapTupleIsValid(vardata->statsTuple))
6597 {
6598 /* Use the pg_statistic entry */
6599 Form_pg_statistic stats;
6600
6601 stats = (Form_pg_statistic) GETSTRUCT(vardata->statsTuple);
6602 stadistinct = stats->stadistinct;
6603 stanullfrac = stats->stanullfrac;
6604 }
6605 else if (vardata->vartype == BOOLOID)
6606 {
6607 /*
6608 * Special-case boolean columns: presumably, two distinct values.
6609 *
6610 * Are there any other datatypes we should wire in special estimates
6611 * for?
6612 */
6613 stadistinct = 2.0;
6614 }
6615 else if (vardata->rel && vardata->rel->rtekind == RTE_VALUES)
6616 {
6617 /*
6618 * If the Var represents a column of a VALUES RTE, assume it's unique.
6619 * This could of course be very wrong, but it should tend to be true
6620 * in well-written queries. We could consider examining the VALUES'
6621 * contents to get some real statistics; but that only works if the
6622 * entries are all constants, and it would be pretty expensive anyway.
6623 */
6624 stadistinct = -1.0; /* unique (and all non null) */
6625 }
6626 else
6627 {
6628 /*
6629 * We don't keep statistics for system columns, but in some cases we
6630 * can infer distinctness anyway.
6631 */
6632 if (vardata->var && IsA(vardata->var, Var))
6633 {
6634 switch (((Var *) vardata->var)->varattno)
6635 {
6637 stadistinct = -1.0; /* unique (and all non null) */
6638 break;
6640 stadistinct = 1.0; /* only 1 value */
6641 break;
6642 default:
6643 stadistinct = 0.0; /* means "unknown" */
6644 break;
6645 }
6646 }
6647 else
6648 stadistinct = 0.0; /* means "unknown" */
6649
6650 /*
6651 * XXX consider using estimate_num_groups on expressions?
6652 */
6653 }
6654
6655 /*
6656 * If there is a unique index, DISTINCT or GROUP-BY clause for the
6657 * variable, assume it is unique no matter what pg_statistic says; the
6658 * statistics could be out of date, or we might have found a partial
6659 * unique index that proves the var is unique for this query. However,
6660 * we'd better still believe the null-fraction statistic.
6661 */
6662 if (vardata->isunique)
6663 stadistinct = -1.0 * (1.0 - stanullfrac);
6664
6665 /*
6666 * If we had an absolute estimate, use that.
6667 */
6668 if (stadistinct > 0.0)
6669 return clamp_row_est(stadistinct);
6670
6671 /*
6672 * Otherwise we need to get the relation size; punt if not available.
6673 */
6674 if (vardata->rel == NULL)
6675 {
6676 *isdefault = true;
6677 return DEFAULT_NUM_DISTINCT;
6678 }
6679 ntuples = vardata->rel->tuples;
6680 if (ntuples <= 0.0)
6681 {
6682 *isdefault = true;
6683 return DEFAULT_NUM_DISTINCT;
6684 }
6685
6686 /*
6687 * If we had a relative estimate, use that.
6688 */
6689 if (stadistinct < 0.0)
6690 return clamp_row_est(-stadistinct * ntuples);
6691
6692 /*
6693 * With no data, estimate ndistinct = ntuples if the table is small, else
6694 * use default. We use DEFAULT_NUM_DISTINCT as the cutoff for "small" so
6695 * that the behavior isn't discontinuous.
6696 */
6697 if (ntuples < DEFAULT_NUM_DISTINCT)
6698 return clamp_row_est(ntuples);
6699
6700 *isdefault = true;
6701 return DEFAULT_NUM_DISTINCT;
6702}
@ RTE_VALUES
#define DEFAULT_NUM_DISTINCT
Definition selfuncs.h:52
#define TableOidAttributeNumber
Definition sysattr.h:26
#define SelfItemPointerAttributeNumber
Definition sysattr.h:21

References clamp_row_est(), DEFAULT_NUM_DISTINCT, fb(), GETSTRUCT(), HeapTupleIsValid, IsA, RTE_VALUES, SelfItemPointerAttributeNumber, and TableOidAttributeNumber.

Referenced by add_unique_group_var(), btcostestimate(), eqjoinsel(), estimate_hash_bucket_stats(), ineq_histogram_selectivity(), var_eq_const(), and var_eq_non_const().

◆ get_variable_range()

static bool get_variable_range ( PlannerInfo root,
VariableStatData vardata,
Oid  sortop,
Oid  collation,
Datum min,
Datum max 
)
static

Definition at line 6715 of file selfuncs.c.

6718{
6719 Datum tmin = 0;
6720 Datum tmax = 0;
6721 bool have_data = false;
6722 int16 typLen;
6723 bool typByVal;
6724 Oid opfuncoid;
6727
6728 /*
6729 * XXX It's very tempting to try to use the actual column min and max, if
6730 * we can get them relatively-cheaply with an index probe. However, since
6731 * this function is called many times during join planning, that could
6732 * have unpleasant effects on planning speed. Need more investigation
6733 * before enabling this.
6734 */
6735#ifdef NOT_USED
6736 if (get_actual_variable_range(root, vardata, sortop, collation, min, max))
6737 return true;
6738#endif
6739
6740 if (!HeapTupleIsValid(vardata->statsTuple))
6741 {
6742 /* no stats available, so default result */
6743 return false;
6744 }
6745
6746 /*
6747 * If we can't apply the sortop to the stats data, just fail. In
6748 * principle, if there's a histogram and no MCVs, we could return the
6749 * histogram endpoints without ever applying the sortop ... but it's
6750 * probably not worth trying, because whatever the caller wants to do with
6751 * the endpoints would likely fail the security check too.
6752 */
6754 (opfuncoid = get_opcode(sortop))))
6755 return false;
6756
6757 opproc.fn_oid = InvalidOid; /* mark this as not looked up yet */
6758
6759 get_typlenbyval(vardata->atttype, &typLen, &typByVal);
6760
6761 /*
6762 * If there is a histogram with the ordering we want, grab the first and
6763 * last values.
6764 */
6765 if (get_attstatsslot(&sslot, vardata->statsTuple,
6768 {
6769 if (sslot.stacoll == collation && sslot.nvalues > 0)
6770 {
6771 tmin = datumCopy(sslot.values[0], typByVal, typLen);
6772 tmax = datumCopy(sslot.values[sslot.nvalues - 1], typByVal, typLen);
6773 have_data = true;
6774 }
6776 }
6777
6778 /*
6779 * Otherwise, if there is a histogram with some other ordering, scan it
6780 * and get the min and max values according to the ordering we want. This
6781 * of course may not find values that are really extremal according to our
6782 * ordering, but it beats ignoring available data.
6783 */
6784 if (!have_data &&
6785 get_attstatsslot(&sslot, vardata->statsTuple,
6788 {
6790 collation, typLen, typByVal,
6791 &tmin, &tmax, &have_data);
6793 }
6794
6795 /*
6796 * If we have most-common-values info, look for extreme MCVs. This is
6797 * needed even if we also have a histogram, since the histogram excludes
6798 * the MCVs. However, if we *only* have MCVs and no histogram, we should
6799 * be pretty wary of deciding that that is a full representation of the
6800 * data. Proceed only if the MCVs represent the whole table (to within
6801 * roundoff error).
6802 */
6803 if (get_attstatsslot(&sslot, vardata->statsTuple,
6807 {
6808 bool use_mcvs = have_data;
6809
6810 if (!have_data)
6811 {
6812 double sumcommon = 0.0;
6813 double nullfrac;
6814 int i;
6815
6816 for (i = 0; i < sslot.nnumbers; i++)
6817 sumcommon += sslot.numbers[i];
6818 nullfrac = ((Form_pg_statistic) GETSTRUCT(vardata->statsTuple))->stanullfrac;
6819 if (sumcommon + nullfrac > 0.99999)
6820 use_mcvs = true;
6821 }
6822
6823 if (use_mcvs)
6825 collation, typLen, typByVal,
6826 &tmin, &tmax, &have_data);
6828 }
6829
6830 *min = tmin;
6831 *max = tmax;
6832 return have_data;
6833}
static bool get_actual_variable_range(PlannerInfo *root, VariableStatData *vardata, Oid sortop, Oid collation, Datum *min, Datum *max)
Definition selfuncs.c:6905
static void get_stats_slot_range(AttStatsSlot *sslot, Oid opfuncoid, FmgrInfo *opproc, Oid collation, int16 typLen, bool typByVal, Datum *min, Datum *max, bool *p_have_data)
Definition selfuncs.c:6842

References ATTSTATSSLOT_NUMBERS, ATTSTATSSLOT_VALUES, datumCopy(), fb(), free_attstatsslot(), get_actual_variable_range(), get_attstatsslot(), get_opcode(), get_stats_slot_range(), get_typlenbyval(), GETSTRUCT(), HeapTupleIsValid, i, InvalidOid, root, and statistic_proc_security_check().

Referenced by mergejoinscansel().

◆ gincost_opexpr()

static bool gincost_opexpr ( PlannerInfo root,
IndexOptInfo index,
int  indexcol,
OpExpr clause,
GinQualCounts counts 
)
static

Definition at line 8415 of file selfuncs.c.

8420{
8421 Oid clause_op = clause->opno;
8422 Node *operand = (Node *) lsecond(clause->args);
8423
8424 /* aggressively reduce to a constant, and look through relabeling */
8425 operand = estimate_expression_value(root, operand);
8426
8427 if (IsA(operand, RelabelType))
8428 operand = (Node *) ((RelabelType *) operand)->arg;
8429
8430 /*
8431 * It's impossible to call extractQuery method for unknown operand. So
8432 * unless operand is a Const we can't do much; just assume there will be
8433 * one ordinary search entry from the operand at runtime.
8434 */
8435 if (!IsA(operand, Const))
8436 {
8437 counts->exactEntries++;
8438 counts->searchEntries++;
8439 return true;
8440 }
8441
8442 /* If Const is null, there can be no matches */
8443 if (((Const *) operand)->constisnull)
8444 return false;
8445
8446 /* Otherwise, apply extractQuery and get the actual term counts */
8447 return gincost_pattern(index, indexcol, clause_op,
8448 ((Const *) operand)->constvalue,
8449 counts);
8450}
static bool gincost_pattern(IndexOptInfo *index, int indexcol, Oid clause_op, Datum query, GinQualCounts *counts)
Definition selfuncs.c:8301
double exactEntries
Definition selfuncs.c:8290
double searchEntries
Definition selfuncs.c:8291
List * args
Definition primnodes.h:869

References arg, OpExpr::args, estimate_expression_value(), GinQualCounts::exactEntries, fb(), gincost_pattern(), IsA, lsecond, OpExpr::opno, root, and GinQualCounts::searchEntries.

Referenced by gincostestimate().

◆ gincost_pattern()

static bool gincost_pattern ( IndexOptInfo index,
int  indexcol,
Oid  clause_op,
Datum  query,
GinQualCounts counts 
)
static

Definition at line 8301 of file selfuncs.c.

8304{
8305 FmgrInfo flinfo;
8307 Oid collation;
8308 int strategy_op;
8309 Oid lefttype,
8310 righttype;
8311 int32 nentries = 0;
8312 bool *partial_matches = NULL;
8313 Pointer *extra_data = NULL;
8314 bool *nullFlags = NULL;
8315 int32 searchMode = GIN_SEARCH_MODE_DEFAULT;
8316 int32 i;
8317
8318 Assert(indexcol < index->nkeycolumns);
8319
8320 /*
8321 * Get the operator's strategy number and declared input data types within
8322 * the index opfamily. (We don't need the latter, but we use
8323 * get_op_opfamily_properties because it will throw error if it fails to
8324 * find a matching pg_amop entry.)
8325 */
8326 get_op_opfamily_properties(clause_op, index->opfamily[indexcol], false,
8327 &strategy_op, &lefttype, &righttype);
8328
8329 /*
8330 * GIN always uses the "default" support functions, which are those with
8331 * lefttype == righttype == the opclass' opcintype (see
8332 * IndexSupportInitialize in relcache.c).
8333 */
8334 extractProcOid = get_opfamily_proc(index->opfamily[indexcol],
8335 index->opcintype[indexcol],
8336 index->opcintype[indexcol],
8338
8340 {
8341 /* should not happen; throw same error as index_getprocinfo */
8342 elog(ERROR, "missing support function %d for attribute %d of index \"%s\"",
8343 GIN_EXTRACTQUERY_PROC, indexcol + 1,
8344 get_rel_name(index->indexoid));
8345 }
8346
8347 /*
8348 * Choose collation to pass to extractProc (should match initGinState).
8349 */
8350 if (OidIsValid(index->indexcollations[indexcol]))
8351 collation = index->indexcollations[indexcol];
8352 else
8353 collation = DEFAULT_COLLATION_OID;
8354
8355 fmgr_info(extractProcOid, &flinfo);
8356
8357 set_fn_opclass_options(&flinfo, index->opclassoptions[indexcol]);
8358
8359 FunctionCall7Coll(&flinfo,
8360 collation,
8361 query,
8362 PointerGetDatum(&nentries),
8365 PointerGetDatum(&extra_data),
8367 PointerGetDatum(&searchMode));
8368
8369 if (nentries <= 0 && searchMode == GIN_SEARCH_MODE_DEFAULT)
8370 {
8371 /* No match is possible */
8372 return false;
8373 }
8374
8375 for (i = 0; i < nentries; i++)
8376 {
8377 /*
8378 * For partial match we haven't any information to estimate number of
8379 * matched entries in index, so, we just estimate it as 100
8380 */
8382 counts->partialEntries += 100;
8383 else
8384 counts->exactEntries++;
8385
8386 counts->searchEntries++;
8387 }
8388
8389 if (searchMode == GIN_SEARCH_MODE_DEFAULT)
8390 {
8391 counts->attHasNormalScan[indexcol] = true;
8392 }
8393 else if (searchMode == GIN_SEARCH_MODE_INCLUDE_EMPTY)
8394 {
8395 /* Treat "include empty" like an exact-match item */
8396 counts->attHasNormalScan[indexcol] = true;
8397 counts->exactEntries++;
8398 counts->searchEntries++;
8399 }
8400 else
8401 {
8402 /* It's GIN_SEARCH_MODE_ALL */
8403 counts->attHasFullScan[indexcol] = true;
8404 }
8405
8406 return true;
8407}
int32_t int32
Definition c.h:584
void * Pointer
Definition c.h:579
void set_fn_opclass_options(FmgrInfo *flinfo, bytea *options)
Definition fmgr.c:2035
Datum FunctionCall7Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2, Datum arg3, Datum arg4, Datum arg5, Datum arg6, Datum arg7)
Definition fmgr.c:1285
#define GIN_EXTRACTQUERY_PROC
Definition gin.h:26
#define GIN_SEARCH_MODE_DEFAULT
Definition gin.h:36
#define GIN_SEARCH_MODE_INCLUDE_EMPTY
Definition gin.h:37
char * get_rel_name(Oid relid)
Definition lsyscache.c:2078
void get_op_opfamily_properties(Oid opno, Oid opfamily, bool ordering_op, int *strategy, Oid *lefttype, Oid *righttype)
Definition lsyscache.c:138
Oid get_opfamily_proc(Oid opfamily, Oid lefttype, Oid righttype, int16 procnum)
Definition lsyscache.c:872
static Datum PointerGetDatum(const void *X)
Definition postgres.h:342
static Datum UInt16GetDatum(uint16 X)
Definition postgres.h:192
bool attHasNormalScan[INDEX_MAX_KEYS]
Definition selfuncs.c:8288
double partialEntries
Definition selfuncs.c:8289
bool attHasFullScan[INDEX_MAX_KEYS]
Definition selfuncs.c:8287

References Assert, GinQualCounts::attHasFullScan, GinQualCounts::attHasNormalScan, elog, ERROR, GinQualCounts::exactEntries, fb(), fmgr_info(), FunctionCall7Coll(), get_op_opfamily_properties(), get_opfamily_proc(), get_rel_name(), GIN_EXTRACTQUERY_PROC, GIN_SEARCH_MODE_DEFAULT, GIN_SEARCH_MODE_INCLUDE_EMPTY, i, OidIsValid, GinQualCounts::partialEntries, PointerGetDatum(), GinQualCounts::searchEntries, set_fn_opclass_options(), and UInt16GetDatum().

Referenced by gincost_opexpr(), and gincost_scalararrayopexpr().

◆ gincost_scalararrayopexpr()

static bool gincost_scalararrayopexpr ( PlannerInfo root,
IndexOptInfo index,
int  indexcol,
ScalarArrayOpExpr clause,
double  numIndexEntries,
GinQualCounts counts 
)
static

Definition at line 8465 of file selfuncs.c.

8471{
8472 Oid clause_op = clause->opno;
8473 Node *rightop = (Node *) lsecond(clause->args);
8475 int16 elmlen;
8476 bool elmbyval;
8477 char elmalign;
8478 int numElems;
8480 bool *elemNulls;
8482 int numPossible = 0;
8483 int i;
8484
8485 Assert(clause->useOr);
8486
8487 /* aggressively reduce to a constant, and look through relabeling */
8489
8490 if (IsA(rightop, RelabelType))
8491 rightop = (Node *) ((RelabelType *) rightop)->arg;
8492
8493 /*
8494 * It's impossible to call extractQuery method for unknown operand. So
8495 * unless operand is a Const we can't do much; just assume there will be
8496 * one ordinary search entry from each array entry at runtime, and fall
8497 * back on a probably-bad estimate of the number of array entries.
8498 */
8499 if (!IsA(rightop, Const))
8500 {
8501 counts->exactEntries++;
8502 counts->searchEntries++;
8504 return true;
8505 }
8506
8507 /* If Const is null, there can be no matches */
8508 if (((Const *) rightop)->constisnull)
8509 return false;
8510
8511 /* Otherwise, extract the array elements and iterate over them */
8514 &elmlen, &elmbyval, &elmalign);
8517 elmlen, elmbyval, elmalign,
8519
8520 memset(&arraycounts, 0, sizeof(arraycounts));
8521
8522 for (i = 0; i < numElems; i++)
8523 {
8525
8526 /* NULL can't match anything, so ignore, as the executor will */
8527 if (elemNulls[i])
8528 continue;
8529
8530 /* Otherwise, apply extractQuery and get the actual term counts */
8531 memset(&elemcounts, 0, sizeof(elemcounts));
8532
8533 if (gincost_pattern(index, indexcol, clause_op, elemValues[i],
8534 &elemcounts))
8535 {
8536 /* We ignore array elements that are unsatisfiable patterns */
8537 numPossible++;
8538
8539 if (elemcounts.attHasFullScan[indexcol] &&
8540 !elemcounts.attHasNormalScan[indexcol])
8541 {
8542 /*
8543 * Full index scan will be required. We treat this as if
8544 * every key in the index had been listed in the query; is
8545 * that reasonable?
8546 */
8547 elemcounts.partialEntries = 0;
8548 elemcounts.exactEntries = numIndexEntries;
8549 elemcounts.searchEntries = numIndexEntries;
8550 }
8551 arraycounts.partialEntries += elemcounts.partialEntries;
8552 arraycounts.exactEntries += elemcounts.exactEntries;
8553 arraycounts.searchEntries += elemcounts.searchEntries;
8554 }
8555 }
8556
8557 if (numPossible == 0)
8558 {
8559 /* No satisfiable patterns in the array */
8560 return false;
8561 }
8562
8563 /*
8564 * Now add the averages to the global counts. This will give us an
8565 * estimate of the average number of terms searched for in each indexscan,
8566 * including contributions from both array and non-array quals.
8567 */
8568 counts->partialEntries += arraycounts.partialEntries / numPossible;
8569 counts->exactEntries += arraycounts.exactEntries / numPossible;
8570 counts->searchEntries += arraycounts.searchEntries / numPossible;
8571
8572 counts->arrayScans *= numPossible;
8573
8574 return true;
8575}
#define ARR_ELEMTYPE(a)
Definition array.h:292
void deconstruct_array(const ArrayType *array, Oid elmtype, int elmlen, bool elmbyval, char elmalign, Datum **elemsp, bool **nullsp, int *nelemsp)
void get_typlenbyvalalign(Oid typid, int16 *typlen, bool *typbyval, char *typalign)
Definition lsyscache.c:2421
double arrayScans
Definition selfuncs.c:8292

References arg, ScalarArrayOpExpr::args, ARR_ELEMTYPE, GinQualCounts::arrayScans, Assert, DatumGetArrayTypeP, deconstruct_array(), estimate_array_length(), estimate_expression_value(), GinQualCounts::exactEntries, fb(), get_typlenbyvalalign(), gincost_pattern(), i, IsA, lsecond, ScalarArrayOpExpr::opno, GinQualCounts::partialEntries, root, GinQualCounts::searchEntries, and ScalarArrayOpExpr::useOr.

Referenced by gincostestimate().

◆ gincostestimate()

void gincostestimate ( PlannerInfo root,
IndexPath path,
double  loop_count,
Cost indexStartupCost,
Cost indexTotalCost,
Selectivity indexSelectivity,
double indexCorrelation,
double indexPages 
)

Definition at line 8581 of file selfuncs.c.

8585{
8586 IndexOptInfo *index = path->indexinfo;
8589 double numPages = index->pages,
8590 numTuples = index->tuples;
8591 double numEntryPages,
8594 numEntries;
8595 GinQualCounts counts;
8596 bool matchPossible;
8597 bool fullIndexScan;
8598 double partialScale;
8599 double entryPagesFetched,
8602 double qual_op_cost,
8604 spc_random_page_cost,
8607 Relation indexRel;
8609 ListCell *lc;
8610 int i;
8611
8612 /*
8613 * Obtain statistical information from the meta page, if possible. Else
8614 * set ginStats to zeroes, and we'll cope below.
8615 */
8616 if (!index->hypothetical)
8617 {
8618 /* Lock should have already been obtained in plancat.c */
8619 indexRel = index_open(index->indexoid, NoLock);
8620 ginGetStats(indexRel, &ginStats);
8621 index_close(indexRel, NoLock);
8622 }
8623 else
8624 {
8625 memset(&ginStats, 0, sizeof(ginStats));
8626 }
8627
8628 /*
8629 * Assuming we got valid (nonzero) stats at all, nPendingPages can be
8630 * trusted, but the other fields are data as of the last VACUUM. We can
8631 * scale them up to account for growth since then, but that method only
8632 * goes so far; in the worst case, the stats might be for a completely
8633 * empty index, and scaling them will produce pretty bogus numbers.
8634 * Somewhat arbitrarily, set the cutoff for doing scaling at 4X growth; if
8635 * it's grown more than that, fall back to estimating things only from the
8636 * assumed-accurate index size. But we'll trust nPendingPages in any case
8637 * so long as it's not clearly insane, ie, more than the index size.
8638 */
8639 if (ginStats.nPendingPages < numPages)
8640 numPendingPages = ginStats.nPendingPages;
8641 else
8642 numPendingPages = 0;
8643
8644 if (numPages > 0 && ginStats.nTotalPages <= numPages &&
8645 ginStats.nTotalPages > numPages / 4 &&
8646 ginStats.nEntryPages > 0 && ginStats.nEntries > 0)
8647 {
8648 /*
8649 * OK, the stats seem close enough to sane to be trusted. But we
8650 * still need to scale them by the ratio numPages / nTotalPages to
8651 * account for growth since the last VACUUM.
8652 */
8653 double scale = numPages / ginStats.nTotalPages;
8654
8655 numEntryPages = ceil(ginStats.nEntryPages * scale);
8656 numDataPages = ceil(ginStats.nDataPages * scale);
8657 numEntries = ceil(ginStats.nEntries * scale);
8658 /* ensure we didn't round up too much */
8662 }
8663 else
8664 {
8665 /*
8666 * We might get here because it's a hypothetical index, or an index
8667 * created pre-9.1 and never vacuumed since upgrading (in which case
8668 * its stats would read as zeroes), or just because it's grown too
8669 * much since the last VACUUM for us to put our faith in scaling.
8670 *
8671 * Invent some plausible internal statistics based on the index page
8672 * count (and clamp that to at least 10 pages, just in case). We
8673 * estimate that 90% of the index is entry pages, and the rest is data
8674 * pages. Estimate 100 entries per entry page; this is rather bogus
8675 * since it'll depend on the size of the keys, but it's more robust
8676 * than trying to predict the number of entries per heap tuple.
8677 */
8678 numPages = Max(numPages, 10);
8682 }
8683
8684 /* In an empty index, numEntries could be zero. Avoid divide-by-zero */
8685 if (numEntries < 1)
8686 numEntries = 1;
8687
8688 /*
8689 * If the index is partial, AND the index predicate with the index-bound
8690 * quals to produce a more accurate idea of the number of rows covered by
8691 * the bound conditions.
8692 */
8694
8695 /* Estimate the fraction of main-table tuples that will be visited */
8696 *indexSelectivity = clauselist_selectivity(root, selectivityQuals,
8697 index->rel->relid,
8698 JOIN_INNER,
8699 NULL);
8700
8701 /* fetch estimated page cost for tablespace containing index */
8702 get_tablespace_page_costs(index->reltablespace,
8703 &spc_random_page_cost,
8704 NULL);
8705
8706 /*
8707 * Generic assumption about index correlation: there isn't any.
8708 */
8709 *indexCorrelation = 0.0;
8710
8711 /*
8712 * Examine quals to estimate number of search entries & partial matches
8713 */
8714 memset(&counts, 0, sizeof(counts));
8715 counts.arrayScans = 1;
8716 matchPossible = true;
8717
8718 foreach(lc, path->indexclauses)
8719 {
8721 ListCell *lc2;
8722
8723 foreach(lc2, iclause->indexquals)
8724 {
8726 Expr *clause = rinfo->clause;
8727
8728 if (IsA(clause, OpExpr))
8729 {
8731 index,
8732 iclause->indexcol,
8733 (OpExpr *) clause,
8734 &counts);
8735 if (!matchPossible)
8736 break;
8737 }
8738 else if (IsA(clause, ScalarArrayOpExpr))
8739 {
8741 index,
8742 iclause->indexcol,
8743 (ScalarArrayOpExpr *) clause,
8744 numEntries,
8745 &counts);
8746 if (!matchPossible)
8747 break;
8748 }
8749 else
8750 {
8751 /* shouldn't be anything else for a GIN index */
8752 elog(ERROR, "unsupported GIN indexqual type: %d",
8753 (int) nodeTag(clause));
8754 }
8755 }
8756 }
8757
8758 /* Fall out if there were any provably-unsatisfiable quals */
8759 if (!matchPossible)
8760 {
8761 *indexStartupCost = 0;
8762 *indexTotalCost = 0;
8763 *indexSelectivity = 0;
8764 return;
8765 }
8766
8767 /*
8768 * If attribute has a full scan and at the same time doesn't have normal
8769 * scan, then we'll have to scan all non-null entries of that attribute.
8770 * Currently, we don't have per-attribute statistics for GIN. Thus, we
8771 * must assume the whole GIN index has to be scanned in this case.
8772 */
8773 fullIndexScan = false;
8774 for (i = 0; i < index->nkeycolumns; i++)
8775 {
8776 if (counts.attHasFullScan[i] && !counts.attHasNormalScan[i])
8777 {
8778 fullIndexScan = true;
8779 break;
8780 }
8781 }
8782
8783 if (fullIndexScan || indexQuals == NIL)
8784 {
8785 /*
8786 * Full index scan will be required. We treat this as if every key in
8787 * the index had been listed in the query; is that reasonable?
8788 */
8789 counts.partialEntries = 0;
8790 counts.exactEntries = numEntries;
8791 counts.searchEntries = numEntries;
8792 }
8793
8794 /* Will we have more than one iteration of a nestloop scan? */
8796
8797 /*
8798 * Compute cost to begin scan, first of all, pay attention to pending
8799 * list.
8800 */
8802
8803 /*
8804 * Estimate number of entry pages read. We need to do
8805 * counts.searchEntries searches. Use a power function as it should be,
8806 * but tuples on leaf pages usually is much greater. Here we include all
8807 * searches in entry tree, including search of first entry in partial
8808 * match algorithm
8809 */
8811
8812 /*
8813 * Add an estimate of entry pages read by partial match algorithm. It's a
8814 * scan over leaf pages in entry tree. We haven't any useful stats here,
8815 * so estimate it as proportion. Because counts.partialEntries is really
8816 * pretty bogus (see code above), it's possible that it is more than
8817 * numEntries; clamp the proportion to ensure sanity.
8818 */
8821
8823
8824 /*
8825 * Partial match algorithm reads all data pages before doing actual scan,
8826 * so it's a startup cost. Again, we haven't any useful stats here, so
8827 * estimate it as proportion.
8828 */
8830
8831 *indexStartupCost = 0;
8832 *indexTotalCost = 0;
8833
8834 /*
8835 * Add a CPU-cost component to represent the costs of initial entry btree
8836 * descent. We don't charge any I/O cost for touching upper btree levels,
8837 * since they tend to stay in cache, but we still have to do about log2(N)
8838 * comparisons to descend a btree of N leaf tuples. We charge one
8839 * cpu_operator_cost per comparison.
8840 *
8841 * If there are ScalarArrayOpExprs, charge this once per SA scan. The
8842 * ones after the first one are not startup cost so far as the overall
8843 * plan is concerned, so add them only to "total" cost.
8844 */
8845 if (numEntries > 1) /* avoid computing log(0) */
8846 {
8848 *indexStartupCost += descentCost * counts.searchEntries;
8849 *indexTotalCost += counts.arrayScans * descentCost * counts.searchEntries;
8850 }
8851
8852 /*
8853 * Add a cpu cost per entry-page fetched. This is not amortized over a
8854 * loop.
8855 */
8858
8859 /*
8860 * Add a cpu cost per data-page fetched. This is also not amortized over a
8861 * loop. Since those are the data pages from the partial match algorithm,
8862 * charge them as startup cost.
8863 */
8865
8866 /*
8867 * Since we add the startup cost to the total cost later on, remove the
8868 * initial arrayscan from the total.
8869 */
8870 *indexTotalCost += dataPagesFetched * (counts.arrayScans - 1) * DEFAULT_PAGE_CPU_MULTIPLIER * cpu_operator_cost;
8871
8872 /*
8873 * Calculate cache effects if more than one scan due to nestloops or array
8874 * quals. The result is pro-rated per nestloop scan, but the array qual
8875 * factor shouldn't be pro-rated (compare genericcostestimate).
8876 */
8877 if (outer_scans > 1 || counts.arrayScans > 1)
8878 {
8889 }
8890
8891 /*
8892 * Here we use random page cost because logically-close pages could be far
8893 * apart on disk.
8894 */
8895 *indexStartupCost += (entryPagesFetched + dataPagesFetched) * spc_random_page_cost;
8896
8897 /*
8898 * Now compute the number of data pages fetched during the scan.
8899 *
8900 * We assume every entry to have the same number of items, and that there
8901 * is no overlap between them. (XXX: tsvector and array opclasses collect
8902 * statistics on the frequency of individual keys; it would be nice to use
8903 * those here.)
8904 */
8906
8907 /*
8908 * If there is a lot of overlap among the entries, in particular if one of
8909 * the entries is very frequent, the above calculation can grossly
8910 * under-estimate. As a simple cross-check, calculate a lower bound based
8911 * on the overall selectivity of the quals. At a minimum, we must read
8912 * one item pointer for each matching entry.
8913 *
8914 * The width of each item pointer varies, based on the level of
8915 * compression. We don't have statistics on that, but an average of
8916 * around 3 bytes per item is fairly typical.
8917 */
8918 dataPagesFetchedBySel = ceil(*indexSelectivity *
8919 (numTuples / (BLCKSZ / 3)));
8922
8923 /* Add one page cpu-cost to the startup cost */
8924 *indexStartupCost += DEFAULT_PAGE_CPU_MULTIPLIER * cpu_operator_cost * counts.searchEntries;
8925
8926 /*
8927 * Add once again a CPU-cost for those data pages, before amortizing for
8928 * cache.
8929 */
8931
8932 /* Account for cache effects, the same as above */
8933 if (outer_scans > 1 || counts.arrayScans > 1)
8934 {
8940 }
8941
8942 /* And apply random_page_cost as the cost per page */
8943 *indexTotalCost += *indexStartupCost +
8944 dataPagesFetched * spc_random_page_cost;
8945
8946 /*
8947 * Add on index qual eval costs, much as in genericcostestimate. We charge
8948 * cpu but we can disregard indexorderbys, since GIN doesn't support
8949 * those.
8950 */
8953
8954 *indexStartupCost += qual_arg_cost;
8955 *indexTotalCost += qual_arg_cost;
8956
8957 /*
8958 * Add a cpu cost per search entry, corresponding to the actual visited
8959 * entries.
8960 */
8961 *indexTotalCost += (counts.searchEntries * counts.arrayScans) * (qual_op_cost);
8962 /* Now add a cpu cost per tuple in the posting lists / trees */
8963 *indexTotalCost += (numTuples * *indexSelectivity) * (cpu_index_tuple_cost);
8965}
void ginGetStats(Relation index, GinStatsData *stats)
Definition ginutil.c:591
static int scale
Definition pgbench.c:182
static bool gincost_scalararrayopexpr(PlannerInfo *root, IndexOptInfo *index, int indexcol, ScalarArrayOpExpr *clause, double numIndexEntries, GinQualCounts *counts)
Definition selfuncs.c:8465
static bool gincost_opexpr(PlannerInfo *root, IndexOptInfo *index, int indexcol, OpExpr *clause, GinQualCounts *counts)
Definition selfuncs.c:8415

References add_predicate_to_index_quals(), GinQualCounts::arrayScans, GinQualCounts::attHasFullScan, GinQualCounts::attHasNormalScan, RestrictInfo::clause, clauselist_selectivity(), cpu_index_tuple_cost, cpu_operator_cost, DEFAULT_PAGE_CPU_MULTIPLIER, elog, ERROR, GinQualCounts::exactEntries, fb(), get_quals_from_indexclauses(), get_tablespace_page_costs(), gincost_opexpr(), gincost_scalararrayopexpr(), ginGetStats(), i, index_close(), index_open(), index_other_operands_eval_cost(), index_pages_fetched(), IndexPath::indexclauses, IndexPath::indexinfo, IsA, JOIN_INNER, lfirst_node, list_length(), Max, Min, NIL, nodeTag, NoLock, GinQualCounts::partialEntries, root, scale, and GinQualCounts::searchEntries.

Referenced by ginhandler().

◆ gistcostestimate()

void gistcostestimate ( PlannerInfo root,
IndexPath path,
double  loop_count,
Cost indexStartupCost,
Cost indexTotalCost,
Selectivity indexSelectivity,
double indexCorrelation,
double indexPages 
)

Definition at line 8171 of file selfuncs.c.

8175{
8176 IndexOptInfo *index = path->indexinfo;
8177 GenericCosts costs = {0};
8179
8180 genericcostestimate(root, path, loop_count, &costs);
8181
8182 /*
8183 * We model index descent costs similarly to those for btree, but to do
8184 * that we first need an idea of the tree height. We somewhat arbitrarily
8185 * assume that the fanout is 100, meaning the tree height is at most
8186 * log100(index->pages).
8187 *
8188 * Although this computation isn't really expensive enough to require
8189 * caching, we might as well use index->tree_height to cache it.
8190 */
8191 if (index->tree_height < 0) /* unknown? */
8192 {
8193 if (index->pages > 1) /* avoid computing log(0) */
8194 index->tree_height = (int) (log(index->pages) / log(100.0));
8195 else
8196 index->tree_height = 0;
8197 }
8198
8199 /*
8200 * Add a CPU-cost component to represent the costs of initial descent. We
8201 * just use log(N) here not log2(N) since the branching factor isn't
8202 * necessarily two anyway. As for btree, charge once per SA scan.
8203 */
8204 if (index->tuples > 1) /* avoid computing log(0) */
8205 {
8208 costs.indexTotalCost += costs.num_sa_scans * descentCost;
8209 }
8210
8211 /*
8212 * Likewise add a per-page charge, calculated the same as for btrees.
8213 */
8216 costs.indexTotalCost += costs.num_sa_scans * descentCost;
8217
8218 *indexStartupCost = costs.indexStartupCost;
8219 *indexTotalCost = costs.indexTotalCost;
8220 *indexSelectivity = costs.indexSelectivity;
8221 *indexCorrelation = costs.indexCorrelation;
8222 *indexPages = costs.numIndexPages;
8223}

References cpu_operator_cost, DEFAULT_PAGE_CPU_MULTIPLIER, fb(), genericcostestimate(), GenericCosts::indexCorrelation, IndexPath::indexinfo, GenericCosts::indexSelectivity, GenericCosts::indexStartupCost, GenericCosts::indexTotalCost, GenericCosts::num_sa_scans, GenericCosts::numIndexPages, and root.

Referenced by gisthandler().

◆ hash_mcv()

static uint32 hash_mcv ( MCVHashTable_hash tab,
Datum  key 
)
static

Definition at line 3091 of file selfuncs.c.

3092{
3093 MCVHashContext *context = (MCVHashContext *) tab->private_data;
3094 FunctionCallInfo fcinfo = context->hash_fcinfo;
3095 Datum fresult;
3096
3097 fcinfo->args[0].value = key;
3098 fcinfo->isnull = false;
3099 fresult = FunctionCallInvoke(fcinfo);
3100 Assert(!fcinfo->isnull);
3101 return DatumGetUInt32(fresult);
3102}
static uint32 DatumGetUInt32(Datum X)
Definition postgres.h:222
NullableDatum args[FLEXIBLE_ARRAY_MEMBER]
Definition fmgr.h:95
Datum value
Definition postgres.h:87

References FunctionCallInfoBaseData::args, Assert, DatumGetUInt32(), fb(), FunctionCallInvoke, MCVHashContext::hash_fcinfo, FunctionCallInfoBaseData::isnull, and NullableDatum::value.

◆ hashcostestimate()

void hashcostestimate ( PlannerInfo root,
IndexPath path,
double  loop_count,
Cost indexStartupCost,
Cost indexTotalCost,
Selectivity indexSelectivity,
double indexCorrelation,
double indexPages 
)

Definition at line 8129 of file selfuncs.c.

8133{
8134 GenericCosts costs = {0};
8135
8136 genericcostestimate(root, path, loop_count, &costs);
8137
8138 /*
8139 * A hash index has no descent costs as such, since the index AM can go
8140 * directly to the target bucket after computing the hash value. There
8141 * are a couple of other hash-specific costs that we could conceivably add
8142 * here, though:
8143 *
8144 * Ideally we'd charge spc_random_page_cost for each page in the target
8145 * bucket, not just the numIndexPages pages that genericcostestimate
8146 * thought we'd visit. However in most cases we don't know which bucket
8147 * that will be. There's no point in considering the average bucket size
8148 * because the hash AM makes sure that's always one page.
8149 *
8150 * Likewise, we could consider charging some CPU for each index tuple in
8151 * the bucket, if we knew how many there were. But the per-tuple cost is
8152 * just a hash value comparison, not a general datatype-dependent
8153 * comparison, so any such charge ought to be quite a bit less than
8154 * cpu_operator_cost; which makes it probably not worth worrying about.
8155 *
8156 * A bigger issue is that chance hash-value collisions will result in
8157 * wasted probes into the heap. We don't currently attempt to model this
8158 * cost on the grounds that it's rare, but maybe it's not rare enough.
8159 * (Any fix for this ought to consider the generic lossy-operator problem,
8160 * though; it's not entirely hash-specific.)
8161 */
8162
8163 *indexStartupCost = costs.indexStartupCost;
8164 *indexTotalCost = costs.indexTotalCost;
8165 *indexSelectivity = costs.indexSelectivity;
8166 *indexCorrelation = costs.indexCorrelation;
8167 *indexPages = costs.numIndexPages;
8168}

References fb(), genericcostestimate(), GenericCosts::indexCorrelation, GenericCosts::indexSelectivity, GenericCosts::indexStartupCost, GenericCosts::indexTotalCost, GenericCosts::numIndexPages, and root.

Referenced by hashhandler().

◆ histogram_selectivity()

double histogram_selectivity ( VariableStatData vardata,
FmgrInfo opproc,
Oid  collation,
Datum  constval,
bool  varonleft,
int  min_hist_size,
int  n_skip,
int hist_size 
)

Definition at line 896 of file selfuncs.c.

901{
902 double result;
904
905 /* check sanity of parameters */
906 Assert(n_skip >= 0);
908
909 if (HeapTupleIsValid(vardata->statsTuple) &&
911 get_attstatsslot(&sslot, vardata->statsTuple,
914 {
915 *hist_size = sslot.nvalues;
916 if (sslot.nvalues >= min_hist_size)
917 {
918 LOCAL_FCINFO(fcinfo, 2);
919 int nmatch = 0;
920 int i;
921
922 /*
923 * We invoke the opproc "by hand" so that we won't fail on NULL
924 * results. Such cases won't arise for normal comparison
925 * functions, but generic_restriction_selectivity could perhaps be
926 * used with operators that can return NULL. A small side benefit
927 * is to not need to re-initialize the fcinfo struct from scratch
928 * each time.
929 */
930 InitFunctionCallInfoData(*fcinfo, opproc, 2, collation,
931 NULL, NULL);
932 fcinfo->args[0].isnull = false;
933 fcinfo->args[1].isnull = false;
934 /* be careful to apply operator right way 'round */
935 if (varonleft)
936 fcinfo->args[1].value = constval;
937 else
938 fcinfo->args[0].value = constval;
939
940 for (i = n_skip; i < sslot.nvalues - n_skip; i++)
941 {
943
944 if (varonleft)
945 fcinfo->args[0].value = sslot.values[i];
946 else
947 fcinfo->args[1].value = sslot.values[i];
948 fcinfo->isnull = false;
949 fresult = FunctionCallInvoke(fcinfo);
950 if (!fcinfo->isnull && DatumGetBool(fresult))
951 nmatch++;
952 }
953 result = ((double) nmatch) / ((double) (sslot.nvalues - 2 * n_skip));
954 }
955 else
956 result = -1;
958 }
959 else
960 {
961 *hist_size = 0;
962 result = -1;
963 }
964
965 return result;
966}

References Assert, ATTSTATSSLOT_VALUES, DatumGetBool(), fb(), free_attstatsslot(), FunctionCallInvoke, get_attstatsslot(), HeapTupleIsValid, i, InitFunctionCallInfoData, InvalidOid, LOCAL_FCINFO, and statistic_proc_security_check().

Referenced by generic_restriction_selectivity(), and patternsel_common().

◆ index_other_operands_eval_cost()

Cost index_other_operands_eval_cost ( PlannerInfo root,
List indexquals 
)

Definition at line 7321 of file selfuncs.c.

7322{
7323 Cost qual_arg_cost = 0;
7324 ListCell *lc;
7325
7326 foreach(lc, indexquals)
7327 {
7328 Expr *clause = (Expr *) lfirst(lc);
7331
7332 /*
7333 * Index quals will have RestrictInfos, indexorderbys won't. Look
7334 * through RestrictInfo if present.
7335 */
7336 if (IsA(clause, RestrictInfo))
7337 clause = ((RestrictInfo *) clause)->clause;
7338
7339 if (IsA(clause, OpExpr))
7340 {
7341 OpExpr *op = (OpExpr *) clause;
7342
7343 other_operand = (Node *) lsecond(op->args);
7344 }
7345 else if (IsA(clause, RowCompareExpr))
7346 {
7347 RowCompareExpr *rc = (RowCompareExpr *) clause;
7348
7349 other_operand = (Node *) rc->rargs;
7350 }
7351 else if (IsA(clause, ScalarArrayOpExpr))
7352 {
7353 ScalarArrayOpExpr *saop = (ScalarArrayOpExpr *) clause;
7354
7355 other_operand = (Node *) lsecond(saop->args);
7356 }
7357 else if (IsA(clause, NullTest))
7358 {
7360 }
7361 else
7362 {
7363 elog(ERROR, "unsupported indexqual type: %d",
7364 (int) nodeTag(clause));
7365 other_operand = NULL; /* keep compiler quiet */
7366 }
7367
7369 qual_arg_cost += index_qual_cost.startup + index_qual_cost.per_tuple;
7370 }
7371 return qual_arg_cost;
7372}
void cost_qual_eval_node(QualCost *cost, Node *qual, PlannerInfo *root)
Definition costsize.c:4924

References OpExpr::args, ScalarArrayOpExpr::args, cost_qual_eval_node(), elog, ERROR, fb(), IsA, lfirst, lsecond, nodeTag, RowCompareExpr::rargs, and root.

Referenced by brincostestimate(), genericcostestimate(), and gincostestimate().

◆ ineq_histogram_selectivity()

double ineq_histogram_selectivity ( PlannerInfo root,
VariableStatData vardata,
Oid  opoid,
FmgrInfo opproc,
bool  isgt,
bool  iseq,
Oid  collation,
Datum  constval,
Oid  consttype 
)

Definition at line 1114 of file selfuncs.c.

1119{
1120 double hist_selec;
1122
1123 hist_selec = -1.0;
1124
1125 /*
1126 * Someday, ANALYZE might store more than one histogram per rel/att,
1127 * corresponding to more than one possible sort ordering defined for the
1128 * column type. Right now, we know there is only one, so just grab it and
1129 * see if it matches the query.
1130 *
1131 * Note that we can't use opoid as search argument; the staop appearing in
1132 * pg_statistic will be for the relevant '<' operator, but what we have
1133 * might be some other inequality operator such as '>='. (Even if opoid
1134 * is a '<' operator, it could be cross-type.) Hence we must use
1135 * comparison_ops_are_compatible() to see if the operators match.
1136 */
1137 if (HeapTupleIsValid(vardata->statsTuple) &&
1139 get_attstatsslot(&sslot, vardata->statsTuple,
1142 {
1143 if (sslot.nvalues > 1 &&
1144 sslot.stacoll == collation &&
1146 {
1147 /*
1148 * Use binary search to find the desired location, namely the
1149 * right end of the histogram bin containing the comparison value,
1150 * which is the leftmost entry for which the comparison operator
1151 * succeeds (if isgt) or fails (if !isgt).
1152 *
1153 * In this loop, we pay no attention to whether the operator iseq
1154 * or not; that detail will be mopped up below. (We cannot tell,
1155 * anyway, whether the operator thinks the values are equal.)
1156 *
1157 * If the binary search accesses the first or last histogram
1158 * entry, we try to replace that endpoint with the true column min
1159 * or max as found by get_actual_variable_range(). This
1160 * ameliorates misestimates when the min or max is moving as a
1161 * result of changes since the last ANALYZE. Note that this could
1162 * result in effectively including MCVs into the histogram that
1163 * weren't there before, but we don't try to correct for that.
1164 */
1165 double histfrac;
1166 int lobound = 0; /* first possible slot to search */
1167 int hibound = sslot.nvalues; /* last+1 slot to search */
1168 bool have_end = false;
1169
1170 /*
1171 * If there are only two histogram entries, we'll want up-to-date
1172 * values for both. (If there are more than two, we need at most
1173 * one of them to be updated, so we deal with that within the
1174 * loop.)
1175 */
1176 if (sslot.nvalues == 2)
1178 vardata,
1179 sslot.staop,
1180 collation,
1181 &sslot.values[0],
1182 &sslot.values[1]);
1183
1184 while (lobound < hibound)
1185 {
1186 int probe = (lobound + hibound) / 2;
1187 bool ltcmp;
1188
1189 /*
1190 * If we find ourselves about to compare to the first or last
1191 * histogram entry, first try to replace it with the actual
1192 * current min or max (unless we already did so above).
1193 */
1194 if (probe == 0 && sslot.nvalues > 2)
1196 vardata,
1197 sslot.staop,
1198 collation,
1199 &sslot.values[0],
1200 NULL);
1201 else if (probe == sslot.nvalues - 1 && sslot.nvalues > 2)
1203 vardata,
1204 sslot.staop,
1205 collation,
1206 NULL,
1207 &sslot.values[probe]);
1208
1210 collation,
1211 sslot.values[probe],
1212 constval));
1213 if (isgt)
1214 ltcmp = !ltcmp;
1215 if (ltcmp)
1216 lobound = probe + 1;
1217 else
1218 hibound = probe;
1219 }
1220
1221 if (lobound <= 0)
1222 {
1223 /*
1224 * Constant is below lower histogram boundary. More
1225 * precisely, we have found that no entry in the histogram
1226 * satisfies the inequality clause (if !isgt) or they all do
1227 * (if isgt). We estimate that that's true of the entire
1228 * table, so set histfrac to 0.0 (which we'll flip to 1.0
1229 * below, if isgt).
1230 */
1231 histfrac = 0.0;
1232 }
1233 else if (lobound >= sslot.nvalues)
1234 {
1235 /*
1236 * Inverse case: constant is above upper histogram boundary.
1237 */
1238 histfrac = 1.0;
1239 }
1240 else
1241 {
1242 /* We have values[i-1] <= constant <= values[i]. */
1243 int i = lobound;
1244 double eq_selec = 0;
1245 double val,
1246 high,
1247 low;
1248 double binfrac;
1249
1250 /*
1251 * In the cases where we'll need it below, obtain an estimate
1252 * of the selectivity of "x = constval". We use a calculation
1253 * similar to what var_eq_const() does for a non-MCV constant,
1254 * ie, estimate that all distinct non-MCV values occur equally
1255 * often. But multiplication by "1.0 - sumcommon - nullfrac"
1256 * will be done by our caller, so we shouldn't do that here.
1257 * Therefore we can't try to clamp the estimate by reference
1258 * to the least common MCV; the result would be too small.
1259 *
1260 * Note: since this is effectively assuming that constval
1261 * isn't an MCV, it's logically dubious if constval in fact is
1262 * one. But we have to apply *some* correction for equality,
1263 * and anyway we cannot tell if constval is an MCV, since we
1264 * don't have a suitable equality operator at hand.
1265 */
1266 if (i == 1 || isgt == iseq)
1267 {
1268 double otherdistinct;
1269 bool isdefault;
1271
1272 /* Get estimated number of distinct values */
1274 &isdefault);
1275
1276 /* Subtract off the number of known MCVs */
1277 if (get_attstatsslot(&mcvslot, vardata->statsTuple,
1280 {
1281 otherdistinct -= mcvslot.nnumbers;
1283 }
1284
1285 /* If result doesn't seem sane, leave eq_selec at 0 */
1286 if (otherdistinct > 1)
1287 eq_selec = 1.0 / otherdistinct;
1288 }
1289
1290 /*
1291 * Convert the constant and the two nearest bin boundary
1292 * values to a uniform comparison scale, and do a linear
1293 * interpolation within this bin.
1294 */
1295 if (convert_to_scalar(constval, consttype, collation,
1296 &val,
1297 sslot.values[i - 1], sslot.values[i],
1298 vardata->vartype,
1299 &low, &high))
1300 {
1301 if (high <= low)
1302 {
1303 /* cope if bin boundaries appear identical */
1304 binfrac = 0.5;
1305 }
1306 else if (val <= low)
1307 binfrac = 0.0;
1308 else if (val >= high)
1309 binfrac = 1.0;
1310 else
1311 {
1312 binfrac = (val - low) / (high - low);
1313
1314 /*
1315 * Watch out for the possibility that we got a NaN or
1316 * Infinity from the division. This can happen
1317 * despite the previous checks, if for example "low"
1318 * is -Infinity.
1319 */
1320 if (isnan(binfrac) ||
1321 binfrac < 0.0 || binfrac > 1.0)
1322 binfrac = 0.5;
1323 }
1324 }
1325 else
1326 {
1327 /*
1328 * Ideally we'd produce an error here, on the grounds that
1329 * the given operator shouldn't have scalarXXsel
1330 * registered as its selectivity func unless we can deal
1331 * with its operand types. But currently, all manner of
1332 * stuff is invoking scalarXXsel, so give a default
1333 * estimate until that can be fixed.
1334 */
1335 binfrac = 0.5;
1336 }
1337
1338 /*
1339 * Now, compute the overall selectivity across the values
1340 * represented by the histogram. We have i-1 full bins and
1341 * binfrac partial bin below the constant.
1342 */
1343 histfrac = (double) (i - 1) + binfrac;
1344 histfrac /= (double) (sslot.nvalues - 1);
1345
1346 /*
1347 * At this point, histfrac is an estimate of the fraction of
1348 * the population represented by the histogram that satisfies
1349 * "x <= constval". Somewhat remarkably, this statement is
1350 * true regardless of which operator we were doing the probes
1351 * with, so long as convert_to_scalar() delivers reasonable
1352 * results. If the probe constant is equal to some histogram
1353 * entry, we would have considered the bin to the left of that
1354 * entry if probing with "<" or ">=", or the bin to the right
1355 * if probing with "<=" or ">"; but binfrac would have come
1356 * out as 1.0 in the first case and 0.0 in the second, leading
1357 * to the same histfrac in either case. For probe constants
1358 * between histogram entries, we find the same bin and get the
1359 * same estimate with any operator.
1360 *
1361 * The fact that the estimate corresponds to "x <= constval"
1362 * and not "x < constval" is because of the way that ANALYZE
1363 * constructs the histogram: each entry is, effectively, the
1364 * rightmost value in its sample bucket. So selectivity
1365 * values that are exact multiples of 1/(histogram_size-1)
1366 * should be understood as estimates including a histogram
1367 * entry plus everything to its left.
1368 *
1369 * However, that breaks down for the first histogram entry,
1370 * which necessarily is the leftmost value in its sample
1371 * bucket. That means the first histogram bin is slightly
1372 * narrower than the rest, by an amount equal to eq_selec.
1373 * Another way to say that is that we want "x <= leftmost" to
1374 * be estimated as eq_selec not zero. So, if we're dealing
1375 * with the first bin (i==1), rescale to make that true while
1376 * adjusting the rest of that bin linearly.
1377 */
1378 if (i == 1)
1379 histfrac += eq_selec * (1.0 - binfrac);
1380
1381 /*
1382 * "x <= constval" is good if we want an estimate for "<=" or
1383 * ">", but if we are estimating for "<" or ">=", we now need
1384 * to decrease the estimate by eq_selec.
1385 */
1386 if (isgt == iseq)
1387 histfrac -= eq_selec;
1388 }
1389
1390 /*
1391 * Now the estimate is finished for "<" and "<=" cases. If we are
1392 * estimating for ">" or ">=", flip it.
1393 */
1394 hist_selec = isgt ? (1.0 - histfrac) : histfrac;
1395
1396 /*
1397 * The histogram boundaries are only approximate to begin with,
1398 * and may well be out of date anyway. Therefore, don't believe
1399 * extremely small or large selectivity estimates --- unless we
1400 * got actual current endpoint values from the table, in which
1401 * case just do the usual sanity clamp. Somewhat arbitrarily, we
1402 * set the cutoff for other cases at a hundredth of the histogram
1403 * resolution.
1404 */
1405 if (have_end)
1407 else
1408 {
1409 double cutoff = 0.01 / (double) (sslot.nvalues - 1);
1410
1411 if (hist_selec < cutoff)
1412 hist_selec = cutoff;
1413 else if (hist_selec > 1.0 - cutoff)
1414 hist_selec = 1.0 - cutoff;
1415 }
1416 }
1417 else if (sslot.nvalues > 1)
1418 {
1419 /*
1420 * If we get here, we have a histogram but it's not sorted the way
1421 * we want. Do a brute-force search to see how many of the
1422 * entries satisfy the comparison condition, and take that
1423 * fraction as our estimate. (This is identical to the inner loop
1424 * of histogram_selectivity; maybe share code?)
1425 */
1426 LOCAL_FCINFO(fcinfo, 2);
1427 int nmatch = 0;
1428
1429 InitFunctionCallInfoData(*fcinfo, opproc, 2, collation,
1430 NULL, NULL);
1431 fcinfo->args[0].isnull = false;
1432 fcinfo->args[1].isnull = false;
1433 fcinfo->args[1].value = constval;
1434 for (int i = 0; i < sslot.nvalues; i++)
1435 {
1436 Datum fresult;
1437
1438 fcinfo->args[0].value = sslot.values[i];
1439 fcinfo->isnull = false;
1440 fresult = FunctionCallInvoke(fcinfo);
1441 if (!fcinfo->isnull && DatumGetBool(fresult))
1442 nmatch++;
1443 }
1444 hist_selec = ((double) nmatch) / ((double) sslot.nvalues);
1445
1446 /*
1447 * As above, clamp to a hundredth of the histogram resolution.
1448 * This case is surely even less trustworthy than the normal one,
1449 * so we shouldn't believe exact 0 or 1 selectivity. (Maybe the
1450 * clamp should be more restrictive in this case?)
1451 */
1452 {
1453 double cutoff = 0.01 / (double) (sslot.nvalues - 1);
1454
1455 if (hist_selec < cutoff)
1456 hist_selec = cutoff;
1457 else if (hist_selec > 1.0 - cutoff)
1458 hist_selec = 1.0 - cutoff;
1459 }
1460 }
1461
1463 }
1464
1465 return hist_selec;
1466}
bool comparison_ops_are_compatible(Oid opno1, Oid opno2)
Definition lsyscache.c:823
static bool convert_to_scalar(Datum value, Oid valuetypid, Oid collid, double *scaledvalue, Datum lobound, Datum hibound, Oid boundstypid, double *scaledlobound, double *scaledhibound)
Definition selfuncs.c:4896

References ATTSTATSSLOT_NUMBERS, ATTSTATSSLOT_VALUES, CLAMP_PROBABILITY, comparison_ops_are_compatible(), convert_to_scalar(), DatumGetBool(), fb(), free_attstatsslot(), FunctionCall2Coll(), FunctionCallInvoke, get_actual_variable_range(), get_attstatsslot(), get_variable_numdistinct(), HeapTupleIsValid, i, InitFunctionCallInfoData, InvalidOid, LOCAL_FCINFO, AttStatsSlot::nvalues, root, statistic_proc_security_check(), and val.

Referenced by prefix_selectivity(), and scalarineqsel().

◆ matchingjoinsel()

Datum matchingjoinsel ( PG_FUNCTION_ARGS  )

Definition at line 3620 of file selfuncs.c.

3621{
3622 /* Just punt, for the moment. */
3624}
#define DEFAULT_MATCHING_SEL
Definition selfuncs.h:49

References DEFAULT_MATCHING_SEL, and PG_RETURN_FLOAT8.

◆ matchingsel()

Datum matchingsel ( PG_FUNCTION_ARGS  )

Definition at line 3602 of file selfuncs.c.

3603{
3605 Oid operator = PG_GETARG_OID(1);
3606 List *args = (List *) PG_GETARG_POINTER(2);
3607 int varRelid = PG_GETARG_INT32(3);
3608 Oid collation = PG_GET_COLLATION();
3609 double selec;
3610
3611 /* Use generic restriction selectivity logic. */
3612 selec = generic_restriction_selectivity(root, operator, collation,
3613 args, varRelid,
3615
3617}
double generic_restriction_selectivity(PlannerInfo *root, Oid oproid, Oid collation, List *args, int varRelid, double default_selectivity)
Definition selfuncs.c:987

References DEFAULT_MATCHING_SEL, fb(), generic_restriction_selectivity(), PG_GET_COLLATION, PG_GETARG_INT32, PG_GETARG_OID, PG_GETARG_POINTER, PG_RETURN_FLOAT8, and root.

◆ mcv_selectivity()

double mcv_selectivity ( VariableStatData vardata,
FmgrInfo opproc,
Oid  collation,
Datum  constval,
bool  varonleft,
double sumcommonp 
)

Definition at line 805 of file selfuncs.c.

808{
809 double mcv_selec,
810 sumcommon;
812 int i;
813
814 mcv_selec = 0.0;
815 sumcommon = 0.0;
816
817 if (HeapTupleIsValid(vardata->statsTuple) &&
819 get_attstatsslot(&sslot, vardata->statsTuple,
822 {
823 LOCAL_FCINFO(fcinfo, 2);
824
825 /*
826 * We invoke the opproc "by hand" so that we won't fail on NULL
827 * results. Such cases won't arise for normal comparison functions,
828 * but generic_restriction_selectivity could perhaps be used with
829 * operators that can return NULL. A small side benefit is to not
830 * need to re-initialize the fcinfo struct from scratch each time.
831 */
832 InitFunctionCallInfoData(*fcinfo, opproc, 2, collation,
833 NULL, NULL);
834 fcinfo->args[0].isnull = false;
835 fcinfo->args[1].isnull = false;
836 /* be careful to apply operator right way 'round */
837 if (varonleft)
838 fcinfo->args[1].value = constval;
839 else
840 fcinfo->args[0].value = constval;
841
842 for (i = 0; i < sslot.nvalues; i++)
843 {
845
846 if (varonleft)
847 fcinfo->args[0].value = sslot.values[i];
848 else
849 fcinfo->args[1].value = sslot.values[i];
850 fcinfo->isnull = false;
851 fresult = FunctionCallInvoke(fcinfo);
852 if (!fcinfo->isnull && DatumGetBool(fresult))
853 mcv_selec += sslot.numbers[i];
854 sumcommon += sslot.numbers[i];
855 }
857 }
858
860 return mcv_selec;
861}

References ATTSTATSSLOT_NUMBERS, ATTSTATSSLOT_VALUES, DatumGetBool(), fb(), free_attstatsslot(), FunctionCallInvoke, get_attstatsslot(), HeapTupleIsValid, i, InitFunctionCallInfoData, InvalidOid, LOCAL_FCINFO, and statistic_proc_security_check().

Referenced by generic_restriction_selectivity(), networksel(), patternsel_common(), and scalarineqsel().

◆ mcvs_equal()

static bool mcvs_equal ( MCVHashTable_hash tab,
Datum  key0,
Datum  key1 
)
static

Definition at line 3105 of file selfuncs.c.

3106{
3107 MCVHashContext *context = (MCVHashContext *) tab->private_data;
3108
3109 if (context->insert_mode)
3110 {
3111 /*
3112 * During the insertion step, any comparisons will be between two
3113 * Datums of the hash table's data type, so if the given operator is
3114 * cross-type it will be the wrong thing to use. Fortunately, we can
3115 * use datum_image_eq instead. The MCV values should all be distinct
3116 * anyway, so it's mostly pro-forma to compare them at all.
3117 */
3118 return datum_image_eq(key0, key1,
3119 context->hash_typbyval, context->hash_typlen);
3120 }
3121 else
3122 {
3123 FunctionCallInfo fcinfo = context->equal_fcinfo;
3124 Datum fresult;
3125
3126 /*
3127 * Apply the operator the correct way around. Although simplehash.h
3128 * doesn't document this explicitly, during lookups key0 is from the
3129 * hash table while key1 is the probe value, so we should compare them
3130 * in that order only if op_is_reversed.
3131 */
3132 if (context->op_is_reversed)
3133 {
3134 fcinfo->args[0].value = key0;
3135 fcinfo->args[1].value = key1;
3136 }
3137 else
3138 {
3139 fcinfo->args[0].value = key1;
3140 fcinfo->args[1].value = key0;
3141 }
3142 fcinfo->isnull = false;
3143 fresult = FunctionCallInvoke(fcinfo);
3144 return (!fcinfo->isnull && DatumGetBool(fresult));
3145 }
3146}
bool datum_image_eq(Datum value1, Datum value2, bool typByVal, int typLen)
Definition datum.c:266

References FunctionCallInfoBaseData::args, datum_image_eq(), DatumGetBool(), MCVHashContext::equal_fcinfo, fb(), FunctionCallInvoke, MCVHashContext::hash_typbyval, MCVHashContext::hash_typlen, MCVHashContext::insert_mode, FunctionCallInfoBaseData::isnull, MCVHashContext::op_is_reversed, and NullableDatum::value.

◆ mergejoinscansel()

void mergejoinscansel ( PlannerInfo root,
Node clause,
Oid  opfamily,
CompareType  cmptype,
bool  nulls_first,
Selectivity leftstart,
Selectivity leftend,
Selectivity rightstart,
Selectivity rightend 
)

Definition at line 3285 of file selfuncs.c.

3289{
3290 Node *left,
3291 *right;
3293 rightvar;
3294 Oid opmethod;
3295 int op_strategy;
3298 Oid opno,
3299 collation,
3300 lsortop,
3301 rsortop,
3302 lstatop,
3303 rstatop,
3304 ltop,
3305 leop,
3306 revltop,
3307 revleop;
3309 lestrat,
3310 gtstrat,
3311 gestrat;
3312 bool isgt;
3313 Datum leftmin,
3314 leftmax,
3315 rightmin,
3316 rightmax;
3317 double selec;
3318
3319 /* Set default results if we can't figure anything out. */
3320 /* XXX should default "start" fraction be a bit more than 0? */
3321 *leftstart = *rightstart = 0.0;
3322 *leftend = *rightend = 1.0;
3323
3324 /* Deconstruct the merge clause */
3325 if (!is_opclause(clause))
3326 return; /* shouldn't happen */
3327 opno = ((OpExpr *) clause)->opno;
3328 collation = ((OpExpr *) clause)->inputcollid;
3329 left = get_leftop((Expr *) clause);
3330 right = get_rightop((Expr *) clause);
3331 if (!right)
3332 return; /* shouldn't happen */
3333
3334 /* Look for stats for the inputs */
3335 examine_variable(root, left, 0, &leftvar);
3336 examine_variable(root, right, 0, &rightvar);
3337
3338 opmethod = get_opfamily_method(opfamily);
3339
3340 /* Extract the operator's declared left/right datatypes */
3341 get_op_opfamily_properties(opno, opfamily, false,
3342 &op_strategy,
3343 &op_lefttype,
3344 &op_righttype);
3345 Assert(IndexAmTranslateStrategy(op_strategy, opmethod, opfamily, true) == COMPARE_EQ);
3346
3347 /*
3348 * Look up the various operators we need. If we don't find them all, it
3349 * probably means the opfamily is broken, but we just fail silently.
3350 *
3351 * Note: we expect that pg_statistic histograms will be sorted by the '<'
3352 * operator, regardless of which sort direction we are considering.
3353 */
3354 switch (cmptype)
3355 {
3356 case COMPARE_LT:
3357 isgt = false;
3361 {
3362 /* easy case */
3363 ltop = get_opfamily_member(opfamily,
3365 ltstrat);
3366 leop = get_opfamily_member(opfamily,
3368 lestrat);
3369 lsortop = ltop;
3370 rsortop = ltop;
3371 lstatop = lsortop;
3372 rstatop = rsortop;
3373 revltop = ltop;
3374 revleop = leop;
3375 }
3376 else
3377 {
3378 ltop = get_opfamily_member(opfamily,
3380 ltstrat);
3381 leop = get_opfamily_member(opfamily,
3383 lestrat);
3384 lsortop = get_opfamily_member(opfamily,
3386 ltstrat);
3387 rsortop = get_opfamily_member(opfamily,
3389 ltstrat);
3390 lstatop = lsortop;
3391 rstatop = rsortop;
3392 revltop = get_opfamily_member(opfamily,
3394 ltstrat);
3395 revleop = get_opfamily_member(opfamily,
3397 lestrat);
3398 }
3399 break;
3400 case COMPARE_GT:
3401 /* descending-order case */
3402 isgt = true;
3407 {
3408 /* easy case */
3409 ltop = get_opfamily_member(opfamily,
3411 gtstrat);
3412 leop = get_opfamily_member(opfamily,
3414 gestrat);
3415 lsortop = ltop;
3416 rsortop = ltop;
3417 lstatop = get_opfamily_member(opfamily,
3419 ltstrat);
3420 rstatop = lstatop;
3421 revltop = ltop;
3422 revleop = leop;
3423 }
3424 else
3425 {
3426 ltop = get_opfamily_member(opfamily,
3428 gtstrat);
3429 leop = get_opfamily_member(opfamily,
3431 gestrat);
3432 lsortop = get_opfamily_member(opfamily,
3434 gtstrat);
3435 rsortop = get_opfamily_member(opfamily,
3437 gtstrat);
3438 lstatop = get_opfamily_member(opfamily,
3440 ltstrat);
3441 rstatop = get_opfamily_member(opfamily,
3443 ltstrat);
3444 revltop = get_opfamily_member(opfamily,
3446 gtstrat);
3447 revleop = get_opfamily_member(opfamily,
3449 gestrat);
3450 }
3451 break;
3452 default:
3453 goto fail; /* shouldn't get here */
3454 }
3455
3456 if (!OidIsValid(lsortop) ||
3457 !OidIsValid(rsortop) ||
3458 !OidIsValid(lstatop) ||
3459 !OidIsValid(rstatop) ||
3460 !OidIsValid(ltop) ||
3461 !OidIsValid(leop) ||
3462 !OidIsValid(revltop) ||
3464 goto fail; /* insufficient info in catalogs */
3465
3466 /* Try to get ranges of both inputs */
3467 if (!isgt)
3468 {
3469 if (!get_variable_range(root, &leftvar, lstatop, collation,
3470 &leftmin, &leftmax))
3471 goto fail; /* no range available from stats */
3472 if (!get_variable_range(root, &rightvar, rstatop, collation,
3473 &rightmin, &rightmax))
3474 goto fail; /* no range available from stats */
3475 }
3476 else
3477 {
3478 /* need to swap the max and min */
3479 if (!get_variable_range(root, &leftvar, lstatop, collation,
3480 &leftmax, &leftmin))
3481 goto fail; /* no range available from stats */
3482 if (!get_variable_range(root, &rightvar, rstatop, collation,
3483 &rightmax, &rightmin))
3484 goto fail; /* no range available from stats */
3485 }
3486
3487 /*
3488 * Now, the fraction of the left variable that will be scanned is the
3489 * fraction that's <= the right-side maximum value. But only believe
3490 * non-default estimates, else stick with our 1.0.
3491 */
3492 selec = scalarineqsel(root, leop, isgt, true, collation, &leftvar,
3494 if (selec != DEFAULT_INEQ_SEL)
3495 *leftend = selec;
3496
3497 /* And similarly for the right variable. */
3498 selec = scalarineqsel(root, revleop, isgt, true, collation, &rightvar,
3500 if (selec != DEFAULT_INEQ_SEL)
3501 *rightend = selec;
3502
3503 /*
3504 * Only one of the two "end" fractions can really be less than 1.0;
3505 * believe the smaller estimate and reset the other one to exactly 1.0. If
3506 * we get exactly equal estimates (as can easily happen with self-joins),
3507 * believe neither.
3508 */
3509 if (*leftend > *rightend)
3510 *leftend = 1.0;
3511 else if (*leftend < *rightend)
3512 *rightend = 1.0;
3513 else
3514 *leftend = *rightend = 1.0;
3515
3516 /*
3517 * Also, the fraction of the left variable that will be scanned before the
3518 * first join pair is found is the fraction that's < the right-side
3519 * minimum value. But only believe non-default estimates, else stick with
3520 * our own default.
3521 */
3522 selec = scalarineqsel(root, ltop, isgt, false, collation, &leftvar,
3524 if (selec != DEFAULT_INEQ_SEL)
3525 *leftstart = selec;
3526
3527 /* And similarly for the right variable. */
3528 selec = scalarineqsel(root, revltop, isgt, false, collation, &rightvar,
3530 if (selec != DEFAULT_INEQ_SEL)
3531 *rightstart = selec;
3532
3533 /*
3534 * Only one of the two "start" fractions can really be more than zero;
3535 * believe the larger estimate and reset the other one to exactly 0.0. If
3536 * we get exactly equal estimates (as can easily happen with self-joins),
3537 * believe neither.
3538 */
3539 if (*leftstart < *rightstart)
3540 *leftstart = 0.0;
3541 else if (*leftstart > *rightstart)
3542 *rightstart = 0.0;
3543 else
3544 *leftstart = *rightstart = 0.0;
3545
3546 /*
3547 * If the sort order is nulls-first, we're going to have to skip over any
3548 * nulls too. These would not have been counted by scalarineqsel, and we
3549 * can safely add in this fraction regardless of whether we believe
3550 * scalarineqsel's results or not. But be sure to clamp the sum to 1.0!
3551 */
3552 if (nulls_first)
3553 {
3554 Form_pg_statistic stats;
3555
3556 if (HeapTupleIsValid(leftvar.statsTuple))
3557 {
3558 stats = (Form_pg_statistic) GETSTRUCT(leftvar.statsTuple);
3559 *leftstart += stats->stanullfrac;
3561 *leftend += stats->stanullfrac;
3563 }
3564 if (HeapTupleIsValid(rightvar.statsTuple))
3565 {
3566 stats = (Form_pg_statistic) GETSTRUCT(rightvar.statsTuple);
3567 *rightstart += stats->stanullfrac;
3569 *rightend += stats->stanullfrac;
3571 }
3572 }
3573
3574 /* Disbelieve start >= end, just in case that can happen */
3575 if (*leftstart >= *leftend)
3576 {
3577 *leftstart = 0.0;
3578 *leftend = 1.0;
3579 }
3580 if (*rightstart >= *rightend)
3581 {
3582 *rightstart = 0.0;
3583 *rightend = 1.0;
3584 }
3585
3586fail:
3589}
StrategyNumber IndexAmTranslateCompareType(CompareType cmptype, Oid amoid, Oid opfamily, bool missing_ok)
Definition amapi.c:161
@ COMPARE_LE
Definition cmptype.h:35
@ COMPARE_EQ
Definition cmptype.h:36
@ COMPARE_GE
Definition cmptype.h:37
Oid get_opfamily_method(Oid opfid)
Definition lsyscache.c:1386
static bool is_opclause(const void *clause)
Definition nodeFuncs.h:76
static bool get_variable_range(PlannerInfo *root, VariableStatData *vardata, Oid sortop, Oid collation, Datum *min, Datum *max)
Definition selfuncs.c:6715
static double scalarineqsel(PlannerInfo *root, Oid operator, bool isgt, bool iseq, Oid collation, VariableStatData *vardata, Datum constval, Oid consttype)
Definition selfuncs.c:653
#define DEFAULT_INEQ_SEL
Definition selfuncs.h:37

References Assert, CLAMP_PROBABILITY, COMPARE_EQ, COMPARE_GE, COMPARE_GT, COMPARE_LE, COMPARE_LT, DEFAULT_INEQ_SEL, examine_variable(), fb(), get_leftop(), get_op_opfamily_properties(), get_opfamily_member(), get_opfamily_method(), get_rightop(), get_variable_range(), GETSTRUCT(), HeapTupleIsValid, IndexAmTranslateCompareType(), IndexAmTranslateStrategy(), is_opclause(), OidIsValid, ReleaseVariableStats, root, and scalarineqsel().

Referenced by cached_scansel().

◆ neqjoinsel()

Datum neqjoinsel ( PG_FUNCTION_ARGS  )

Definition at line 3152 of file selfuncs.c.

3153{
3155 Oid operator = PG_GETARG_OID(1);
3156 List *args = (List *) PG_GETARG_POINTER(2);
3157 JoinType jointype = (JoinType) PG_GETARG_INT16(3);
3159 Oid collation = PG_GET_COLLATION();
3160 float8 result;
3161
3162 if (jointype == JOIN_SEMI || jointype == JOIN_ANTI)
3163 {
3164 /*
3165 * For semi-joins, if there is more than one distinct value in the RHS
3166 * relation then every non-null LHS row must find a row to join since
3167 * it can only be equal to one of them. We'll assume that there is
3168 * always more than one distinct RHS value for the sake of stability,
3169 * though in theory we could have special cases for empty RHS
3170 * (selectivity = 0) and single-distinct-value RHS (selectivity =
3171 * fraction of LHS that has the same value as the single RHS value).
3172 *
3173 * For anti-joins, if we use the same assumption that there is more
3174 * than one distinct key in the RHS relation, then every non-null LHS
3175 * row must be suppressed by the anti-join.
3176 *
3177 * So either way, the selectivity estimate should be 1 - nullfrac.
3178 */
3181 bool reversed;
3182 HeapTuple statsTuple;
3183 double nullfrac;
3184
3185 get_join_variables(root, args, sjinfo, &leftvar, &rightvar, &reversed);
3186 statsTuple = reversed ? rightvar.statsTuple : leftvar.statsTuple;
3187 if (HeapTupleIsValid(statsTuple))
3188 nullfrac = ((Form_pg_statistic) GETSTRUCT(statsTuple))->stanullfrac;
3189 else
3190 nullfrac = 0.0;
3193
3194 result = 1.0 - nullfrac;
3195 }
3196 else
3197 {
3198 /*
3199 * We want 1 - eqjoinsel() where the equality operator is the one
3200 * associated with this != operator, that is, its negator.
3201 */
3202 Oid eqop = get_negator(operator);
3203
3204 if (eqop)
3205 {
3206 result =
3208 collation,
3210 ObjectIdGetDatum(eqop),
3211 PointerGetDatum(args),
3212 Int16GetDatum(jointype),
3213 PointerGetDatum(sjinfo)));
3214 }
3215 else
3216 {
3217 /* Use default selectivity (should we raise an error instead?) */
3218 result = DEFAULT_EQ_SEL;
3219 }
3220 result = 1.0 - result;
3221 }
3222
3223 PG_RETURN_FLOAT8(result);
3224}
Datum DirectFunctionCall5Coll(PGFunction func, Oid collation, Datum arg1, Datum arg2, Datum arg3, Datum arg4, Datum arg5)
Definition fmgr.c:887
Datum eqjoinsel(PG_FUNCTION_ARGS)
Definition selfuncs.c:2356

References DatumGetFloat8(), DEFAULT_EQ_SEL, DirectFunctionCall5Coll(), eqjoinsel(), fb(), get_join_variables(), get_negator(), GETSTRUCT(), HeapTupleIsValid, Int16GetDatum(), JOIN_ANTI, JOIN_SEMI, ObjectIdGetDatum(), PG_GET_COLLATION, PG_GETARG_INT16, PG_GETARG_OID, PG_GETARG_POINTER, PG_RETURN_FLOAT8, PointerGetDatum(), ReleaseVariableStats, and root.

◆ neqsel()

Datum neqsel ( PG_FUNCTION_ARGS  )

Definition at line 630 of file selfuncs.c.

631{
632 PG_RETURN_FLOAT8((float8) eqsel_internal(fcinfo, true));
633}

References eqsel_internal(), and PG_RETURN_FLOAT8.

◆ nulltestsel()

Selectivity nulltestsel ( PlannerInfo root,
NullTestType  nulltesttype,
Node arg,
int  varRelid,
JoinType  jointype,
SpecialJoinInfo sjinfo 
)

Definition at line 1782 of file selfuncs.c.

1784{
1786 double selec;
1787
1788 examine_variable(root, arg, varRelid, &vardata);
1789
1790 if (HeapTupleIsValid(vardata.statsTuple))
1791 {
1792 Form_pg_statistic stats;
1793 double freq_null;
1794
1795 stats = (Form_pg_statistic) GETSTRUCT(vardata.statsTuple);
1796 freq_null = stats->stanullfrac;
1797
1798 switch (nulltesttype)
1799 {
1800 case IS_NULL:
1801
1802 /*
1803 * Use freq_null directly.
1804 */
1805 selec = freq_null;
1806 break;
1807 case IS_NOT_NULL:
1808
1809 /*
1810 * Select not unknown (not null) values. Calculate from
1811 * freq_null.
1812 */
1813 selec = 1.0 - freq_null;
1814 break;
1815 default:
1816 elog(ERROR, "unrecognized nulltesttype: %d",
1817 (int) nulltesttype);
1818 return (Selectivity) 0; /* keep compiler quiet */
1819 }
1820 }
1821 else if (vardata.var && IsA(vardata.var, Var) &&
1822 ((Var *) vardata.var)->varattno < 0)
1823 {
1824 /*
1825 * There are no stats for system columns, but we know they are never
1826 * NULL.
1827 */
1828 selec = (nulltesttype == IS_NULL) ? 0.0 : 1.0;
1829 }
1830 else
1831 {
1832 /*
1833 * No ANALYZE stats available, so make a guess
1834 */
1835 switch (nulltesttype)
1836 {
1837 case IS_NULL:
1839 break;
1840 case IS_NOT_NULL:
1842 break;
1843 default:
1844 elog(ERROR, "unrecognized nulltesttype: %d",
1845 (int) nulltesttype);
1846 return (Selectivity) 0; /* keep compiler quiet */
1847 }
1848 }
1849
1851
1852 /* result should be in range, but make sure... */
1854
1855 return (Selectivity) selec;
1856}
@ IS_NOT_NULL
Definition primnodes.h:1978

References arg, CLAMP_PROBABILITY, DEFAULT_NOT_UNK_SEL, DEFAULT_UNK_SEL, elog, ERROR, examine_variable(), fb(), GETSTRUCT(), HeapTupleIsValid, IS_NOT_NULL, IS_NULL, IsA, ReleaseVariableStats, and root.

Referenced by clause_selectivity_ext(), and clauselist_selectivity_ext().

◆ ReleaseDummy()

static void ReleaseDummy ( HeapTuple  tuple)
static

Definition at line 5571 of file selfuncs.c.

5572{
5573 pfree(tuple);
5574}

References pfree().

Referenced by examine_variable().

◆ rowcomparesel()

Selectivity rowcomparesel ( PlannerInfo root,
RowCompareExpr clause,
int  varRelid,
JoinType  jointype,
SpecialJoinInfo sjinfo 
)

Definition at line 2289 of file selfuncs.c.

2292{
2294 Oid opno = linitial_oid(clause->opnos);
2295 Oid inputcollid = linitial_oid(clause->inputcollids);
2296 List *opargs;
2297 bool is_join_clause;
2298
2299 /* Build equivalent arg list for single operator */
2300 opargs = list_make2(linitial(clause->largs), linitial(clause->rargs));
2301
2302 /*
2303 * Decide if it's a join clause. This should match clausesel.c's
2304 * treat_as_join_clause(), except that we intentionally consider only the
2305 * leading columns and not the rest of the clause.
2306 */
2307 if (varRelid != 0)
2308 {
2309 /*
2310 * Caller is forcing restriction mode (eg, because we are examining an
2311 * inner indexscan qual).
2312 */
2313 is_join_clause = false;
2314 }
2315 else if (sjinfo == NULL)
2316 {
2317 /*
2318 * It must be a restriction clause, since it's being evaluated at a
2319 * scan node.
2320 */
2321 is_join_clause = false;
2322 }
2323 else
2324 {
2325 /*
2326 * Otherwise, it's a join if there's more than one base relation used.
2327 */
2328 is_join_clause = (NumRelids(root, (Node *) opargs) > 1);
2329 }
2330
2331 if (is_join_clause)
2332 {
2333 /* Estimate selectivity for a join clause. */
2334 s1 = join_selectivity(root, opno,
2335 opargs,
2336 inputcollid,
2337 jointype,
2338 sjinfo);
2339 }
2340 else
2341 {
2342 /* Estimate selectivity for a restriction clause. */
2344 opargs,
2345 inputcollid,
2346 varRelid);
2347 }
2348
2349 return s1;
2350}
int NumRelids(PlannerInfo *root, Node *clause)
Definition clauses.c:2142
#define list_make2(x1, x2)
Definition pg_list.h:214
Selectivity restriction_selectivity(PlannerInfo *root, Oid operatorid, List *args, Oid inputcollid, int varRelid)
Definition plancat.c:2222
Selectivity join_selectivity(PlannerInfo *root, Oid operatorid, List *args, Oid inputcollid, JoinType jointype, SpecialJoinInfo *sjinfo)
Definition plancat.c:2261
char * s1

References fb(), join_selectivity(), RowCompareExpr::largs, linitial, linitial_oid, list_make2, NumRelids(), RowCompareExpr::rargs, restriction_selectivity(), root, and s1.

Referenced by clause_selectivity_ext().

◆ scalararraysel()

Selectivity scalararraysel ( PlannerInfo root,
ScalarArrayOpExpr clause,
bool  is_join_clause,
int  varRelid,
JoinType  jointype,
SpecialJoinInfo sjinfo 
)

Definition at line 1900 of file selfuncs.c.

1906{
1907 Oid operator = clause->opno;
1908 bool useOr = clause->useOr;
1909 bool isEquality = false;
1910 bool isInequality = false;
1911 Node *leftop;
1912 Node *rightop;
1915 TypeCacheEntry *typentry;
1920
1921 /* First, deconstruct the expression */
1922 Assert(list_length(clause->args) == 2);
1923 leftop = (Node *) linitial(clause->args);
1924 rightop = (Node *) lsecond(clause->args);
1925
1926 /* aggressively reduce both sides to constants */
1929
1930 /* get nominal (after relabeling) element type of rightop */
1933 return (Selectivity) 0.5; /* probably shouldn't happen */
1934 /* get nominal collation, too, for generating constants */
1936
1937 /* look through any binary-compatible relabeling of rightop */
1939
1940 /*
1941 * Detect whether the operator is the default equality or inequality
1942 * operator of the array element type.
1943 */
1945 if (OidIsValid(typentry->eq_opr))
1946 {
1947 if (operator == typentry->eq_opr)
1948 isEquality = true;
1949 else if (get_negator(operator) == typentry->eq_opr)
1950 isInequality = true;
1951 }
1952
1953 /*
1954 * If it is equality or inequality, we might be able to estimate this as a
1955 * form of array containment; for instance "const = ANY(column)" can be
1956 * treated as "ARRAY[const] <@ column". scalararraysel_containment tries
1957 * that, and returns the selectivity estimate if successful, or -1 if not.
1958 */
1960 {
1963 isEquality, useOr, varRelid);
1964 if (s1 >= 0.0)
1965 return s1;
1966 }
1967
1968 /*
1969 * Look up the underlying operator's selectivity estimator. Punt if it
1970 * hasn't got one.
1971 */
1972 if (is_join_clause)
1973 oprsel = get_oprjoin(operator);
1974 else
1975 oprsel = get_oprrest(operator);
1976 if (!oprsel)
1977 return (Selectivity) 0.5;
1979
1980 /*
1981 * In the array-containment check above, we must only believe that an
1982 * operator is equality or inequality if it is the default btree equality
1983 * operator (or its negator) for the element type, since those are the
1984 * operators that array containment will use. But in what follows, we can
1985 * be a little laxer, and also believe that any operators using eqsel() or
1986 * neqsel() as selectivity estimator act like equality or inequality.
1987 */
1988 if (oprsel == F_EQSEL || oprsel == F_EQJOINSEL)
1989 isEquality = true;
1990 else if (oprsel == F_NEQSEL || oprsel == F_NEQJOINSEL)
1991 isInequality = true;
1992
1993 /*
1994 * We consider three cases:
1995 *
1996 * 1. rightop is an Array constant: deconstruct the array, apply the
1997 * operator's selectivity function for each array element, and merge the
1998 * results in the same way that clausesel.c does for AND/OR combinations.
1999 *
2000 * 2. rightop is an ARRAY[] construct: apply the operator's selectivity
2001 * function for each element of the ARRAY[] construct, and merge.
2002 *
2003 * 3. otherwise, make a guess ...
2004 */
2005 if (rightop && IsA(rightop, Const))
2006 {
2007 Datum arraydatum = ((Const *) rightop)->constvalue;
2008 bool arrayisnull = ((Const *) rightop)->constisnull;
2010 int16 elmlen;
2011 bool elmbyval;
2012 char elmalign;
2013 int num_elems;
2014 Datum *elem_values;
2015 bool *elem_nulls;
2016 int i;
2017
2018 if (arrayisnull) /* qual can't succeed if null array */
2019 return (Selectivity) 0.0;
2022 &elmlen, &elmbyval, &elmalign);
2025 elmlen, elmbyval, elmalign,
2026 &elem_values, &elem_nulls, &num_elems);
2027
2028 /*
2029 * For generic operators, we assume the probability of success is
2030 * independent for each array element. But for "= ANY" or "<> ALL",
2031 * if the array elements are distinct (which'd typically be the case)
2032 * then the probabilities are disjoint, and we should just sum them.
2033 *
2034 * If we were being really tense we would try to confirm that the
2035 * elements are all distinct, but that would be expensive and it
2036 * doesn't seem to be worth the cycles; it would amount to penalizing
2037 * well-written queries in favor of poorly-written ones. However, we
2038 * do protect ourselves a little bit by checking whether the
2039 * disjointness assumption leads to an impossible (out of range)
2040 * probability; if so, we fall back to the normal calculation.
2041 */
2042 s1 = s1disjoint = (useOr ? 0.0 : 1.0);
2043
2044 for (i = 0; i < num_elems; i++)
2045 {
2046 List *args;
2048
2051 -1,
2053 elmlen,
2054 elem_values[i],
2055 elem_nulls[i],
2056 elmbyval));
2057 if (is_join_clause)
2059 clause->inputcollid,
2061 ObjectIdGetDatum(operator),
2062 PointerGetDatum(args),
2063 Int16GetDatum(jointype),
2064 PointerGetDatum(sjinfo)));
2065 else
2067 clause->inputcollid,
2069 ObjectIdGetDatum(operator),
2070 PointerGetDatum(args),
2071 Int32GetDatum(varRelid)));
2072
2073 if (useOr)
2074 {
2075 s1 = s1 + s2 - s1 * s2;
2076 if (isEquality)
2077 s1disjoint += s2;
2078 }
2079 else
2080 {
2081 s1 = s1 * s2;
2082 if (isInequality)
2083 s1disjoint += s2 - 1.0;
2084 }
2085 }
2086
2087 /* accept disjoint-probability estimate if in range */
2088 if ((useOr ? isEquality : isInequality) &&
2089 s1disjoint >= 0.0 && s1disjoint <= 1.0)
2090 s1 = s1disjoint;
2091 }
2092 else if (rightop && IsA(rightop, ArrayExpr) &&
2093 !((ArrayExpr *) rightop)->multidims)
2094 {
2095 ArrayExpr *arrayexpr = (ArrayExpr *) rightop;
2096 int16 elmlen;
2097 bool elmbyval;
2098 ListCell *l;
2099
2100 get_typlenbyval(arrayexpr->element_typeid,
2101 &elmlen, &elmbyval);
2102
2103 /*
2104 * We use the assumption of disjoint probabilities here too, although
2105 * the odds of equal array elements are rather higher if the elements
2106 * are not all constants (which they won't be, else constant folding
2107 * would have reduced the ArrayExpr to a Const). In this path it's
2108 * critical to have the sanity check on the s1disjoint estimate.
2109 */
2110 s1 = s1disjoint = (useOr ? 0.0 : 1.0);
2111
2112 foreach(l, arrayexpr->elements)
2113 {
2114 Node *elem = (Node *) lfirst(l);
2115 List *args;
2117
2118 /*
2119 * Theoretically, if elem isn't of nominal_element_type we should
2120 * insert a RelabelType, but it seems unlikely that any operator
2121 * estimation function would really care ...
2122 */
2123 args = list_make2(leftop, elem);
2124 if (is_join_clause)
2126 clause->inputcollid,
2128 ObjectIdGetDatum(operator),
2129 PointerGetDatum(args),
2130 Int16GetDatum(jointype),
2131 PointerGetDatum(sjinfo)));
2132 else
2134 clause->inputcollid,
2136 ObjectIdGetDatum(operator),
2137 PointerGetDatum(args),
2138 Int32GetDatum(varRelid)));
2139
2140 if (useOr)
2141 {
2142 s1 = s1 + s2 - s1 * s2;
2143 if (isEquality)
2144 s1disjoint += s2;
2145 }
2146 else
2147 {
2148 s1 = s1 * s2;
2149 if (isInequality)
2150 s1disjoint += s2 - 1.0;
2151 }
2152 }
2153
2154 /* accept disjoint-probability estimate if in range */
2155 if ((useOr ? isEquality : isInequality) &&
2156 s1disjoint >= 0.0 && s1disjoint <= 1.0)
2157 s1 = s1disjoint;
2158 }
2159 else
2160 {
2162 List *args;
2164 int i;
2165
2166 /*
2167 * We need a dummy rightop to pass to the operator selectivity
2168 * routine. It can be pretty much anything that doesn't look like a
2169 * constant; CaseTestExpr is a convenient choice.
2170 */
2173 dummyexpr->typeMod = -1;
2174 dummyexpr->collation = clause->inputcollid;
2176 if (is_join_clause)
2178 clause->inputcollid,
2180 ObjectIdGetDatum(operator),
2181 PointerGetDatum(args),
2182 Int16GetDatum(jointype),
2183 PointerGetDatum(sjinfo)));
2184 else
2186 clause->inputcollid,
2188 ObjectIdGetDatum(operator),
2189 PointerGetDatum(args),
2190 Int32GetDatum(varRelid)));
2191 s1 = useOr ? 0.0 : 1.0;
2192
2193 /*
2194 * Arbitrarily assume 10 elements in the eventual array value (see
2195 * also estimate_array_length). We don't risk an assumption of
2196 * disjoint probabilities here.
2197 */
2198 for (i = 0; i < 10; i++)
2199 {
2200 if (useOr)
2201 s1 = s1 + s2 - s1 * s2;
2202 else
2203 s1 = s1 * s2;
2204 }
2205 }
2206
2207 /* result should be in range, but make sure... */
2209
2210 return s1;
2211}
Selectivity scalararraysel_containment(PlannerInfo *root, Node *leftop, Node *rightop, Oid elemtype, bool isEquality, bool useOr, int varRelid)
regproc RegProcedure
Definition c.h:706
Datum FunctionCall4Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2, Datum arg3, Datum arg4)
Definition fmgr.c:1197
Datum FunctionCall5Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2, Datum arg3, Datum arg4, Datum arg5)
Definition fmgr.c:1224
RegProcedure get_oprrest(Oid opno)
Definition lsyscache.c:1707
RegProcedure get_oprjoin(Oid opno)
Definition lsyscache.c:1731
Oid get_base_element_type(Oid typid)
Definition lsyscache.c:2984
Const * makeConst(Oid consttype, int32 consttypmod, Oid constcollid, int constlen, Datum constvalue, bool constisnull, bool constbyval)
Definition makefuncs.c:350
Oid exprCollation(const Node *expr)
Definition nodeFuncs.c:821
#define makeNode(_type_)
Definition nodes.h:161
static Datum Int32GetDatum(int32 X)
Definition postgres.h:212
char * s2
TypeCacheEntry * lookup_type_cache(Oid type_id, int flags)
Definition typcache.c:389
#define TYPECACHE_EQ_OPR
Definition typcache.h:138

References ScalarArrayOpExpr::args, ARR_ELEMTYPE, Assert, CLAMP_PROBABILITY, DatumGetArrayTypeP, DatumGetFloat8(), deconstruct_array(), TypeCacheEntry::eq_opr, estimate_expression_value(), exprCollation(), exprType(), fb(), fmgr_info(), FunctionCall4Coll(), FunctionCall5Coll(), get_base_element_type(), get_negator(), get_oprjoin(), get_oprrest(), get_typlenbyval(), get_typlenbyvalalign(), i, Int16GetDatum(), Int32GetDatum(), IsA, lfirst, linitial, list_length(), list_make2, lookup_type_cache(), lsecond, makeConst(), makeNode, ObjectIdGetDatum(), OidIsValid, ScalarArrayOpExpr::opno, PointerGetDatum(), root, s1, s2, scalararraysel_containment(), strip_array_coercion(), TYPECACHE_EQ_OPR, and ScalarArrayOpExpr::useOr.

Referenced by clause_selectivity_ext().

◆ scalargejoinsel()

Datum scalargejoinsel ( PG_FUNCTION_ARGS  )

Definition at line 3257 of file selfuncs.c.

3258{
3260}

References DEFAULT_INEQ_SEL, and PG_RETURN_FLOAT8.

◆ scalargesel()

Datum scalargesel ( PG_FUNCTION_ARGS  )

Definition at line 1571 of file selfuncs.c.

1572{
1573 return scalarineqsel_wrapper(fcinfo, true, true);
1574}
static Datum scalarineqsel_wrapper(PG_FUNCTION_ARGS, bool isgt, bool iseq)
Definition selfuncs.c:1473

References scalarineqsel_wrapper().

◆ scalargtjoinsel()

Datum scalargtjoinsel ( PG_FUNCTION_ARGS  )

Definition at line 3248 of file selfuncs.c.

3249{
3251}

References DEFAULT_INEQ_SEL, and PG_RETURN_FLOAT8.

◆ scalargtsel()

Datum scalargtsel ( PG_FUNCTION_ARGS  )

Definition at line 1562 of file selfuncs.c.

1563{
1564 return scalarineqsel_wrapper(fcinfo, true, false);
1565}

References scalarineqsel_wrapper().

◆ scalarineqsel()

static double scalarineqsel ( PlannerInfo root,
Oid  operator,
bool  isgt,
bool  iseq,
Oid  collation,
VariableStatData vardata,
Datum  constval,
Oid  consttype 
)
static

Definition at line 653 of file selfuncs.c.

656{
657 Form_pg_statistic stats;
659 double mcv_selec,
661 sumcommon;
662 double selec;
663
664 if (!HeapTupleIsValid(vardata->statsTuple))
665 {
666 /*
667 * No stats are available. Typically this means we have to fall back
668 * on the default estimate; but if the variable is CTID then we can
669 * make an estimate based on comparing the constant to the table size.
670 */
671 if (vardata->var && IsA(vardata->var, Var) &&
672 ((Var *) vardata->var)->varattno == SelfItemPointerAttributeNumber)
673 {
674 ItemPointer itemptr;
675 double block;
676 double density;
677
678 /*
679 * If the relation's empty, we're going to include all of it.
680 * (This is mostly to avoid divide-by-zero below.)
681 */
682 if (vardata->rel->pages == 0)
683 return 1.0;
684
685 itemptr = (ItemPointer) DatumGetPointer(constval);
686 block = ItemPointerGetBlockNumberNoCheck(itemptr);
687
688 /*
689 * Determine the average number of tuples per page (density).
690 *
691 * Since the last page will, on average, be only half full, we can
692 * estimate it to have half as many tuples as earlier pages. So
693 * give it half the weight of a regular page.
694 */
695 density = vardata->rel->tuples / (vardata->rel->pages - 0.5);
696
697 /* If target is the last page, use half the density. */
698 if (block >= vardata->rel->pages - 1)
699 density *= 0.5;
700
701 /*
702 * Using the average tuples per page, calculate how far into the
703 * page the itemptr is likely to be and adjust block accordingly,
704 * by adding that fraction of a whole block (but never more than a
705 * whole block, no matter how high the itemptr's offset is). Here
706 * we are ignoring the possibility of dead-tuple line pointers,
707 * which is fairly bogus, but we lack the info to do better.
708 */
709 if (density > 0.0)
710 {
712
713 block += Min(offset / density, 1.0);
714 }
715
716 /*
717 * Convert relative block number to selectivity. Again, the last
718 * page has only half weight.
719 */
720 selec = block / (vardata->rel->pages - 0.5);
721
722 /*
723 * The calculation so far gave us a selectivity for the "<=" case.
724 * We'll have one fewer tuple for "<" and one additional tuple for
725 * ">=", the latter of which we'll reverse the selectivity for
726 * below, so we can simply subtract one tuple for both cases. The
727 * cases that need this adjustment can be identified by iseq being
728 * equal to isgt.
729 */
730 if (iseq == isgt && vardata->rel->tuples >= 1.0)
731 selec -= (1.0 / vardata->rel->tuples);
732
733 /* Finally, reverse the selectivity for the ">", ">=" cases. */
734 if (isgt)
735 selec = 1.0 - selec;
736
738 return selec;
739 }
740
741 /* no stats available, so default result */
742 return DEFAULT_INEQ_SEL;
743 }
744 stats = (Form_pg_statistic) GETSTRUCT(vardata->statsTuple);
745
746 fmgr_info(get_opcode(operator), &opproc);
747
748 /*
749 * If we have most-common-values info, add up the fractions of the MCV
750 * entries that satisfy MCV OP CONST. These fractions contribute directly
751 * to the result selectivity. Also add up the total fraction represented
752 * by MCV entries.
753 */
754 mcv_selec = mcv_selectivity(vardata, &opproc, collation, constval, true,
755 &sumcommon);
756
757 /*
758 * If there is a histogram, determine which bin the constant falls in, and
759 * compute the resulting contribution to selectivity.
760 */
762 operator, &opproc, isgt, iseq,
763 collation,
764 constval, consttype);
765
766 /*
767 * Now merge the results from the MCV and histogram calculations,
768 * realizing that the histogram covers only the non-null values that are
769 * not listed in MCV.
770 */
771 selec = 1.0 - stats->stanullfrac - sumcommon;
772
773 if (hist_selec >= 0.0)
774 selec *= hist_selec;
775 else
776 {
777 /*
778 * If no histogram but there are values not accounted for by MCV,
779 * arbitrarily assume half of them will match.
780 */
781 selec *= 0.5;
782 }
783
784 selec += mcv_selec;
785
786 /* result should be in range, but make sure... */
788
789 return selec;
790}
static OffsetNumber ItemPointerGetOffsetNumberNoCheck(const ItemPointerData *pointer)
Definition itemptr.h:114
static BlockNumber ItemPointerGetBlockNumberNoCheck(const ItemPointerData *pointer)
Definition itemptr.h:93
ItemPointerData * ItemPointer
Definition itemptr.h:49
uint16 OffsetNumber
Definition off.h:24
double ineq_histogram_selectivity(PlannerInfo *root, VariableStatData *vardata, Oid opoid, FmgrInfo *opproc, bool isgt, bool iseq, Oid collation, Datum constval, Oid consttype)
Definition selfuncs.c:1114

References CLAMP_PROBABILITY, DatumGetPointer(), DEFAULT_INEQ_SEL, fb(), fmgr_info(), get_opcode(), GETSTRUCT(), HeapTupleIsValid, ineq_histogram_selectivity(), IsA, ItemPointerGetBlockNumberNoCheck(), ItemPointerGetOffsetNumberNoCheck(), mcv_selectivity(), Min, root, and SelfItemPointerAttributeNumber.

Referenced by mergejoinscansel(), and scalarineqsel_wrapper().

◆ scalarineqsel_wrapper()

static Datum scalarineqsel_wrapper ( PG_FUNCTION_ARGS  ,
bool  isgt,
bool  iseq 
)
static

Definition at line 1473 of file selfuncs.c.

1474{
1476 Oid operator = PG_GETARG_OID(1);
1477 List *args = (List *) PG_GETARG_POINTER(2);
1478 int varRelid = PG_GETARG_INT32(3);
1479 Oid collation = PG_GET_COLLATION();
1481 Node *other;
1482 bool varonleft;
1483 Datum constval;
1484 Oid consttype;
1485 double selec;
1486
1487 /*
1488 * If expression is not variable op something or something op variable,
1489 * then punt and return a default estimate.
1490 */
1491 if (!get_restriction_variable(root, args, varRelid,
1492 &vardata, &other, &varonleft))
1494
1495 /*
1496 * Can't do anything useful if the something is not a constant, either.
1497 */
1498 if (!IsA(other, Const))
1499 {
1502 }
1503
1504 /*
1505 * If the constant is NULL, assume operator is strict and return zero, ie,
1506 * operator will never return TRUE.
1507 */
1508 if (((Const *) other)->constisnull)
1509 {
1511 PG_RETURN_FLOAT8(0.0);
1512 }
1513 constval = ((Const *) other)->constvalue;
1514 consttype = ((Const *) other)->consttype;
1515
1516 /*
1517 * Force the var to be on the left to simplify logic in scalarineqsel.
1518 */
1519 if (!varonleft)
1520 {
1521 operator = get_commutator(operator);
1522 if (!operator)
1523 {
1524 /* Use default selectivity (should we raise an error instead?) */
1527 }
1528 isgt = !isgt;
1529 }
1530
1531 /* The rest of the work is done by scalarineqsel(). */
1532 selec = scalarineqsel(root, operator, isgt, iseq, collation,
1533 &vardata, constval, consttype);
1534
1536
1538}
Oid get_commutator(Oid opno)
Definition lsyscache.c:1659

References DEFAULT_INEQ_SEL, fb(), get_commutator(), get_restriction_variable(), IsA, PG_GET_COLLATION, PG_GETARG_INT32, PG_GETARG_OID, PG_GETARG_POINTER, PG_RETURN_FLOAT8, ReleaseVariableStats, root, and scalarineqsel().

Referenced by scalargesel(), scalargtsel(), scalarlesel(), and scalarltsel().

◆ scalarlejoinsel()

Datum scalarlejoinsel ( PG_FUNCTION_ARGS  )

Definition at line 3239 of file selfuncs.c.

3240{
3242}

References DEFAULT_INEQ_SEL, and PG_RETURN_FLOAT8.

◆ scalarlesel()

Datum scalarlesel ( PG_FUNCTION_ARGS  )

Definition at line 1553 of file selfuncs.c.

1554{
1555 return scalarineqsel_wrapper(fcinfo, false, true);
1556}

References scalarineqsel_wrapper().

◆ scalarltjoinsel()

Datum scalarltjoinsel ( PG_FUNCTION_ARGS  )

Definition at line 3230 of file selfuncs.c.

3231{
3233}

References DEFAULT_INEQ_SEL, and PG_RETURN_FLOAT8.

◆ scalarltsel()

Datum scalarltsel ( PG_FUNCTION_ARGS  )

Definition at line 1544 of file selfuncs.c.

1545{
1546 return scalarineqsel_wrapper(fcinfo, false, false);
1547}

References scalarineqsel_wrapper().

◆ spgcostestimate()

void spgcostestimate ( PlannerInfo root,
IndexPath path,
double  loop_count,
Cost indexStartupCost,
Cost indexTotalCost,
Selectivity indexSelectivity,
double indexCorrelation,
double indexPages 
)

Definition at line 8226 of file selfuncs.c.

8230{
8231 IndexOptInfo *index = path->indexinfo;
8232 GenericCosts costs = {0};
8234
8235 genericcostestimate(root, path, loop_count, &costs);
8236
8237 /*
8238 * We model index descent costs similarly to those for btree, but to do
8239 * that we first need an idea of the tree height. We somewhat arbitrarily
8240 * assume that the fanout is 100, meaning the tree height is at most
8241 * log100(index->pages).
8242 *
8243 * Although this computation isn't really expensive enough to require
8244 * caching, we might as well use index->tree_height to cache it.
8245 */
8246 if (index->tree_height < 0) /* unknown? */
8247 {
8248 if (index->pages > 1) /* avoid computing log(0) */
8249 index->tree_height = (int) (log(index->pages) / log(100.0));
8250 else
8251 index->tree_height = 0;
8252 }
8253
8254 /*
8255 * Add a CPU-cost component to represent the costs of initial descent. We
8256 * just use log(N) here not log2(N) since the branching factor isn't
8257 * necessarily two anyway. As for btree, charge once per SA scan.
8258 */
8259 if (index->tuples > 1) /* avoid computing log(0) */
8260 {
8263 costs.indexTotalCost += costs.num_sa_scans * descentCost;
8264 }
8265
8266 /*
8267 * Likewise add a per-page charge, calculated the same as for btrees.
8268 */
8271 costs.indexTotalCost += costs.num_sa_scans * descentCost;
8272
8273 *indexStartupCost = costs.indexStartupCost;
8274 *indexTotalCost = costs.indexTotalCost;
8275 *indexSelectivity = costs.indexSelectivity;
8276 *indexCorrelation = costs.indexCorrelation;
8277 *indexPages = costs.numIndexPages;
8278}

References cpu_operator_cost, DEFAULT_PAGE_CPU_MULTIPLIER, fb(), genericcostestimate(), GenericCosts::indexCorrelation, IndexPath::indexinfo, GenericCosts::indexSelectivity, GenericCosts::indexStartupCost, GenericCosts::indexTotalCost, GenericCosts::num_sa_scans, GenericCosts::numIndexPages, and root.

Referenced by spghandler().

◆ statistic_proc_security_check()

bool statistic_proc_security_check ( VariableStatData vardata,
Oid  func_oid 
)

Definition at line 6553 of file selfuncs.c.

6554{
6555 if (vardata->acl_ok)
6556 return true; /* have SELECT privs and no securityQuals */
6557
6558 if (!OidIsValid(func_oid))
6559 return false;
6560
6562 return true;
6563
6565 (errmsg_internal("not using statistics because function \"%s\" is not leakproof",
6567 return false;
6568}
int int errmsg_internal(const char *fmt,...) pg_attribute_printf(1
#define DEBUG2
Definition elog.h:29
#define ereport(elevel,...)
Definition elog.h:150
bool get_func_leakproof(Oid funcid)
Definition lsyscache.c:1987
char * get_func_name(Oid funcid)
Definition lsyscache.c:1758

References DEBUG2, ereport, errmsg_internal(), fb(), get_func_leakproof(), get_func_name(), and OidIsValid.

Referenced by calc_arraycontsel(), calc_hist_selectivity(), calc_hist_selectivity(), eqjoinsel(), get_variable_range(), histogram_selectivity(), ineq_histogram_selectivity(), mcv_selectivity(), scalararraysel_containment(), and var_eq_const().

◆ strip_all_phvs_deep()

static Node * strip_all_phvs_deep ( PlannerInfo root,
Node node 
)
static

Definition at line 5951 of file selfuncs.c.

5952{
5953 /* If there are no PHVs anywhere, we needn't work hard */
5954 if (root->glob->lastPHId == 0)
5955 return node;
5956
5957 if (!contain_placeholder_walker(node, NULL))
5958 return node;
5959 return strip_all_phvs_mutator(node, NULL);
5960}
static Node * strip_all_phvs_mutator(Node *node, void *context)
Definition selfuncs.c:5983

References contain_placeholder_walker(), fb(), root, and strip_all_phvs_mutator().

Referenced by examine_variable().

◆ strip_all_phvs_mutator()

static Node * strip_all_phvs_mutator ( Node node,
void context 
)
static

Definition at line 5983 of file selfuncs.c.

5984{
5985 if (node == NULL)
5986 return NULL;
5987 if (IsA(node, PlaceHolderVar))
5988 {
5989 /* Strip it and recurse into its contained expression */
5990 PlaceHolderVar *phv = (PlaceHolderVar *) node;
5991
5992 return strip_all_phvs_mutator((Node *) phv->phexpr, context);
5993 }
5994
5995 return expression_tree_mutator(node, strip_all_phvs_mutator, context);
5996}
#define expression_tree_mutator(n, m, c)
Definition nodeFuncs.h:155

References expression_tree_mutator, fb(), IsA, and strip_all_phvs_mutator().

Referenced by strip_all_phvs_deep(), and strip_all_phvs_mutator().

◆ strip_array_coercion()

static Node * strip_array_coercion ( Node node)
static

Definition at line 1867 of file selfuncs.c.

1868{
1869 for (;;)
1870 {
1871 if (node && IsA(node, ArrayCoerceExpr))
1872 {
1874
1875 /*
1876 * If the per-element expression is just a RelabelType on top of
1877 * CaseTestExpr, then we know it's a binary-compatible relabeling.
1878 */
1879 if (IsA(acoerce->elemexpr, RelabelType) &&
1880 IsA(((RelabelType *) acoerce->elemexpr)->arg, CaseTestExpr))
1881 node = (Node *) acoerce->arg;
1882 else
1883 break;
1884 }
1885 else if (node && IsA(node, RelabelType))
1886 {
1887 /* We don't really expect this case, but may as well cope */
1888 node = (Node *) ((RelabelType *) node)->arg;
1889 }
1890 else
1891 break;
1892 }
1893 return node;
1894}

References arg, fb(), and IsA.

Referenced by estimate_array_length(), and scalararraysel().

◆ var_eq_const()

double var_eq_const ( VariableStatData vardata,
Oid  oproid,
Oid  collation,
Datum  constval,
bool  constisnull,
bool  varonleft,
bool  negate 
)

Definition at line 368 of file selfuncs.c.

371{
372 double selec;
373 double nullfrac = 0.0;
374 bool isdefault;
376
377 /*
378 * If the constant is NULL, assume operator is strict and return zero, ie,
379 * operator will never return TRUE. (It's zero even for a negator op.)
380 */
381 if (constisnull)
382 return 0.0;
383
384 /*
385 * Grab the nullfrac for use below. Note we allow use of nullfrac
386 * regardless of security check.
387 */
388 if (HeapTupleIsValid(vardata->statsTuple))
389 {
390 Form_pg_statistic stats;
391
392 stats = (Form_pg_statistic) GETSTRUCT(vardata->statsTuple);
393 nullfrac = stats->stanullfrac;
394 }
395
396 /*
397 * If we matched the var to a unique index, DISTINCT or GROUP-BY clause,
398 * assume there is exactly one match regardless of anything else. (This
399 * is slightly bogus, since the index or clause's equality operator might
400 * be different from ours, but it's much more likely to be right than
401 * ignoring the information.)
402 */
403 if (vardata->isunique && vardata->rel && vardata->rel->tuples >= 1.0)
404 {
405 selec = 1.0 / vardata->rel->tuples;
406 }
407 else if (HeapTupleIsValid(vardata->statsTuple) &&
410 {
412 bool match = false;
413 int i;
414
415 /*
416 * Is the constant "=" to any of the column's most common values?
417 * (Although the given operator may not really be "=", we will assume
418 * that seeing whether it returns TRUE is an appropriate test. If you
419 * don't like this, maybe you shouldn't be using eqsel for your
420 * operator...)
421 */
422 if (get_attstatsslot(&sslot, vardata->statsTuple,
425 {
426 LOCAL_FCINFO(fcinfo, 2);
428
430
431 /*
432 * Save a few cycles by setting up the fcinfo struct just once.
433 * Using FunctionCallInvoke directly also avoids failure if the
434 * eqproc returns NULL, though really equality functions should
435 * never do that.
436 */
437 InitFunctionCallInfoData(*fcinfo, &eqproc, 2, collation,
438 NULL, NULL);
439 fcinfo->args[0].isnull = false;
440 fcinfo->args[1].isnull = false;
441 /* be careful to apply operator right way 'round */
442 if (varonleft)
443 fcinfo->args[1].value = constval;
444 else
445 fcinfo->args[0].value = constval;
446
447 for (i = 0; i < sslot.nvalues; i++)
448 {
450
451 if (varonleft)
452 fcinfo->args[0].value = sslot.values[i];
453 else
454 fcinfo->args[1].value = sslot.values[i];
455 fcinfo->isnull = false;
456 fresult = FunctionCallInvoke(fcinfo);
457 if (!fcinfo->isnull && DatumGetBool(fresult))
458 {
459 match = true;
460 break;
461 }
462 }
463 }
464 else
465 {
466 /* no most-common-value info available */
467 i = 0; /* keep compiler quiet */
468 }
469
470 if (match)
471 {
472 /*
473 * Constant is "=" to this common value. We know selectivity
474 * exactly (or as exactly as ANALYZE could calculate it, anyway).
475 */
476 selec = sslot.numbers[i];
477 }
478 else
479 {
480 /*
481 * Comparison is against a constant that is neither NULL nor any
482 * of the common values. Its selectivity cannot be more than
483 * this:
484 */
485 double sumcommon = 0.0;
486 double otherdistinct;
487
488 for (i = 0; i < sslot.nnumbers; i++)
489 sumcommon += sslot.numbers[i];
490 selec = 1.0 - sumcommon - nullfrac;
492
493 /*
494 * and in fact it's probably a good deal less. We approximate that
495 * all the not-common values share this remaining fraction
496 * equally, so we divide by the number of other distinct values.
497 */
499 sslot.nnumbers;
500 if (otherdistinct > 1)
502
503 /*
504 * Another cross-check: selectivity shouldn't be estimated as more
505 * than the least common "most common value".
506 */
507 if (sslot.nnumbers > 0 && selec > sslot.numbers[sslot.nnumbers - 1])
508 selec = sslot.numbers[sslot.nnumbers - 1];
509 }
510
512 }
513 else
514 {
515 /*
516 * No ANALYZE stats available, so make a guess using estimated number
517 * of distinct values and assuming they are equally common. (The guess
518 * is unlikely to be very good, but we do know a few special cases.)
519 */
520 selec = 1.0 / get_variable_numdistinct(vardata, &isdefault);
521 }
522
523 /* now adjust if we wanted <> rather than = */
524 if (negate)
525 selec = 1.0 - selec - nullfrac;
526
527 /* result should be in range, but make sure... */
529
530 return selec;
531}

References ATTSTATSSLOT_NUMBERS, ATTSTATSSLOT_VALUES, CLAMP_PROBABILITY, DatumGetBool(), fb(), fmgr_info(), free_attstatsslot(), FunctionCallInvoke, get_attstatsslot(), get_opcode(), get_variable_numdistinct(), GETSTRUCT(), HeapTupleIsValid, i, InitFunctionCallInfoData, InvalidOid, LOCAL_FCINFO, and statistic_proc_security_check().

Referenced by boolvarsel(), eqsel_internal(), patternsel_common(), and prefix_selectivity().

◆ var_eq_non_const()

double var_eq_non_const ( VariableStatData vardata,
Oid  oproid,
Oid  collation,
Node other,
bool  varonleft,
bool  negate 
)

Definition at line 539 of file selfuncs.c.

542{
543 double selec;
544 double nullfrac = 0.0;
545 bool isdefault;
546
547 /*
548 * Grab the nullfrac for use below.
549 */
550 if (HeapTupleIsValid(vardata->statsTuple))
551 {
552 Form_pg_statistic stats;
553
554 stats = (Form_pg_statistic) GETSTRUCT(vardata->statsTuple);
555 nullfrac = stats->stanullfrac;
556 }
557
558 /*
559 * If we matched the var to a unique index, DISTINCT or GROUP-BY clause,
560 * assume there is exactly one match regardless of anything else. (This
561 * is slightly bogus, since the index or clause's equality operator might
562 * be different from ours, but it's much more likely to be right than
563 * ignoring the information.)
564 */
565 if (vardata->isunique && vardata->rel && vardata->rel->tuples >= 1.0)
566 {
567 selec = 1.0 / vardata->rel->tuples;
568 }
569 else if (HeapTupleIsValid(vardata->statsTuple))
570 {
571 double ndistinct;
573
574 /*
575 * Search is for a value that we do not know a priori, but we will
576 * assume it is not NULL. Estimate the selectivity as non-null
577 * fraction divided by number of distinct values, so that we get a
578 * result averaged over all possible values whether common or
579 * uncommon. (Essentially, we are assuming that the not-yet-known
580 * comparison value is equally likely to be any of the possible
581 * values, regardless of their frequency in the table. Is that a good
582 * idea?)
583 */
584 selec = 1.0 - nullfrac;
585 ndistinct = get_variable_numdistinct(vardata, &isdefault);
586 if (ndistinct > 1)
587 selec /= ndistinct;
588
589 /*
590 * Cross-check: selectivity should never be estimated as more than the
591 * most common value's.
592 */
593 if (get_attstatsslot(&sslot, vardata->statsTuple,
596 {
597 if (sslot.nnumbers > 0 && selec > sslot.numbers[0])
598 selec = sslot.numbers[0];
600 }
601 }
602 else
603 {
604 /*
605 * No ANALYZE stats available, so make a guess using estimated number
606 * of distinct values and assuming they are equally common. (The guess
607 * is unlikely to be very good, but we do know a few special cases.)
608 */
609 selec = 1.0 / get_variable_numdistinct(vardata, &isdefault);
610 }
611
612 /* now adjust if we wanted <> rather than = */
613 if (negate)
614 selec = 1.0 - selec - nullfrac;
615
616 /* result should be in range, but make sure... */
618
619 return selec;
620}

References ATTSTATSSLOT_NUMBERS, CLAMP_PROBABILITY, fb(), free_attstatsslot(), get_attstatsslot(), get_variable_numdistinct(), GETSTRUCT(), HeapTupleIsValid, and InvalidOid.

Referenced by eqsel_internal().

Variable Documentation

◆ get_index_stats_hook

get_index_stats_hook_type get_index_stats_hook = NULL

Definition at line 184 of file selfuncs.c.

Referenced by brincostestimate(), examine_indexcol_variable(), and examine_variable().

◆ get_relation_stats_hook

get_relation_stats_hook_type get_relation_stats_hook = NULL