22 double CPU_OP = 0.00002;
23 double HASH_COST = 0.00002;
24 double HASH_PROBE = 0.00001;
25 double INDEX_PROBE = 0.00001;
32 inline double cpu_op() {
return CPU_OP; }
44 inline double io() {
return IO; }
cost model in cost-based optimization(CBO)
Definition: cost_model.h:19
double cpu_op()
cpu cost of building hash table
Definition: cost_model.h:32
double hash_probe()
cpu cost of finding index
Definition: cost_model.h:38
double index_probe()
i/o cost
Definition: cost_model.h:41
double hash_cost()
cpu cost of finding hash bucket
Definition: cost_model.h:35
Definition: group_expr.h:25
: memorization
Definition: memo.h:29