SHOW SECONDARY INDEXES
Function
This command is used to list all secondary index tables in the CarbonData table.
Syntax
SHOW INDEXES ON db_name.table_name;
Parameter Description
| Parameter | Description |
|---|---|
| db_name | Database name. It consists of letters, digits, and special characters (_). |
| table_name | Name of the database table. It consists of letters, digits, and special characters (_). |
Precautions
db_name is optional.
Examples
SHOW INDEXES ON productsales.product;
System Response
All index tables and corresponding index columns in a given CarbonData table will be listed.
Last Article: CREATE SECONDARY INDEX
Next Article: DROP SECONDARY INDEX
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.