All Products
Search
Document Center

Tablestore:Operations on a time series table

Last Updated:Mar 05, 2025

This topic describes the operations that you can perform on time series tables by using Tablestore SDK for Java.

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 the configurations, such as the time to live (TTL) of data in a time series table. After you modify the TTL of data in a time series table, Tablestore automatically and asynchronously deletes the data whose retention period exceeds the TTL.

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.