Platform Analytics 7 Dataflow

WI_HOSTSTATUSDAILY table

The WI_HOSTSTATUSDAILY table gets its information from the WI_HOSTSTATUSHOURLY.
For each new record, if the record has the same status as the last record, the last_period field for the new record is updated with the same host and cluster as the last record, and if the time between the two records is four times greater than the sampling interval, this record is marked as a "Gap".
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. For example, 02:00:00 means that all records between 02:00 and 02:59:59 are collected into this record.
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
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
STATUS_CODE
This is the status code.
The status code is obtained by looking up the Status in the wi_statuscode table and generating a new code if it doesn't exist.
Primary key
STATUS_DURATION Aggregated by hours’ duration.  
STATUS_TIMES Aggregated by hours' status_times.  
INSERT_SEQ
This is a unique sequence number generated by the system for each new record inserted.