Silver Layer - ER Diagram
The Silver layer stores measurement data in a tag-based normalized model. Core time-series data lives in channels,
while metadata is split across tag tables (key-value pairs) and metric tables (pre-computed statistics).
channelsformat variants:
- RLE format -- both
startandendare present (run-length encoded)- Raw format -- only
startis present (endis computed on-the-fly via the query engine)