All Products
Search
Document Center

Tablestore:Overview

Last Updated:Sep 05, 2023

Tablestore SDK for Java provides a variety of operations that you can perform on time series tables.

Operation

Description

Create a time series table

Creates a time series table.

Query the names of time series tables

Queries the names of all time series tables in the current instance.

Query the information about a time series table

Queries the information about a time series table, such as the time to live (TTL) configuration.

Query the information about an analytical store

Queries the information about the analytical store of a time series table, such as the time to live (TTL) configuration, data synchronization option, data synchronization status, and data storage size.

Update a time series table

Updates the configurations of a time series table.

Delete a time series table

Deletes a time series table.

Write time series data

Writes multiple rows of time series data to a time series table at the same time.

Query time series data

Queries the time series data that meets the specified conditions.

Retrieve time series

Retrieves time series that meet multiple specified conditions.

Update time series metadata

Updates the properties in the metadata of multiple time series at the same time.

Delete time series metadata

Deletes the metadata of multiple time series at the same time.