From the encryption at rest design document in Github, only the Universe Keys are rotated while the data keys remain unchanged for the lifetime of the data file.
However, the Yugabyte docs mention that "Old data will remain unencrypted, or encrypted, with an older key, until compaction churn triggers a re-encryption with the new key.".
Does this mean that the data keys implicitly get rotated when doing compaction?
And we can force this compaction (and data key rotation) by triggering a manual compaction via the yb-admin tool?