Skip to content

Reduce peak memory usage during WAL recovery #173

@kjnilsson

Description

@kjnilsson

The WAL is always read in full into memory on recovery. With pre-allocation enabled this results in mandatory high peak memory usage during WAL recovery which can be avoided by recovering the wal in chunks instead of all at once.

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