pg_tde icon indicating copy to clipboard operation
pg_tde copied to clipboard

Storage manager encryption

Open dutow opened this issue 1 year ago • 1 comments

This PR currently contains two commits:

  1. makes the current code compile on PG17 without breaking anything on PG16, but not trying to make the extension work with PG17.
  2. adds an SMGR based AES-CBC encryption, which works with the patched PG17 development branch

dutow avatar Apr 15 '24 18:04 dutow

Performance test results: Normal queries: 9120 TDE queries: 8450 Percentage: 92%

github-actions[bot] avatar Apr 15 '24 18:04 github-actions[bot]