XDL Schema Reference Flashcards

(40 cards)

1
Q

What data source does XDL extract from nightly?

A

The Sensus Regional Network Interface (RNI) database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How often is data extracted into XDL from the RNI?

A

Once per day (nightly).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What primary benefit does XDL provide to utility BI teams?

A

Centralizes meter and device data in a query‑ready schema for custom reports without direct RNI access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In XDL column names, what suffix marks local‑utility timezone timestamps?

A

_local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

For timestamps without the _local suffix, which timezone is assumed?

A

UTC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which tables store current and historical account metadata?

A

account (current) and account_history (historical)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which tables capture Actions taken on devices?

A

water_actions, gas_actions, electric_actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which tables hold Consumption aggregates?

A

water_consumption, gas_consumption, electric_consumption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which table holds Device Group metadata?

A

device_group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which tables store Device Register Reads?

A

water_registers, electric_registers, gas_registers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which tables contain Events (alarms)?

A

water_events, electric_events, gas_events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which tables store Interval Reads?

A

water_intervals, electric_intervals, gas_intervals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which tables contain Metrology Device metadata?

A

metrology_device (current) and metrology_device_history (historical)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which table contains Permalog Device metadata?

A

permalog_device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which table contains Sensor metadata?

A

sensor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which table records Water Permalog Reads?

A

water_permalog_read

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which table captures Manufacturing Info?

A

manufacturing

18
Q

What’s the naming pattern for service‑specific tables?

A

They start with water_, gas_, or electric_ depending on commodity.

19
Q

Which table holds historical metrology device records?

A

metrology_device_history

20
Q

Which Account table shows the latest values?

21
Q

Which table preserves past Account records?

A

account_history

22
Q

In most tables, which field uniquely identifies a meter?

23
Q

Which field links to the radio/endpoint identifier?

24
Q

Which account field defines the billing cycle?

A

account_billing_cycle

25
Which two fields give geographic coordinates for assets?
latitude and longitude
26
In Actions tables, which column shows when an action was issued?
issued_date (UTC)
27
Register vs Interval: which represents cumulative meter value?
Register Reads (e.g., water_registers)
28
Register vs Interval: which represents discrete usage slices?
Interval Reads (e.g., water_intervals)
29
In Events tables, where is the alarm timestamp stored?
event_time_timestamp
30
Which Consumption columns mark the period start and end?
start_read_time_local and end_read_time_local
31
Which Metrology field stores firmware version?
firmware_version
32
Which Metrology flag shows encryption status?
is_encryption_enabled
33
Which Metrology column records install date?
install_date
34
Which column can you join on to relate tables across schema?
device_id
35
Which column stores the unit of measurement text?
unit_of_measurement (or unit_of_measure)
36
Which Redshift type is used for semi‑structured JSON data?
super
37
Which data type stores true/false values?
boolean
38
Which data type is 64‑bit double‑precision float?
double precision
39
What data type is used for calendar dates formatted YYYY‑MM‑DD?
date
40
Which type records Unix‑epoch timestamps with date & time?
timestamp