Versions Compared

Key

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

...

Scan all pages from specified range (metapageid + [offset -> total])

  1. acquire/lock page
  2. log into wal (PageSnapshot?)
  3. unlock page (dirty=true, page snapshot is logged into WAL)

Re-encryption progress is stored into metapage (int offset, int total), updates during checkpoint.

...