Table
Index
Metadata
Create a scalar index on a table
Create a scalar index on a table field for faster filtering operations. Supports scalar indexes (BTREE, BITMAP, LABEL_LIST, FTS, etc.). This is an alias for CreateTableIndex specifically for scalar indexes. Index creation is handled asynchronously. Use the ListTableIndices and DescribeTableIndexStats operations to monitor index creation progress.
post/v1/table/{id}/create_scalar_index
Request body
Response
Scalar index created successfully