Index management

更新时间:
复制 MD 格式

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

Operation

Description

Create a search index

Create a search index for a data table by specifying the data table name, search index name, and schema information.

List search indexes

List all search indexes associated with a data table.

Update the configurations of a search index

Update search index configurations 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 the retention period of data 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.