All Products
Search
Document Center

Tablestore:Operations on time series data

Last Updated:Apr 28, 2025

This topic describes how to write and query time series data in Tablestore.

Write time series data

After you create a time series table, you can select an appropriate method to write time series data based on your business requirements.

  • You can use an SDK to write multiple rows of time series data to a time series table at the same time. For more information, see Write time series data.

  • If you want to migrate data from a Kafka data source to a time series table in Tablestore, you can use Tablestore Sink Connector. For more information, see Data synchronization to time series tables.

Note

If you create an analytical store for a time series table, the analytical store automatically synchronizes data from the time series table when you write time series data to the time series table.

Query time series data

FAQ