Skip to content

add description about data model#886

Merged
CritasWang merged 4 commits intoapache:mainfrom
leto-b:add-description-about-data-model
Sep 19, 2025
Merged

add description about data model#886
CritasWang merged 4 commits intoapache:mainfrom
leto-b:add-description-about-data-model

Conversation

@leto-b
Copy link
Copy Markdown
Contributor

@leto-b leto-b commented Sep 15, 2025

When designing your data model, to ensure system performance and scalability, prioritize creating a large number of devices rather than accumulating an unlimited number of time series under a single device. Simultaneously, ensure that the cardinality of the penultimate node in the path reaches at least 1000 to provide sufficient concurrency granularity, and use suffixes such as .value at the end of the path to clearly identify data points—for example, it is recommended to adopt a high-concurrency model like root.db.device01.metric.value, rather than the inefficient structure of root.db.device01.metric.

@CritasWang CritasWang merged commit 71d4150 into apache:main Sep 19, 2025
4 checks passed
leto-b added a commit to leto-b/iotdb-docs that referenced this pull request Mar 27, 2026
* add description about data model

* update description about data model

* update description about data model

* update description about data model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants