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.

Feature Request: Create Index in Parallel #1245

Description

@rockeet

inplace_populate_sk scans tables, if a table is too large, this consumes too much time.

The table can be divided into multiple parts, one thread per-part, to speed up the scaning. Now RocksDB has ApproximateKeyAnchors, it can be used in the partition phase to sampling keys for partition bounds.

I'm not familiar with MyRocks to implement this feature.

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