Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

WI_LICUTILFEATUREMARTDAILY table

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.

Column Name

Description

Key

TIME_STAMP

This is in GMT and is always end in the day. The record is aggregated in a localized day. After the aggregation, the time_stamp is then transformed back at GMT and stored in this field. Thus, this time_stamp always in the GMT form of the localized day in midnight.

Primary key

LIC_FEATURE_CODE

This comes from the "LIC_FEATURE_CODE" field in the WI_LICUTILFEATUREMART table.

Primary key

LIC_VENDOR_CODE

This comes from the "LIC_VENDOR_CODE" field in the WI_LICUTILFEATUREMART table.

Primary key

MAX_LICENSE

This is the maximum of the license usage for the day after several interval aggregations.

 

SUM_VALUE

This is the sum of the license usage for the day after several interval aggregations.

 

SAMPLING_COUNT

This is the number of records from the result of aggregated interval being aggregated for the day.

 

SUM_TOTAL

This is the sum of the interval sum total available license for each sampling interval aggregated for this day.

 

SUM_RESERVATION

This is the sum of the license reservation for the day after several interval aggregations.

 

CORE_HOUR

The core hour is resulted from a mapping of the original time_stamp in local time. If the time_stamp is within the range from Monday to Friday, 9am to 5pm, then the core_hour will be 1, otherwise it will be 0.

Primary key

MAX_TOTAL_AVAIL

The maximum (peak) number of available licenses for this hour.

 

MAX_UTIL

This is the maximum of the license utilization for the day.

 

SUM_UTIL

This is the sum of the utilization for the day.

 

WEIGHTED_UTIL

This is used to calculate the utilization of peak usage for the day.

 

TOTAL_AVAIL_TIME

This is the average of the maximum total available time for each sampling interval aggregated for this hour.

 

INSERT_SEQ

This is a system generated sequence number. For each new record inserted, a unique sequence number is being assigned to this column.

 

Previous Topic Next Topic Index