Skip to content

Decrease the num of edit log for logging catalog id #328

@morningman

Description

@morningman

Currently, each time we get next catalog id, an edit log is written to BDBJE, which is not efficient.
So, we add a new class CatalogIdGenerator, to batch generate catalog ids, 1000 IDs a time.

CatalogIdGenerator is just as same is TransactionIdGenerator, but unfortunately, we can not use it as Catalog Id generator. Because they are using different edit log key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions