会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CKben
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年6月19日
mysql --sql执行语句的详情
使用 EXPLAIN 函数可以清楚的查看语句的执行情况 EXPLAIN select id from b_nc_card where id != 10000; 一共查询了:530912 行 优化后 EXPLAIN (select id from b_nc_card where id > 10000)
Read More
posted @ 2020-06-19 18:55 AlexZS
Views(368)
Comments(0)
Diggs(0)
公告