exam questions

Exam 1z0-908 All Questions

View all questions & answers for the 1z0-908 exam

Exam 1z0-908 topic 1 question 125 discussion

Actual exam question from Oracle's 1z0-908
Question #: 125
Topic #: 1
[All 1z0-908 Questions]

The data in this instance is transient; no backup or replication will be required. It is currently under performing.
The database size is static and including indexes is 19G.
Total system memory is 32G.
After profiling the system, you highlight these MySQL status and global variables:

The OS metrics indicate that disk is a bottleneck.
Other variables retain their default values.
Which two changes will provide the most benefit to the instance? (Choose two.)

  • A. sync_binlog=0
  • B. max_connections=10000
  • C. innodb_log_file_size=1G
  • D. innodb_doublewrite=0
  • E. innodb_flush_log_at_trx_commit=1
  • F. buffer_pool_size=24G
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
marklv
9 months, 2 weeks ago
AD and not E, trx 1 uses more io than 2. max connections and memory are fine also.
upvoted 1 times
marklv
7 months, 3 weeks ago
Not A, binlog is off. Not B. max_connections has nothing to do with it. C. innodb_log_file_size --- yes. The default value is 50 megs. This file filling up could cause rollbacks from aborted queries. D. innodb_doublewrite=0 -- yes. Not E. 1 is actually worse. Not F. We have more memory than data. So C and D.
upvoted 1 times
LrnsTgh
6 months, 3 weeks ago
this question is the same with number 4.
upvoted 1 times
...
...
...
Dhanushka
1 year ago
Selected Answer: DE
Although data is written twice, the doublewrite buffer does not require twice as much I/O overhead or twice as many I/O operations
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago