摘要: 阅读全文
posted @ 2022-05-04 13:24 stupidstan2019 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1)涉及线程 2)刷clog 调用栈 3)write线程 4)flush线程 调用栈 5)刷完盘回调线程调用栈 【其他】 observer.log刷盘调用栈 阅读全文
posted @ 2022-05-04 12:54 stupidstan2019 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 【原文】 https://www.usenix.org/legacy/events/expcs07/papers/2-li.pdf 1)介绍 上下文切换的代价 直接代价:进程寄存器的保存和恢复,os的线程调度,tlb的加载,processor的pipline刷新 cache影响代价:不同的负载下,不 阅读全文
posted @ 2022-05-04 12:20 stupidstan2019 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 【背景】 innodb和oceanbase都使用aio 【相关笔记】 1) 使用代码 https://gist.github.com/larytet/87f90b08643ac3de934df2cadff4989c io_submit io_getevents阻塞等待事件 2)native aio原 阅读全文
posted @ 2022-05-04 11:30 stupidstan2019 阅读(33) 评论(0) 推荐(0) 编辑