You can use Tablestore SDK for Java to create, modify, query, and delete time series tables.
|
Operation |
Description |
|
Create a time series table to store time series data. |
|
|
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 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. |