All Products
Search
Document Center

Tablestore:Index management

Last Updated:Jun 22, 2026

Tablestore SDK for Go supports search index management operations such as creating and deleting search indexes, querying index details, and configuring the time to live (TTL).

Operation

Description

Create a search index

Create a search index for a data table. You must specify the data table name, the search index name, and the schema of the search index.

List search indexes

List all search indexes created for a data table.

Update the configurations of a search index

Update the configurations of a search index, such as the TTL.

Query the description of a search index

Query the description of a search index, including field information and presorting settings.

Delete a search index

Delete a search index from a data table.

Specify the TTL of a search index

TTL specifies how long data is retained in a search index. When the retention period exceeds the TTL value, Tablestore automatically deletes the expired data to free up storage space and reduce costs.