initIMOLTPCheckpointEncryption
Syntax
initIMOLTPCheckpointEncryption(mode)
Arguments
mode is a STRING scalar specifying the encryption mode for IMOLTP tables. The default is no encryption (plaintext mode). Supported values (case-insensitive) include: plaintext, aes_128_ctr, aes_128_cbc, aes_128_ecb, aes_192_ctr, aes_192_cbc, aes_192_ecb, aes_256_ctr, aes_256_cbc, aes_256_ecb, sm4_128_cbc, sm4_128_ecb.
Details
[Linux Only] This function initializes the transparent data encryption for IMOLTP tables. It applies global encryption to all tables within the checkpoint.
Note: Once initialized, the encryption mode for the tables cannot be changed or disabled. Please proceed with caution.
Examples
initIMOLTPCheckpointEncryption(`aes_128_ctr)