storage-paper-reading-cn
storage-paper-reading-cn copied to clipboard
存储(分布式、存储引擎等)领域相关的论文阅读笔记
存储(分布式、存储引擎等)领域论文阅读笔记索引
本人当前工作方向集中在分布式、存储引擎等领域,在这个项目中将记录这个方向自己已经阅读的论文解析博客文章索引,以及记录待阅读论文(Todo是程序员说过最大的谎言:)。
分布式
一致性模型
- 《Time, Clocks, and the Ordering of Events in a Distributed System》:周刊(第21期):Lamport时钟介绍 - codedump的网络日志
- 顺序一致性论文《How to Make a Multiprocessor Computer That Correctly Executes Multiprocess Progranm》:周刊(第22期):图解一致性模型 - codedump的网络日志
- 线性一致性论文Linearizability: A Correctness Condition for Concurrent Objects:周刊(第22期):图解一致性模型 - codedump的网络日志
一致性算法
Raft
- 《Consensus: Bridging Theory and Practice》
存储引擎
错误恢复
- 《ARIES: A Transaction Recovery Method Supporting Fine-Franularity Locking and Partial Rollbacks Using Write-Ahead Logging》
Blink-Tree
- 《Efficient Locking for Concurrent Operations on B-Trees 》:周刊(第23期):图解Blink-Tree:B+Tree的一种并发优化结构和算法 - codedump的网络日志