会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
风止雨歇
博客园
首页
新随笔
联系
订阅
管理
2020年3月22日
MySQL索引优化实践(二)
摘要: 准备数据(向表里插入10W条数据) # 若存在存储过程则删除 drop procedure if exists insert_emp; delimiter ;; # 创建存储过程 create procedure insert_emp() begin declare i int; set i=1;
阅读全文
posted @ 2020-03-22 16:19 风止雨歇
阅读(374)
评论(0)
推荐(0)
编辑
公告