Purpose
This view displays the encryption status of tables that have encryption enabled.
Note
This view is available starting with V4.0.0.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TABLE_ID | bigint(20) | NO | The table ID. |
| TABLE_NAME | varchar(256) | NO | The table name. |
| TABLESPACE_ID | bigint(20) | NO | The tablespace ID. |
| ENCRYPTIONALG | varchar(30) | NO | The name of the encryption algorithm. Valid values: |
| ENCRYPTED | varchar(3) | NO | Indicates whether encryption is completed. Valid values: |
| ENCRYPTEDKEY | varchar(33) | NO | The encrypted encryption key, which is encrypted by the master key. |
| MASTERKEYID | bigint(20) unsigned | NO | The version of the master key. |
| BLOCKS_ENCRYPTED | decimal(20,0) | NO | The number of encrypted macroblocks. |
| BLOCKS_DECRYPTED | decimal(21,0) | NO | The number of unencrypted macroblocks. |
| STATUS | varchar(10) | NO | The encryption status. Valid values: |
| CON_ID | bigint(20) | NO | The tenant ID. |
References
For detailed information and instructions on transparent data encryption, see Transparent data encryption.