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 for a data table by specifying the data table name, search index name, and schema information. |
|
|
List all search indexes associated with a data table. |
|
|
Update search index configurations such as the TTL. |
|
|
Query the description of a search index, including field information and presorting settings. |
|
|
Delete a search index from a data table. |
|
|
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. |
该文章对您有帮助吗?