- 博客(3)
- 收藏
- 关注
原创 Mysql踩坑记之为什么能不null就不null
大家都知道,mysql的字段有个属性是是否允许为NULL,我们可以设置为default null 或者not null 或者not null default ‘’下面我列一下这三个表示方法的利弊。1、default null 这种写法,会造成我们根据当前列比较的时候判断当前列是否是null的时候,不用使用常规的=,而是要使用 select name from student where name is null;另外一点是,如果当前列是唯一索引,会允许多个null...
2020-08-25 23:12:26 188
原创 Mysql 错误日志的found a zombie dump thread with the same UUID. Master is killing the zombie dump thread错误
线上某台数据库服务起的日志量比较大,发现大量如下日志:2020-06-12T11:07:43.855027+08:00 31628085 [Note] Start asynchronous binlog_dump to slave (server_id: 1628551066), pos(, 4)2020-06-12T13:36:13.982917+08:00 31634106 [Note] While initializing dump thread for slave with...
2020-06-18 22:36:54 1693
原创 linux cpu开启性能模式
今天我们的一台数据库服务器,业务研发反馈tp999会不时的彪高,我们查询了各种指标,发现网络重传比较高,同事cpu的load比较高,但是统一宿主机上其他的docker没有重传,因此不是网卡的问题,通过dmesg,发现有cpu降频的相关日志。发现是cpu降频引起的。 查看,系统设置的是非高性能模式。需要设置成高性能模式。相关日志如下:perf: interrupt took too long (166702 > 165147), lowering kernel.perf_event_max_samp
2020-06-08 09:22:00 8749
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人