Versions Compared

Key

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

...

This strategy requires changing the format of the encryption page to store the identifier (number) of the encryption key.

Comparison

copynofastercomplexcomplex

copyin place
The amount of disk input-output> 2x2x+ (depends on WAL settings)
The amount of required disk space2xlimited by WAL settings2x
Data overheadnoyes(1-2 bytes per page)

Performance(rough estimate)

fasterslower

Implementation complexity (rough estimate)

Stable topology, read-onlysimplesimple
Online updatescomplexsimple
Unstable topologycomplexsimple

Copy with re-encryption design.

...