You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time_series_projections containing the actual projection data
time_series_projectables containing a morphable link between a the above projection entry and the model record which generated the data
The latter is a 1-to-1 link between a projection data and the model that projects the data. Unless mistaken, the polymorphic relation can also be stored in the time_series_projections (i.e. projectable_id and projectable_type) simplifying the structure and the queries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Two tables are currently generated:
The latter is a 1-to-1 link between a projection data and the model that projects the data. Unless mistaken, the polymorphic relation can also be stored in the time_series_projections (i.e. projectable_id and projectable_type) simplifying the structure and the queries.
Beta Was this translation helpful? Give feedback.
All reactions