Skip to content

Switch sort order for metadata table entries #6479

Description

@ddanielr

Currently, when a table is created it uses a one-up counter for its table name. This means that a workload that creates new tables end up putting all that work on the same metadata tablet.

Describe the solution you'd like
Switch the sort order of the metadata table to use the least significant bit of the tableID.

This would spread the new tables metadata entries across multiple metadata tablets while still allowing each table section to be ordered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis issue describes a new feature, improvement, or optimization.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions