You are considering using file-system snapshots to back up MySQL.
Which three statements are true? (Choose three.)
They take roughly twice as long as logical backups.
They allow direct copying of table rows with operating system copy commands.
They work best for transaction storage engines that can perform their own recovery when restored.
The backup window is almost zero from the perspective of the application.
They do not back up views, stored procedures, or configuration files.
There is a slight performance cost while the snapshot is active.
They do not use additional disk space.
Submit