Skip to content

Add an information_schema.indexes view #3

Description

@Maniarasan-zuper

Add an information_schema.indexes view.

We expose information_schema.tables and .columns. Add .indexes listing every index: table_name, index_name, column_name, is_primary.

Where

  • Wherever the existing information_schema tables are synthesized (search information_schema in v2/src/).
  • Index metadata lives on Table in v2/src/storage.h (PK col + SecondaryIndex list).

Acceptance criteria

  • SELECT * FROM information_schema.indexes lists the PK and every CREATE INDEX.
  • It appears in the Workbench sidebar's system section.

See CONTRIBUTING.md and comment here to claim it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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