1. 首页
  2. 考试认证
  3. 微软认证
  4. mysql数据库插入速度和读取速度的调整记录

mysql数据库插入速度和读取速度的调整记录

上传者: 2020-12-17 00:21:10上传 PDF文件 76KB 热度 11次
(1)提高数据库插入性能中心思想:尽量将数据一次性写入到Data File和减少数据库的checkpoint 操作。这次修改了下面四个配置项: 1)将 innodb_flush_log_at_trx_commit 配置设定为0;按过往经验设定为0,插入速度会有很大提高。 0: Write the log buffer to the log file and flush the log file every second, but do nothing at transaction commit. 1:the log buffer is written out to the log file a
下载地址
用户评论