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. Each encrypted page has a space reserved for a page crc (4 bytes) that has an encryption block size (minimum 8 bytes).

Comparison


copyin place
The amount of disk input-output2x2x+ (depends on WAL settings)
The amount of required disk space2xlimited by WAL settings

Performance(rough estimate)

fasterslower

Implementation complexity (rough estimate)

Stable topology, read-onlysimplesimple
Online updatescomplexsimple
Unstable topologycomplexsimple

...