Skip to content

Commit

Permalink
PG-1261 Documented pg_rewind limitation with (#387)
Browse files Browse the repository at this point in the history
WAL

	modified:   documentation/docs/index.md
  • Loading branch information
nastena1606 authored Dec 26, 2024
1 parent bf7f6ea commit 6923256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Lear more [what is Transparent Data Encryption](tde.md#how-does-it-work) and [wh

* Keys in the local keyfile are stored unencrypted. For better security we recommend using the Key management storage.
* System tables are currently not encrypted.
* `pg_rewind` doesn't work with encrypted WAL for now. We plan to fix it in future releases.

<i warning>:material-alert: Warning:</i> Note that introducing encryption/decryption affects performance. Our benchmark tests show less than 10% performance overhead for most situations. However, in some specific applications such as those using JSONB operations, performance degradation might be higher.

Expand Down

0 comments on commit 6923256

Please sign in to comment.