ClickHouse/docs/en/sql-reference/statements/create
PHO 6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896)
* Add a codec Encrypted() for encrypting columns on disk

While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +03:00
..
database.md Avoid short syntax 2021-05-27 21:44:11 +02:00
dictionary.md Fix doc for LIFETIME statement 2020-11-14 16:45:42 +03:00
index.md DOCSUP-2806: Add meta header in RU (#15801) 2020-10-26 13:29:30 +03:00
quota.md Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00
role.md Wrong syntax fixed 2021-01-27 01:40:14 +03:00
row-policy.md Remove trailing whitespaces from docs 2021-07-29 18:27:50 +03:00
settings-profile.md Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00
table.md Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03:00
user.md Remove trailing whitespaces from docs 2021-07-29 18:27:50 +03:00
view.md Remove trailing whitespaces from docs 2021-07-29 18:20:55 +03:00