MySQL存储过程批量插入百万条数据

北京雀斑中医医院 http://m.39.net/news/a_9355966.html
最近在做一个项目,需要批量插入一批数据(ps:随机的),试想了一下,就想用mysql的存储过程试下,因为是在个人本机测试的,可能插入的过百秒现在说下批量创建万条数据第一步:创建存储过程:delimiter$$createproceduremultiInsertM(inargsint)begindeclareiintdefault001;starttransaction;#开启事务whilei=argsdoinsertintomember(id,username,mobile,email,age,created_at)values(i,concat(张天爱-,i),,concat(tianai,i,

sina.


转载请注明:http://www.aierlanlan.com/rzfs/6534.html