This topic describes the operations that you can perform on time series tables by using Tablestore SDK for Java.
Operation | Description |
Create a time series table to store time series data. | |
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 all time series tables in an instance. | |
Query the information about a time series table, such as the TTL configuration. | |
Delete a time series table. |