sp532_optimizer_costs
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
optimizer_run_no | number(9) | Â | |
statistics_no | number(9) | Â | |
cost_no | number(3) | Â | |
base | number(10) | Â | |
weight | number(9) | Â | |
actual | number(10) | Â |
Keys
primary key (optimizer_run_no, statistics_no, cost_no)Â
foreign key (optimizer_run_no, statistics_no) references sp531_optimizer_statistics(optimizer_run_no, statistics_no)Â
foreign key (cost_no) references sp534_optimizer_cost_types(cost_no)
Column Descriptions
Field | Description |
---|---|
optimizer_run_no, statistics_no | Identifies the point in the optimisation at which these costs were assessed. |
cost_no | Identifies the type of cost being reported. |
base | Unweighted base cost. |
weight | Weight applied to the base cost. |
actual | Actual cost. |