Comments - Data-at-Rest Encryption Overview

7 years, 11 months ago Dba Btissam

Using the parameter innodb-encryption-rotate-key-age , in "Re-encrypt in background all pages that were encrypted with a key at least that many versions old" what do you mean by "page"?

Thanks

 
7 years, 11 months ago Ian Gilfillan

A page is a fixed-size unit (see the MySQL docs for a detailed overview), usually 16KB, but can be changed by adjusting innodb_page_size

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.