Skip to content

Commit

Permalink
Added Future releases section
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Dec 11, 2023
1 parent 9049fa8 commit fbcd6f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

* Logical replication is not available as it doesn't work with encrypted tables.
* Keys in the local keyfile are stored unencrypted.
* Indexes and `NULL` bitmaps of tuples are currently not encrypted. Their encryption is planned for the next releases of `pg_tde`.
* Indexes and `NULL` bitmaps of tuples are currently not encrypted.

<i warning>:material-alert: Warning:</i> Note that introducing encryption/decryption affects performance. Our benchmark tests show less than 10% performance overhead.

Expand All @@ -28,6 +28,16 @@

`pg_tde` is currently based on PostgreSQL 16.0 and supported for Percona Distribution for PostgreSQL 16.x and upstream PostgreSQL 16.x.

## Future releases

The following is planned for future releases of `pg_tde`:

* Encryption of indexes and `NULL` bitmaps of tuples
* Master key rotation
* Multi-tenancy support
* Logical replication support



## Useful links

Expand Down
1 change: 1 addition & 0 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ nav:
- Test TDE: "test.md"
- How to:
- Configure streaming replication: replication.md
- uninstall.md
- contribute.md

# - Version Selector: "../"
Expand Down

0 comments on commit fbcd6f3

Please sign in to comment.