Skip to content

Feature: Show Index From <table_name> #18150

Open
@KKould

Description

@KKould

Summary

SHOW INDEXES will scan all tables and databases, so in the case of a large number of databases and tables, it will cause the query to be very slow, and sometimes I only care about the index of some tables

e.g.

SHOW INDEXES FROM your_table_name;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions