This topic describes the limits on the TimeSeries model.
Limits on time series tables
Item | Limit | Description |
Name of a time series table | Unique within an instance | Naming conventions for a time series table:
|
Name of a time series column | Unique within a table | Naming conventions for a time series column:
|
Data type of a time series column | String, Integer, Double, Boolean, and Binary |
|
Custom field name for a time series identifier | Unique within a table | Naming conventions for the custom field for a time series identifier:
|
Maximum number of custom fields for time series identifiers | 6 | Up to 6 custom fields for time series identifiers can be specified. |
Maximum number of data fields that can be used as primary key columns | 4 | Up to 4 data fields can be specified as primary key columns. |
Name of a data field in a time series | Unique within a table | Naming conventions for a data field in a time series:
|
Measurement name | Unique within a table | The measurement name must be a UTF-8-encoded string that is 1 to 128 bytes in length. The name cannot contain number signs (#) or non-printable characters such as spaces. |
Data source | Unique within a table | The data source must be a UTF-8-encoded string that is 0 to 256 bytes in length. |
Tags | In the | The tags must be in the
|
Time column | Greater than or equal to 0 | Unit: microseconds. |
Operation limits
Item | Limit | Description |
Maximum number of columns that can be written at the same time | 1024 | You can write up to 1,024 attribute columns in a single row to a time series table at the same time. |
Maximum number of rows that can be written at the same time | 200 | You can write up to 200 rows to a time series table at the same time. |
Maximum size of data that can be written to a time series table at the same time | 4 MB | You can write up to 4 MB of data to a time series table at the same time. |
Analytical store limits
Item | Limit | Description |
Name of an analytical store | Unique within a table | Naming conventions for an analytical store:
|
Maximum number of analytical stores | 1 | You can create only one analytical store for a time series table. |
Time to live (TTL) for the data in an analytical store | -1 or a positive integer that is greater than or equal to 2592000 | The value of TTL for the data in an analytical store is -1 or an int32 positive integer that is greater than or equal to 2592000. The unit of TTL is seconds. The value of -1 specifies that data in the analytical store never expires. The value of 2592000 equals to 30 days. |
Lastpoint index limits
Item | Limit | Description |
Name of a Lastpoint index | Unique within an instance | Naming conventions for a Lastpoint index:
|
Maximum number of Lastpoint indexes | 10 | The sum of the numbers of Lastpoint indexes and analytical stores that are created for a time series table cannot exceed 10. |