Skip to content

DEMANDOPERATIONALFORECAST

Shows Forecast Operational Demand for a particular date time interval.

Package

DEMAND_FORECASTS

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
INTERVAL_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Forecast for a particular date time interval
REGIONID varchar(20) 🔑 varchar(20) 🔑 Region identifier
LOAD_DATE datetime(3) datetime2(0) 🔑 Date time this forecast was produced
OPERATIONAL_DEMAND_POE10 numeric(15, 2) numeric(15, 2) 10% probability of exceedance operational demand forecast value
OPERATIONAL_DEMAND_POE50 numeric(15, 2) numeric(15, 2) 50% probability of exceedance operational demand forecast value
OPERATIONAL_DEMAND_POE90 numeric(15, 2) numeric(15, 2) 90% probability of exceedance operational demand forecast value
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
DEMANDOPERATIONALFORECAST_PK clustered, unique, primary key INTERVAL_DATETIME, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_DEMANDOPERATIONALFORECAST clustered, unique, primary key LOAD_DATE, INTERVAL_DATETIME, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
DEMANDOPERATIONALFORECAST_CCI clustered, columnstore n/a
DEMANDOPERATIONALFORECAST_PK nonclustered, unique, primary key LOAD_DATE, INTERVAL_DATETIME, REGIONID