Home
last modified time | relevance | path

Searched refs:ioCost (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/planner/
H A Ddistributed_planner.c1996 double ioCost = 0.; in AdjustReadIntermediateResultsCostInternal() local
2064 ioCost = seq_page_cost * totalResultSize / BLCKSZ; in AdjustReadIntermediateResultsCostInternal()
2071 path->total_cost = rowCountEstimate * rowCost + ioCost; in AdjustReadIntermediateResultsCostInternal()