Use Tablestore SDK for Python to manage time series tables, retrieve and update time series metadata, and read and write time series data.
Usage notes
The TimeSeries model requires Tablestore SDK for Python V6.1.0 or later.
For more information, see Python SDK version history.
Operations on time series tables
Tablestore SDK for Python supports the following time series table operations.
|
Operation |
Description |
|
You can create a time series table. |
|
|
You can update a time series table or time series metadata configurations. |
|
|
You can query the names and configuration information of all time series tables in an instance. |
|
|
You can query information of a time series table, such as the time to live (TTL) configuration. |
|
|
You can delete a time series table. |
Time series operations
Tablestore SDK for Python supports the following time series operations.
|
Feature |
Description |
|
Retrieve time series by conditions such as metric name and data source. |
|
|
Update metadata for multiple time series in a batch. |
|
|
Delete metadata for multiple time series in a batch. |
Operations on time series data
Tablestore SDK for Python supports the following time series data operations.
|
Operation |
Description |
|
You can write multiple rows of time series data to a time series table at the same time. |
|
|
You can query time series data that meets the specified conditions in a time series. |