LindormTSDB has limits on naming rules, engine quotas, and other aspects. To ensure your business operates normally, read limits described in this topic before you use Lindorm for data development.
Naming rules
Database object | Limits |
Database name |
|
Table name |
|
Tag column name |
|
Field column name |
|
Timestamp column name |
|
Quotas
The following table describes the quotas of LindormTSDB.
Quota | Limits |
Number of databases | You can create up to 16 databases including the default database in LindormTSDB. |
Number of tables | You can create up to 10,000 time series tables in a time series database. |
Number of columns | You can create up to 1,024 columns including tag columns, timestamp columns, and field columns in a time series table. |
Values
The following table describes the limits on values in LindormTSDB.
Value | Limits |
Value of the tag column |
|
Value of the field column |
|
Value of the timestamp column | The column value must be a timestamp in milliseconds (ms). |