Table
Index
Metadata
Create an index on a table
Create an index on a table field for faster search operations. Supports vector indexes (IVF_FLAT, IVF_HNSW_SQ, IVF_PQ, etc.) and scalar indexes (BTREE, BITMAP, FTS, etc.). Index creation is handled asynchronously. Use the ListTableIndices and DescribeTableIndexStats operations to monitor index creation progress.
post/v1/table/{id}/create_index
Request body
Response
Index created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.