Oracle
1Z0-883 · Question #100
Full Atomicity, Consistency, Isolation, Durability (ACID) compliance is a necessity for a new application, which heavily reads and writes data. This requires the following config file options…
The correct answer is C. Placement of InnoDB log files and datadir on separate physical disks D. Allocation of RAM to the buffer pool such that more of the data can fit in RAM E. Use of delay_key_write=ON for batch index update. See the full explanation below for the reasoning.
Question
Full Atomicity, Consistency, Isolation, Durability (ACID) compliance is a necessity for a new application, which heavily reads and writes data. This requires the following config file options:
Sync_binlog=1 Innodb_flush_log_at_trx_commit=1 Innodb_doublewrite=1 However, this configuration is expected to introduce disk I/O overhead. What three changes will reduce disk I/O overheads?
Options
- AUse of soft links for database directories on the same physical disk
- BUse of separate directories on the same physical disk for log files and data files
- CPlacement of InnoDB log files and datadir on separate physical disks
- DAllocation of RAM to the buffer pool such that more of the data can fit in RAM
- EUse of delay_key_write=ON for batch index update
How the community answered
(31 responses)- A6% (2)
- B10% (3)
- C84% (26)
Community Discussion
No community discussion yet for this question.