Skip to main content

Data tables you will receive

When exploring Nexalis data, you will have access to two core standardized tables:
  • gold_<user_name>_avg_std — Contains raw and standardized data, aggregated in X-minute intervals (X-minute interval is a parameter of the Nexalis Agent). Includes minimum, maximum, count and average values. Does not include discrete tags.
  • gold_<user_name>_hf_std — Contains raw and standardized high‑frequency data (per‑second). Includes discrete tags (e.g., booleans and enumerations for alarms and codes)
Both contain raw and standardized device data, but differ in frequency, aggregation, and whether discrete tags (booleans, enumerations) are included.
Transformation adds standardized columns for cross-vendor comparison and values are scaled to the data model units.
Tip: To filter only standardized tags, use a condition like dataObject != null in your queries.

Comparison of Tables

Table NameData FrequencyAggregationDiscrete TagsBest For
gold_<user_name>_avg_stdX‑minute intervals (per‑Nexalis agent configurable)Aggregated (min, max, avg, count)NoTrend analysis, reporting, standardized analog data
gold_<user_name>_hf_stdHigh frequency (per‑second raw data)None (raw values)YesAI/ML, alarms, troubleshooting