- 威斯康辛州大学操作系统书籍《Operating Systems: Three Easy Pieces》读书笔记系列之 Virtualization(虚拟化)。本篇为虚拟化技术的基础篇系列第三篇(Memory Virtualization),内存虚拟化。
- 内存虚拟化又将分为两篇,本篇为第一篇内存虚拟化之基础和分段
Series Three of Basic of Virtulization - Mechanism and Policy Part.2
- CPU 虚拟化被分为两篇,此篇是第二篇,Policy
Series Two of Basic of Virtulization - Mechanism and Policy Part.1
- CPU 虚拟化被分为两篇,此篇是第一篇,Mechanism
Series One of Basic of Virtulization - Processes and API
- 威斯康辛州大学操作系统书籍《Operating Systems: Three Easy Pieces》读书笔记系列之 Virtulization(虚拟化)。本篇为虚拟化技术的基础篇系列第一篇(Processes and API),进程和进程API。
PinK: High-speed In-storage Key-value Store with Bounded Tails
- 该篇文章来自于 ATC2020 Best Paper PinK: High-speed In-storage Key-value Store with Bounded Tails
- 论文其实是基于一种新的 KV 存储形式 KV-SSD 开展研究的,KV-SSD 近年来常被提及,未来可能作为一种新型存储器件在键值存储系统中使用。
- 本文的工作主要实现了基于 LSM-Tree 的 KV-SSD,和基于哈希的 KV-SSD 进行了对比。
KVell: the Design and Implementation of a Fast Persistent Key-Value Store
- 该篇文章来自于 SOSP2019 的论文 KVell: the Design and Implementation of a Fast Persistent Key-Value Store
TinyKV 学习笔记
- PingCAP Talent Plan
- 记录一些学习路径中的关键知识点
MatrixKV: Reducing Write Stalls and Write Amplification in LSM-tree Based KV Stores with Matrix Container in NVM
- 该篇文章来自于 ATC2020 上非易失主题下的论文 MatrixKV: Reducing Write Stalls and Write Amplification in LSM-tree Based KV Stores with Matrix Container in NVM
Series Six of Basic of Persistence - Log-structured File System
- 本篇为持久化技术的基础篇系列第六篇(日志结构化文件系统),有对应的原论文 SOSP1991 - The design and implementation of a log-structured file system
- 可以参考 知乎: Logician - Log-structured File System
0%