Cadence telemetry from dozens of civic routers produces timestamped counter samples. Which storage consideration fits model-driven telemetry consumption?
Select an answer to reveal the explanation.
Short Explanation
Telemetry is a heartbeat log, not a novel you keep every draft of forever. A time-aware store with retention matches cadence measurements; an endless flat file just piles up.
Full Explanation
Cadence telemetry yields timestamped measurements. Storage design favors a time-series or time-aware store with retention—not dumping every publication into an unbounded flat file or a store nobody queries by time. Device NVRAM is not the collector’s telemetry database.