Build Index
Add indexes to existing data. Currently, only vector indexes and inverted indexes are supported. Bloom filters are not supported.
Syntax
- index_name: Specify the index name to be added
- Support specifying partition construction: One or more can be specified
Description
Executing BULD INDEX is a synchronous task that consumes computing resources during execution. You can check the progress through Job Profile.
When the data volume of the partition table is large, it is recommended to create indexes sequentially by partition.