Skip to content

Latest commit

 

History

History
 
 

Week_06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

学习笔记

  1. 100万数据插入订单表
    1. innodb引擎下,开启批量插入,耗时 31740 ms
    2. MyISAM引擎下,开启批量插入,耗时 34156 ms
    3. 两种引擎下差距不大