当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

Full Atomicity Consistency Isolation Durability (ACID) compliance is a necessity for a


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?()

A.Use of soft links for database directories on the same physical disk

B.Use of delay_key_write=ON for batch index update

C.Allocation of RAM to the buffer pool such that more of the data can fit in RAM

D.Placement of InnoDB log files and datadir on separate physical disks

E.Use of separate directories on the same physical disk for log files and data files

参考答案
您可能感兴趣的试题
  • A _____ designer is needed.A、full-timeB、full timeC、full timing

  • May I ask your full name?

  • May I ask your full name?

  • 事务的ACID特性()A 原子性(Atomicity)B 一致性(Consistency)C 隔离性(Isolation)D 持续性(Dura

  • 事物的ACID特性中C的含义是()。A.一致性(consistency)B.邻接性(continuity)C.连续性(continuity)

  • 事务的ACID特性中C的含义是()。A.一致性(Consistency)B.临近性(Contiguity)C.连续性(continuity)