InnoDB data-at-rest encryption supports all indexes transparently and With InnoDB data-at-rest encryption, in-memory data is decrypted, which provides complete transparency.
ANS: C and D
https://dev.mysql.com/doc/refman/8.0/en/faqs-tablespace-encryption.html
Explanation:
InnoDB data-at-rest encryption provides built-in encryption for data at the tablespace level, which is enforced from disk to memory and over network transmission, ensuring that the data is encrypted at all times.
It supports all indexes transparently, including primary, secondary, unique, full-text, and spatial indexes, which are all encrypted along with the table data.
InnoDB data-at-rest encryption supports all datatypes, including blob datatypes.
InnoDB data-at-rest encryption does not affect the transportable tablespaces feature, which can be used to move InnoDB tables between servers, as long as the tablespace encryption key is available on the destination server.
InnoDB data-at-rest encryption does not decrypt data for use in memory; instead, it keeps the data encrypted in memory until it is required by the user, at which point it is decrypted temporarily for processing.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
JESUSBB
7 months, 1 week agoFelipeK
9 months, 2 weeks agomarklv
9 months, 2 weeks agoFelipeK
1 year, 3 months ago