Skip to content

add batch sync feature? #50

Description

@sh6x-228

To ensure that each write is persisted to disk before returning success, performing a sync() for every small concurrent write introduces excessive overhead.
Should we consider adding a batch sync feature? For example, after a write we trigger a sync, but if there are multiple concurrent writes, we merge them according to a certain strategy and perform a single sync before returning.

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