Get Table Indexes
get_table_indexesRetrieve index details for tables or collections, including sorting keys and skipping indices for ClickHouse, to analyze query performance.
Instructions
Show indexes on a table or MongoDB collection, or the sorting key and skipping indices of a ClickHouse table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or collection name | |
| database | No | Optional database to read from for this call only, without changing the active connection |