Skip to content

METERDATA_TRK (Historical table)

Tracking table for the publication of wholesale settlement data associated with BILLING run.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CASE_ID numeric(15, 0) 🔑 int 🔑 Case Identifier
AGGREGATE_READS_LOAD_DATETIME datetime(3) datetime2(0) Timestamp of the aggregated reads being loaded for this case
INDIVIDUAL_READS_LOAD_DATETIME datetime(3) datetime2(0) Timestamp of the non aggregated reads being loaded for this case
STARTDATE datetime(3) datetime2(0) The start date of data associated with the CASE_ID
ENDDATE datetime(3) datetime2(0) The end date of data associated with the Case_ID
LASTCHANGED datetime(3) datetime2(0) Last changed date for the record

Official MMS data model indexes

Index name Index type Index columns (in order)
METERDATA_TRK_PK clustered, unique, primary key CASE_ID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_METERDATA_TRK clustered, unique, primary key CASE_ID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_METERDATA_TRK clustered, unique, primary key CASE_ID