Oracle
1Z0-888 · Question #16
1Z0-888 Question #16: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.
Performance Tuning
Question
You inherited a busy InnoDB OLTP Instance with 100 schemas and 100 active users per schema. - Total dataset size is 200G with an average schema size of 2G. - The data is transient and is not backed up and can be repopulated easily. - Performance and responsiveness of the DB is paramount. - The query pattern of the DB instance is split 90/10 read/write. - DB host is dedicated server with 256G RAM and 64 cores. One of your colleagues made some recent changes to the system and users are now complaining of performance impacts. Which four configuration file edits might your colleague have performed to cause the negative DB performance? (Choose four.)
Options
- Atable_open_cache = 64
- Binnodb_buffer_pool_instances=64 innodb_buffer_pool_size=200G
- Clog_bin=mysql-bin sync_binlog=10 binlog_format=ROW
- Dinnodb_flush_method=O_DIRECT
- Emax_heap_table_size = 2G tmp_table_size=2G
- Fquery_cache_size = 2G query_cache_enabled=1
- Ginnodb_flush_log_at_trx_commit=0
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 configuration#buffer pool sizing#memory allocation#OLTP performance