原题
Choose four.A newly deployed replication master database has a 10/90 read to write ratio.The complete dataset is currently 28G but will never fluctuate beyond +-10%.The database storage system consists of two locally attached PCI- E Enterprise grade disks(mounted as /data1 and /data2)The server is dedicated to this MySQL Instance.System memory capacity is 64G.The my.cnf file contents are displayed here:[mysqld]datadir=/data1/innodb_buffer_pool_size=28Ginnodb_log_file_size=150MWhich four changes provide the most performance improvement, without sacrificing dataintegrity?A) innodb-doublewrite=offB) innodb_log_group_home_dir=/data2/C) innodb_log_file_size=1GD) innodb_undo_directory=/dev/shmE) log-bin=/data2/F) innodb_flush_log_at_trx_commit=0G) sync_binlog=0H) innodb_buffer_pool_size=32GI) disable-log-bin
解析
Answer: B C E H分析:不牺牲数据完整性的情况下提供了最大的性能改进