This describes the wi_jobthroughputdaily table and how each column of data arises from WI_JOBTHROUGHPUT.
The wi_jobthroughputdaily get its data from the daily aggregation of the wi_jobthroughput table. The daily aggregation is part of the package being run everyday to aggregate jobs data. The daily aggregation range is between the last day of the wi_jobthroughputdaily table and the last second of yesterday (ie. 23:59:59).
The aggregation is grouped by "ClusterCode", "UserCode", "ProjectCode", "QueueCode", "HostCode", "ExecHostModelCode", "ExecHostTypeCode". The "ExecHostModelCode" and "ExecHostTypeCode" comes from the lookup of the LSFHOST_TYPE and LSFHOST_MODEL in the wi_hostproperties based on the host_name looked up from wi_hostcode based on the "HostCode" from wi_jobthroughput. The lookedup LSFHOST_TYPE and LSFHOST_MODEL then went through the code table transform into "ExecHostTypeCode" and "ExecHostModelCode". Any records that has no "ExecHostTypeCode" or "ExecHostModelCode" will be removed and will not be insert into this table.
This is the column description of each data column of WI_JOBTHROUGHPUTDAILY and how each column is filled with data.