Sun N1 Grid Engine 6.1 User's Guide

sge_department_values

The sge_department_values table stores the values of department related variables that are subject to change. Currently these are derived values, e.g. hourly averages, sums etc.

Column 

Type 

Description 

dv_parent 

integer 

References d_id in the sge_department table. 

dv_time_start 

timestamp 

Start time for the validity of a value. 

dv_time_end 

timestamp 

End time for the validity of a value. 

dv_variable 

text 

Variable name, e.g. h_sum_jobs 

dv_value 

text 

Variable value, e.g. 5. 

dv_dvalue 

double precision 

Variable value as number. 

dv_dconfig 

double precision 

In case of consumables: Consumable maximum available value (configured value).