|
Name |
|
|
Dimensional Type |
Fact |
|
Comment |
This fact table holds aggregated measurement information for water, electricity, steam, natural gas, etc. usage, i.e., measurements taken over a period of time (SPECIFICALLY AN HOUR) by a given control/measurement system and aggregated (e.g., averaged, given as mix, max, etc.). |
|
CKT_MF_READINGBYHOURSNAPSHOT |
|
Name |
Parent Table |
Foreign Key Columns |
|
Relationship_51 |
MD_MQual_SurrogateKey |
|
|
Relationship_107 |
MD_Date_DateInteger |
|
|
Relationship_108 |
MD_Building_SurrogateKey |
|
|
Relationship_109 |
MD_Room_SurrogateKey |
|
|
Relationship_110 |
MD_Point_SurrogateKey |
|
|
Relationship_111 |
MD_Unit_SurrogateKey |
|
|
Relationship_112 |
MD_ThingM_SurrogateKey |
|
|
Relationship_113 |
MD_Source_SurrogateKey |
|
|
Relationship_114 |
MD_Vend_SurrogateKey |
|
|
Relationship_199 |
MD_Time_TimeInteger |
|
Name |
|
Name |
Comment |
Domain |
Data Type |
Length |
|
MD_Point_SurrogateKey |
|
<None> |
numeric |
|
|
MD_Date_DateInteger |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
DW_DateInteger |
int |
|
|
MD_Time_TimeInteger |
Integer representing the time of day in the format HHMMSS (e.g., 23:01:01 at one minute one second after eleven o'clock in the evening). Not typically used for reporting. |
<None> |
int |
|
|
MD_Unit_SurrogateKey |
|
<None> |
numeric |
|
|
MD_ThingM_SurrogateKey |
|
<None> |
numeric |
|
|
MD_Source_SurrogateKey |
|
<None> |
numeric |
|
|
MD_Vend_SurrogateKey |
Foreign key linking to a row in MD_Vendor, providing information on the vendor whose device was used to take a given measurement. |
<None> |
numeric |
|
|
MD_Room_SurrogateKey |
|
<None> |
numeric |
|
|
MD_Building_SurrogateKey |
|
<None> |
numeric |
|
|
MD_MQual_SurrogateKey |
Many systems associate quality ratings with measurements, and this foreign key allows that relationship to be implemented here. Supported qualities include: Good, Bad, Uncertain. |
<None> |
numeric |
|
|
MF_ReadHourSnap_RealGrain |
The real or original temporal granularity of measurement, before it was refactored (allocated/pro-rated) for this table. |
DW_TimeUnit |
varchar(16) |
16 |
|
MF_ReadHourSnap_AvgValue |
This is the basic 'value' field for MF_ReadingsByHourSnapshot. |
<None> |
double precision |
|
|
MF_ReadHourSnap_MaxValue |
If a measurement gets taken over a period of time, the measurement device may (in addition to an average or cumulative value) provide a max/min value. The max is provided here, if available. If it is not available, then this value defaults to MD_ReadHourSnap_AvgValue. |
<None> |
double precision |
|
|
MF_ReadHourSnap_MinValue |
If a measurement gets taken over a period of time, the measurement device may (in addition to an average or cumulative value) provide a max/min value. The min is provided here, if available. If it is not available, then this value defaults to MD_ReadHourSnap_AvgValue. |
<None> |
double precision |
|
|
MF_ReadHourSnap_Variance |
Some systems provide cumulative readings by aggregating individual readings at a lower level by taking their average (or min, max, etc.). In such cases, the system may also provide a reliability value in the form of a variance standard deviation, which measures, statistically, the amount of jitter in the data. Standard deviations, if that's all that are available, will be squared and thereby converted to variances, so they can be aggregated (summed) then divided by the number of samples and converted back to a standard deviation by taking their square root. |
<None> |
double precision |
|
|
MF_ReadHourSnap_Coverage |
Number of seconds covered for a given data point. Since the grain of this table is per hour, and the unit here is seconds, this defaults to 3600. |
<None> |
int |
|
|
MF_ReadHourSnap_InputBy |
|
DW_CommonName |
nvarchar(64) |
64 |
|
MF_ReadHourSnap_AuditKey |
|
DW_AuditKey |
bigint |
|
|
MF_ReadHourSnap_Timestamp |
|
<None> |
timestamp |
|
|
Name |
Unique |
Cluster |
Primary |
Foreign Key |
Alternate Key |
Table |
|
MF_READINGBYHOURSNAPSHOT_PK |
TRUE |
TRUE |
TRUE |
FALSE |
FALSE |
|
|
RELATIONSHIP_108_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_109_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_111_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_112_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_113_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_114_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
|
RELATIONSHIP_51_FK |
FALSE |
FALSE |
FALSE |
TRUE |
FALSE |
|
Name |
|
Identifier_1 |
|
|
|