All Products
Search
Document Center

Tablestore:CreateTimeseriesAnalyticalStore

Last Updated:Apr 22, 2025

Creates a time series analytical store for an existing time series table. The analytical store stores time series data at a low cost and allows you to query and analyze time series data.

Request syntax

message CreateTimeseriesAnalyticalStoreRequest {
  required string table_name = 1;
  required TimeseriesAnalyticalStore analytical_store = 2;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the time series table.

analytical_store

TimeseriesAnalyticalStore

Yes

The configuration information of the analytical store. The name is required. The default time to live is -1, which specifies that data in the analytical store never expires. The default synchronization mode is full synchronization.

Response syntax

message CreateTimeseriesAnalyticalStoreResponse {
}

Use Tablestore SDKs

You can use Tablestore SDKs for the following programming languages to create a time series analytical store: