nerdexam
Oracle

1Z0-888 · Question #8

1Z0-888 Question #8: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #8. The question stem and answer options stay visible for context.

Backup and Recovery

Question

You have a consistent InnoDB backup created with mysqldump, the largest table is 50 GB in size. You start to restore your backup with this command: shell> mysql -u root -P < backup.sql After 30 minutes, you notice that the rate of restore seems to have slowed down. No other processes or external factors are affecting server performance. Which is the most likely explanation for this slowdown?

Options

  • AA. The MySQL server has stopped inserting data to check index consistency.
  • BB. InnoDB is doing CRC32 checks over the tablespace data as it grows.
  • CC. The MySQL server is taking a periodical snapshot of data so it can resume the restore if it is interrupted mid-way.
  • DD. InnoDB has filled the redo log and now must flush the pages.
  • EE. Secondary indexes no longer fit into the buffer pool.

Unlock 1Z0-888 to see the answer

You've previewed enough free 1Z0-888 questions. Unlock 1Z0-888 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#InnoDB bulk inserts#index consistency#constraint checking#restore performance
Full 1Z0-888 Practice