Profile: Read-only time-series
Table of Contents
This page is a named element-scope MASD profile instantiating ORE Studio Variability Model § "Profiles: naming a recurring configuration point". A model file binds to this profile (rather than authoring each feature individually) to guarantee the exact feature combination below, with no ad hoc variation.
Purpose
Models a high-volume, append-only measurement stream — a price tick, a sensor reading, anything time-indexed where rows are written far more often than edited and there is no meaningful concept of a user-facing detail-edit form. Backed by a TimescaleDB hypertable rather than the standard bi-temporal table shape; no Qt surface at all, since nobody hand-edits a tick.
Reference entity
market_observation — synthetic market-data ticks, written by the generator/publisher pipeline, never edited by hand.
Assignments
One row per feature this profile fixes a value for — any feature not listed here is left to the model's own choice:
| Feature | Value |
|---|---|
| has_tenant_id | true |
| has_workspace_id | false |
See also
- ORE Studio Variability Model — the feature bundles this profile composes.