All Products
Search
Document Center

Lindorm:Data model

Last Updated:Mar 28, 2026

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

image

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.

image