You are considering using file-system snapshots to back up MySQL.
Which three statements are true? (Choose three.)
You are considering using file-system snapshots to back up MySQL.
Which three statements are true? (Choose three.)
File-system snapshots are particularly effective for transaction storage engines that can handle their own recovery processes when restored. This is because such engines ensure data consistency and integrity during the snapshot process. Using snapshots offers the advantage of an almost zero backup window from the perspective of the application, as snapshots are typically taken very quickly and do not require long periods of downtime. While snapshots are active, there is a slight performance cost due to the overhead of maintaining the snapshot, which involves keeping track of changes made to the data after the snapshot was taken. Contrary to the claim that they don't use additional disk space, snapshots do consume disk space to store changes made after the snapshot.
BDF F because with the snapshot is has to keep backups of data that has changed. Thus, since it has to keep backups, it uses more diskspace, so not G.
B because you can copy the snapshot with os commands,. Not G, because as changes occur, it needs the save the OLD data, so it does require some diskspace as long as the snapshot is active,
It's kind of full backup