All Products
Search
Document Center

Tablestore:Time series analytical store

Last Updated:Apr 24, 2025

An analytical store is low-cost storage engine designed and optimized by Tablestore for time series scenarios, primarily used for long-term storage and analysis of time series data. This topic describes how to use time series analytical stores with Tablestore SDK for Java.

Operation

Description

Create an analytical store

You can create an analytical store for an existing time series table.

Update the TTL of data in a time series analytical store

You can update the time to live (TTL) configuration of a time series analytical store. After the TTL of an analytical store is updated, Tablestore automatically deletes data whose retention period exceeds the TTL value from the analytical store in an asynchronous manner.

Query information of an analytical store

You can query information of an analytical store, including time to live (TTL) configuration, data synchronization options, data synchronization status, and data storage usage.

Delete an analytical store

You can delete an analytical store that is created for a time series table.