会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
水木神舟10
博客园
首页
新随笔
联系
订阅
管理
随笔 - 129
文章 - 0
评论 - 20
阅读 -
53万
11 2018 档案
mysql强制索引和禁止某个索引
摘要:mysql强制索引和禁止某个索引 1、mysql强制使用索引:force index(索引名或者主键PRI) 例如: select * from table force index(PRI) limit 2;(强制使用主键) select * from table force index(zidua
阅读全文
posted @
2018-11-13 18:54
水木神舟10
阅读(281)
评论(0)
推荐(0)
编辑
update与select关联执行效率问题
摘要:这种执行效率执行时间在秒级以上,几秒到几十秒,数据量大时甚至更长 这种执行效率执行时间在毫秒级,1~2百毫秒左右
阅读全文
posted @
2018-11-13 18:49
水木神舟10
阅读(883)
评论(0)
推荐(0)
编辑
公告
昵称:
水木神舟10
园龄:
7年8个月
粉丝:
9
关注:
1
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
sql优化
(1)
架构设计
(1)
随笔分类
docker(6)
eclipse(9)
elasticsearch(1)
git(4)
golang(3)
html(4)
http(6)
java(41)
JS(10)
kafka(4)
linux shell(13)
mac(2)
maven(1)
minio(4)
mongo(2)
MyBatis(1)
nginx(4)
prometheus(3)
redis(8)
sitemesh(1)
Spring MVC(3)
sql(11)
SVN(1)
架构(4)
抓包(3)
更多
随笔档案
2024年7月(1)
2024年5月(1)
2022年8月(1)
2022年3月(5)
2022年2月(2)
2022年1月(11)
2021年12月(2)
2021年7月(1)
2021年6月(1)
2021年2月(1)
2021年1月(1)
2020年11月(2)
2020年9月(1)
2020年7月(10)
2020年6月(5)
2020年5月(6)
2019年11月(2)
2019年10月(1)
2019年6月(4)
2019年5月(11)
2019年4月(4)
2019年3月(3)
2019年2月(10)
2019年1月(3)
2018年12月(1)
2018年11月(2)
2018年9月(5)
2018年7月(2)
2018年5月(2)
2018年4月(1)
2018年2月(1)
2018年1月(6)
2017年8月(7)
2017年7月(13)
更多
阅读排行榜
1. git push origin与git push -u origin master的区别(129802)
2. java.net.SocketException: Connection reset 异常原因分析和解决方法(63350)
3. MySQL中 Data truncated for column 'xxx'解决方法(50445)
4. java截取2个指定字符之间的字符串(32716)
5. js通过 URL下载文件(32042)
评论排行榜
1. Docker搭建带SASL用户密码验证的Kafka(11)
2. zookeeper、kafka加SASL认证后offsetExplorer如何连接(7)
3. Redis 无法持久化到硬盘错误:not able to persist on disk(2)
推荐排行榜
1. mysql 允许在唯一索引的字段中出现多个null值(4)
2. git push origin与git push -u origin master的区别(3)
3. Redis 无法持久化到硬盘错误:not able to persist on disk(2)
4. java.net.SocketException: Connection reset 异常原因分析和解决方法(1)
5. 对trace/debug/info级别的日志输出必须使用条件输出形式或者使用占位符的方式(1)
最新评论
1. Re:Redis 无法持久化到硬盘错误:not able to persist on disk
@三人三木 后面的指令是查看磁盘使用情况的,看看是不是满了,然后采取一些清理措施...
--水木神舟10
2. Re:Redis 无法持久化到硬盘错误:not able to persist on disk
遇到这个
2.磁盘满了? df -h
--三人三木
3. Re:zookeeper、kafka加SASL认证后offsetExplorer如何连接
@水木神舟10 大佬看到麻烦回复一下呢?困惑已久...
--复城大师兄
4. Re:zookeeper、kafka加SASL认证后offsetExplorer如何连接
@水木神舟10 配合kafka的docker-compose不得行。...
--复城大师兄
5. Re:zookeeper、kafka加SASL认证后offsetExplorer如何连接
@复城大师兄 直接加上一行network,然后把端口映射去掉就行了...
--水木神舟10
点击右上角即可分享