All Products
Search
Document Center

Tablestore:Operations on a time series table

Last Updated:Jun 23, 2026

You can use Tablestore SDK for Java to create, modify, query, and delete time series tables.

Operation

Description

Create time series tables

Create a time series table to store time series data.

Modify the configurations of a time series table

Modify configurations such as the time to live (TTL) of data in a time series table. After you update the TTL, Tablestore automatically and asynchronously deletes expired data.

Query the names of time series tables

Query the names of all time series tables in an instance.

Query the information about a time series table

Query the information about a time series table, such as the TTL configuration.

Delete a time series table

Delete a time series table.