Big 11.11 Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Oracle MySQL 5.7 Database Administrator 1z0-888 Question # 20 Topic 3 Discussion

Oracle MySQL 5.7 Database Administrator 1z0-888 Question # 20 Topic 3 Discussion

1z0-888 Exam Topic 3 Question 20 Discussion:
Question #: 20
Topic #: 3

The ‘applicationdb’ is using InnoDB and consuming a large amount of file system space. You have a /backup partition available on NFS where backups are stored.

You investigate and gather this information:

1z0-888 Question 20

Three tables are stored in the InnoDB shared tablespace and the details are as follows:

    The table data_current has 1,000,000 rows.

    The table data_reports has 1,500,000 rows.

    The table data_archive has 4,500,000 rows.

1z0-888 Question 20

You attempt to free space from ibdata1 by taking a mysqldump of the data_archive table and storing it on your backup partition.

1z0-888 Question 20

Unfortunately, this action does not free any actual disk space back to the file system and the server disk space is running out.

Which set of actions will allow you to free disk space back to the file system?


A.

Enable compression on the table, causing InnoDB to release unused pages on disk to the file system:

1z0-888 Question 20 Option 1


B.

Execute OPTIMIZE TABLE so that the InnoDB engine frees unused pages on disk back to the file system:

20


C.

Set the server to use its own tablespace, and then alter the table so that data is moved from the shared tablespace to its own:

20


D.

Take a backup, stop the server, remove the data files, and restore the backup:

20


Get Premium 1z0-888 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.