This describes the wi_licutilfeaturemartdaily table and how each column of data arises from the WI_LICUTILFEATUREMART table.
The wi_licutilfeaturemartdaily get its data from the WI_LICUTILFEATUREMART table. The records from the WI_LICUTILFEATUREMART table are first aggregated for the same period with the grouping of "Feature", "Vendor", "Server" and "TimeDiff". The "Value" is summed together and the maximum of "Total" is found. Then, we aggregate again for the same interval with the grouping of "Feature", "Vendor", "TIMEDIFF" and the "Value" and "Total" from the previous aggregation are summed. Then, we aggregate for the day with the grouping of "Feature", "Vendor" and "CoreHour". The sum of the "Interval Value" is added up as "SUMALLVALUE". The maximum of the "Interval Value" is found for the day as "Max". The sum of the "Interval Total" is also added up as "SUMALLTOTAL". The number of records aggregated is counted. The result is then recorded into this table.
This is the column description of each data column of WI_LICUTILFEATUREMARTDAILY and how each column is filled with data.