Show Vector Indexes
This command shows all the vector indexes in the system.Synopsis
Parameters
LIKE 'pattern'Filter indexes by names matching the given pattern. The pattern is case-sensitive with optional leading and/or trailing ‘%’ signs. The ‘%’ sign stands for a sequence of zero or more characters of any kind. For example, ‘foo%’ will match all the index names beginning with “foo” and ‘%foo%’ will match all the indexes that have “foo” anywhere in their name.
IN TABLE table_name Show only the indexes in the given table.
Output
The output is tabular, each row represents a vector index. The following table lists the columns.Show Vector Index Modules
This command shows the modules included in a vector index and their states.Synopsis
Parameters
IN INDEX index_nameSpecifies the index to show. This is a mandatory parameter.
ALLIf this optional parameter is specified, all the modules in which the table may have rows are listed. By default, only the modules that were added to this vector index are included in the output.