Percona Launches First-Ever Open Source Transparent Data Encryption for Postgres

5 pointsposted 14 hours ago
by OptionOfT

2 Comments

v5v3

14 hours ago

Misleading title. It's not an extension for postgreql but only part of their own postgresql distro.

phillipseamore

13 hours ago

For now as it also requires modifications to how WAL is handled. In another article they mention that they want to upstream those. The Percona version is exactly the same except for:

- Storage Manager (SMGR) API Exposure: Allows PostgreSQL extensions to integrate custom storage managers. This change was inspired by the patchset introduced to the community.

- WAL Read/Write API Exposure to hook into WAL read and write functions.