nerdexam
Oracle

1Z0-888 · Question #45

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

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

Replication

Question

You are using the Performance Schema to investigate replication on a slave which has a single master. The option slave-parallel-type is set to DATABASE. mysql> SELECT THREAD_ID, threads.NAME, SUM(COUNT_STAR) AS TotalCount, SUM (SUM_TIMER_WAIT) AS TotalTime -> FROM performance_schema.events_waits_summary_by_thread_by_event_name -> INNER JOIN performance_schema.threads USING (THREAD_ID) -> WHERE threads.NAME LIKE 'thread/sql/slave_%' -> GROUP BY THREAD_ID, threads.NAME; +-----------+-----------------------+------------+-----------+ | THREAD_ID | NAME | TotalCount | TotalTime | +-----------+-----------------------+------------+-----------+ | 20 | thread/sql/slave_io | 5785 | 654785731193 | | 21 | thread/sql/slave_sql | 3875 | 96931638913 | | 22 | thread/sql/slave_worker | 0 | 0 | | 23 | thread/sql/slave_worker | 0 | 0 | | 24 | thread/sql/slave_worker | 346730 | 7262131209667 | | 25 | thread/sql/slave_worker | 597127 | 15498842906584 | +-----------+-----------------------+------------+-----------+ Assume that all instruments and consumers are enabled and all threads are instrumented. Which two facts can be concluded from the given output?

Options

  • AThe salve has two intermediate relay slaves connected to it.
  • BThe slave is configured with slave_parallel_workers = 4
  • CAt most, two schemas are being updates concurrently.
  • DTHREAD_ID 21 has stopped running.
  • EThe slave cannot process the relay log fast enough to use all threads.
  • FThe server needs more cores to use all slave threads.

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

#Performance Schema#Parallel Replication#Slave Workers#Replication Bottlenecks
Full 1Z0-888 Practice