LindormTSDB organizes time series data around six core elements: table, tag, timestamp, field, data point, and time series. Understanding these elements helps you design an efficient schema and write faster queries.
Key concepts
Example: wind turbine monitoring
A wind turbine power station uses a table named Wind-generators to store sensor data from multiple turbines. The table uses three tags to identify each turbine — ID, model, and manufacturer — and two fields to record measurements: power and wind speed.