Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

in-memory snapshots will resuse reuse existing snapshot code when possible. So key design decisions stay the same. It assumed that reader knows and understand IEP-43. So design description will focus on difference on persistence and in-memory snapshot.

...

New optional flag --mode will be added.
Possible values are PERSISTENT, ALL.
Default value is PERSISTENT to keep existing behaviour behavior of command.

Example:

Code Block
languagebash
firstline1
titlecreate snapshot example
> ./control.sh --snapshot --create SNP --mode ALL

...