Skip to content

Problem: memiavl don't support async snapshotting #948

@yihuang

Description

@yihuang

we have basic support with WriteSnapshot, but to support async snapshotting, we need:

  • take a in-memory snapshot
    • this means we need to support copy-on-write on the MemNodes.
  • start a go-routine which do the actual snapshot work
  • after the new snapshot created successfully, catch-up with later change sets, and switch.

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