- 威斯康辛州大学操作系统书籍《Operating Systems: Three Easy Pieces》读书笔记系列之 Concurrency(并发)。本篇为并发技术的基础篇系列第一篇(Concurrency and Threads),并发和线程。
SpanDB: A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage
- FAST 2021 的文章《SpanDB: A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage》
PebblesDB: Building Key-Value Stores using Fragmented Log-Structured Merge Trees
- SOSP19 PebblesDB: Building Key-Value Stores using Fragmented Log-Structured Merge Trees
- https://github.com/utsaslab/pebblesdb
Linux Software Management
- Linux 软件包管理安装。
Reading Group Notes
- 参加 Systems Reading Group 记录的论文笔记。
What is license for source code?
- 什么是源代码许可?以及如何选择源代码许可?困扰了很久的问题,查了下资料决定把这个坑埋了。
Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based Key-Value Stores via Adaptive Removal of Superfluous Merging
- SIGMMOD18 Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based
Key-Value Stores via Adaptive Removal of Superfluous Merging
CRaft: An Erasure-coding-supported Version of Raft for Reducing Storage Cost and Network Cost
- FAST2020 主要是利用纠删码基于 Raft 进行优化,降低一致性开销
0%