This describes the wi_licenseutilmartdaily table and how each column of data arises from the WI_LICENSEUTILMART table.
The wi_licenseutilmartdaily get its data from the WI_LICENSEUTILMART table. The records from the WI_LICENSEUTILMART table are first aggregated for the same period with the grouping of "Feature", "Vendor", "Server", "localized TIMESTAMP" and "TimeDiff". The "Value" is summed together and the maximum of "Total" is found. Then, we calculate the interval utilization as "Interval Value" divided by "Interval Total". The result is then aggregated again for the localized day for the grouping of "Feature", "Vendor", "Server" and "CoreHour". The sum of the "Interval Value" is added up. The sum of the "Interval Util" is also added up. The number of records aggregated is counted. The maximum of the "Interval Value" and "Interval Util" are found. Then the sum of the "Interval Total" from the interval aggregation is also found. The result is then record into this table.
This is the column description of each data column of WI_LICENSEUTILMARTDAILY and how each column is filled with data.