Platform Analytics 7 Dataflow

WI_HOSTGROUPCONFDAILY table

The wi_hostgroupconfdaily table gets its information from the wi_hostgroupconf table.
This table is a collection of data taken daily from the wi_hostgroupconf table, which is grouped by the GroupType, ClusterName, HostName, CoreHour, and HostGroupCode fields.
If the record already exists, the ETL updates the corresponding host_group_code value with the matching keys.
The following table describes each column and its source:
Column Name
Description
Key
CLUSTER_CODE
This is the cluster code.
The cluster code is obtained by looking up the ClusterName in the wi_clustercode table and generating a new code if it doesn't exist.
Primary key
TIME_STAMP
This is the time stamp of all the record collections in the next hour, in GMT. The record is collected every localized day. After the record collection, the time stamp is transformed back to GMT and stored in this field. Thus, this time_stamp is always in the GMT form of the localized time at midnight.
Primary key
HOST_GROUP_CODE
This is the host group code.
The host group code is obtained by looking up the HostGroupName in the wi_hostgroupcode table and generating a new code if it doesn't exist.
Primary key
CORE_HOUR
This is the core hour, which is based on the localized time_stamp. If the time_stamp is within resulted from a mapping of the original time_stamp in local time. If the time_stamp is within the range of 9am to 5pm on Monday to Friday, this field returns 1, otherwise, it returns 0.
A value of 1 means that the data in this record is aggregated from the core_hour portion of the day (9am to 5pm, Monday to Friday).
Primary key
HOST_GROUP_TYPE
This is the host group type.
Primary key
HOST_CODE
This is the host code.
The host code is obtained by looking up the HostName in the wi_hostcode table and generating a new code if it doesn't exist.
Primary key
INSERT_SEQ
This is a unique sequence number generated by the system for each new record inserted.