digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年12月10日

摘要: 一个简单的测试:start transaction;insert into tb1 values(3, repeat('a', 65000),'x',1);--commit;rollback;下图分别是 tb1.ibd 在插入前,回滚前,回滚后的文件大小:有人在QQ群问:为什么回滚会导致tb1.id... 阅读全文
posted @ 2015-12-10 17:52 digdeep 阅读(1165) 评论(0) 推荐(0) 编辑

不懂数据库和Web安全的架构师不是一个好的程序员。