Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

alter talbe add index optimization #1376

Description

@rockeet

Currently creating index by alter table add index ... will scan table one pass for each index, this waste cpu time if there are multi indexes are created in one statement.

It is possible to scan table one pass for all indexes in the alter table statement, especially if the table row is big, the performance improvements should be great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions