Skip to content

doc: Recommend binary type for encrypted attribute

Toon Claes requested to merge tc-binary-enc-columns-docs into master

What does this MR do?

In general type :text was used to store encrypted attributes in the database.

This change recommends to use :binary. This makes use of the bytea type in PostgreSQL and makes storage more efficient.

Related to #227779 (closed)

Does this MR meet the acceptance criteria?

Conformity

Merge request reports