All Products
Search
Document Center

Tablestore:TimeSeries model

Last Updated:Jun 04, 2026

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.

Note

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

Create a time series table

You can create a time series table.

Update a time series table

You can update a time series table or time series metadata configurations.

List time series tables

You can query the names and configuration information of all time series tables in an instance.

Query information of a time series table

You can query information of a time series table, such as the time to live (TTL) configuration.

Delete a time series table

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

Retrieve time series by conditions such as metric name and data source.

Update time series

Update metadata for multiple time series in a batch.

Delete time series

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

Write time series data

You can write multiple rows of time series data to a time series table at the same time.

Query time series data

You can query time series data that meets the specified conditions in a time series.