人员、任务、进度、工时、周期、依赖关系 一目了然。无论项目大小、简单复杂都能轻松管理
In our user environment, we find deadlock cause by this example.
However, in this case, sometimes session 2 and session 3 lead to dead lock and sometimes it won’t.
create table t(a int AUTO_INCREMENT, b int, PRIMARY KEY (a));
insert into
在之前的文章介绍了由于二级索引 unique key 导致的 deadlock, 其实主键也是 unique 的, 那么同样其实主键的 unique key check 一样会导致死锁.
主键 unique 的判断在
row_ins_clust_index_entry_low
这里有一个判断
if (!index->allow_duplicates && n_uniq &&
(cursor->up_match &
issue 地址: https://bugs.mysql.com/bug.php?id=111538
影响范围: 从 8.0.29 版本开始, 在read heavy 场景, 性能可能有 5%~10% 的性能回退
MySQL 官方在8.0.29 里面加了instant add/drop column 能力, 能够实现 instant add 或者 drop cloumn 到表的任意位置. PolarDB 在这基础上增加了可以 Instant 修改列的能力, 具体可以看我们
这个是去年AWS re:Invent 2022 的内容, 有兴趣可以看这个链接: Aurora re:Invent 2022
AWS reInvent 2023 刚刚结束, 笔者作为数据库从业人员主要关注的是AWS Aurora 今年做了哪些改动.
笔者主要介绍 4 个方面感兴趣的内容
Aurora limitless
Global Database
Performance
存储计费
Aurora limitless
今年发布会最大的内容应该是