Skip to content

[feature request] add option to introduce io-uring for Commit #1043

@fuweid

Description

@fuweid

Currently, when bbolt commits changes, the writeAt operations are sequential.
This proposal is trying to introduce io-uring to submit multiple writing operations in one time.
Since io-uring is kernel level feature, it's not always available. So, it will be optional and by default disable.
The detail design is still WIP and I will share it later via google doc.

cc @gangli113

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