1. 首页
  2. 移动开发
  3. JavaME
  4. mysql InnoDB建表时设定初始大小的方法

mysql InnoDB建表时设定初始大小的方法

上传者: 2020-12-17 11:22:37上传 PDF文件 54.04KB 热度 14次
InnoDB在写密集的压力时,由于B-Tree扩展,因而也会带来数据文件的扩展,然而,InnoDB数据文件扩展需要使用mutex保护数据文件,这就会导致波动。 丁奇的博客说明了这个问题:When InnoDB under heavy write workload, datafiles will extend quickly, because of B-Tree allocate new pages. But InnoDB need to use mutex to protect datafile, so it will cause performance jitter. Xiaobin Lin
用户评论