YouDieInADream

Nope.

  • 主页
  • 归档
  • 随笔
  • 导航
  • 标签
  • 关于
  • 搜索

Elvis Zhang

The easy way or the right way.

138 文章
44 标签
RSS

Series One of Basic of Concurrency - Concurrency and Threads

发布于 2021-03-28 | 标签: 存储 、 读书笔记 、 OS | 1分钟 | 96字数
  • 威斯康辛州大学操作系统书籍《Operating Systems: Three Easy Pieces》读书笔记系列之 Concurrency(并发)。本篇为并发技术的基础篇系列第一篇(Concurrency and Threads),并发和线程。
阅读全文 »

SpanDB: A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage

发布于 2021-03-11 | 标签: Paper 、 存储 、 LSM | 32分钟 | 8466字数
  • 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

发布于 2021-03-05 | 标签: KVS 、 存储 、 LSM | 32分钟 | 8436字数
  • SOSP19 PebblesDB: Building Key-Value Stores using Fragmented Log-Structured Merge Trees
  • https://github.com/utsaslab/pebblesdb
阅读全文 »

Linux Software Management

发布于 2021-02-26 | 标签: 工具 、 Linux | 14分钟 | 2988字数
  • Linux 软件包管理安装。
阅读全文 »

Reading Group Notes

发布于 2021-02-19 | 标签: cs-course 、 Paper | 5分钟 | 1130字数
  • 参加 Systems Reading Group 记录的论文笔记。
阅读全文 »

MapReduce: Simplified Data Processing on Large Clusters

发布于 2021-02-08 | 标签: cs-course 、 6.824 、 Paper 、 分布式 | 25分钟 | 6571字数
  • 该篇文章来自于 OSDI2004,Google 当年率先提出的 MapReduce 框架,开启了分布式和大数据的纪元。
阅读全文 »

What is license for source code?

发布于 2021-02-06 | 标签: 工具 | 11分钟 | 2773字数
  • 什么是源代码许可?以及如何选择源代码许可?困扰了很久的问题,查了下资料决定把这个坑埋了。
阅读全文 »

Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based Key-Value Stores via Adaptive Removal of Superfluous Merging

发布于 2021-01-12 | 标签: KVS 、 Paper 、 存储 | 31分钟 | 8222字数
  • 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

发布于 2020-12-16 | 标签: 存储 、 分布式 | 8分钟 | 2087字数
  • FAST2020 主要是利用纠删码基于 Raft 进行优化,降低一致性开销
阅读全文 »

Alluxio

发布于 2020-12-10 | 标签: 存储 、 缓存 | 17分钟 | 4077字数
  • Alluxio 简单介绍,测试报告,然后会结合一些实际体验。
阅读全文 »
  • 1
  • …
  • 3
  • 4
  • 5
  • …
  • 14
已运行:
浏览数: 次 | 访客数: 人
Powered by Gridea
0%
0条相关条目,使用了0毫秒
OSDI’22 ListDB: Union of Write-Ahead Logs and Persistent SkipLists for Incremental Checkpointing on Persistent Memory
p2KVS: a Portable 2-Dimensional Parallelizing Framework to Improve Scalability of Key-value Stores on SSDs
InfiniFS: An Efficient Metadata Service for Large-Scale Distributed Filesystems
Modern CMake
Shell
6.NULL: The Missing Semester of Your CS Education
ChameleonDB: a Key-value Store for Optane Persistent Memory
X-Engine: An Optimized Storage Engine for Large-scale E-commerce Transaction Processing
写在这个夏天的末尾
Cache Replacement Policies - Fine-Grained Other
Cache Replacement Policies - Fine-Grained Classification
Cache Replacement Policies - Fine-Grained Reuse Distance
Cache Replacement Policies - Coarse-Grained Hybrid
Cache Replacement Policies - Coarse-Grained Frequency
Cache Replacement Policies - Coarse-Grained Recency
Cache Replacement Policies - Taxonomy
Cache Replacement Policies - Introduction
Head First to CS
VLDB21: Viper: An Efficient Hybrid PMem-DRAM Key-Value Store
UniKV: Toward High-Performance and Scalable KV Storage in Mixed Workloads via Unified Indexing
Differentiated Key-Value Storage Management for Balanced I/O Performance
SILT: A Memory-Efficient, High-Performance Key-Value Store
REMIX: Efficient Range Query for LSM-trees
C++ STL
HashKV: Enabling Efficient Updates in KV Storage via Hashing
C++ 多线程
Linux Storage Stack
FloDB: Unlocking Memory in Persistent Key-Value Stores
C 基础
Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications: The RocksDB Experience
Series Three of Basic of Concurrency - Condition Variables
Lock of Programming
Series One of Basic of Concurrency - Concurrency and Threads
SpanDB: A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage
PebblesDB: Building Key-Value Stores using Fragmented Log-Structured Merge Trees
Linux Software Management
Reading Group Notes
MapReduce: Simplified Data Processing on Large Clusters
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
CRaft: An Erasure-coding-supported Version of Raft for Reducing Storage Cost and Network Cost
Alluxio
From WiscKey to Bourbon: A Learned Index for Log-Structured Merge Trees
Fast RDMA-based Ordered Key-Value Store using Remote Learned Caches
intelligent cache research
Ceph FS 介绍和使用
FAST20 Some Interesting Papers Overview
FileMR: Rethinking RDMA Networking for Scalable Persistent Memory
RADOS 读写流程
FlatStore: An Efficient Log-Structured Key-Value Storage Engine for Persistent Memory
Series Five of Basic of Virtualization - Memory Virtualization - Paging
Optane Persisten Memory And UPS Memory
OC SSD & ZNS
Series Four of Basic of Virtualization - Memory Virtualization - Basic And Segmentation
Series Three of Basic of Virtulization - Mechanism and Policy Part.2
Series Two of Basic of Virtulization - Mechanism and Policy Part.1
Series One of Basic of Virtulization - Processes and API
GearDB: A GC-free Key-Value Store on HM-SMR Drives with Gear Compaction
PinK: High-speed In-storage Key-value Store with Bounded Tails
KVell: the Design and Implementation of a Fast Persistent Key-Value Store
TinyKV 学习笔记
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
Series Five of Basic of Persistence - Locality and The Fast File System
Series Four of Basic of Persistence - File System Implementation
Series Three of Basic of Persistence - Files and Directories
Series Two of Basic of Persistence - Hard Disk Drives And RAID
Series One of Basic of Persistence - I/O Devices
存储系统中的一致性
AI For System Papers Index
Database Internal - LSM-tree Summary
Database Internal - B-tree Summary
Amplification and RUM
Flavor of IO
Distributed Storage System Basic
Head First Golang
S3FS
Bigtable: A Distributed Storage System for Structured Data
The Log-Structured Merge-Tree (LSM-Tree)
DistCache: Provable Load Balancing for LargeScale Storage Systems with Distributed Caching
C++基础快速入门
Minio
FlashBlox: Achieving Both Performance Isolation and Uniform Lifetime for Virtualized SSDs
Controlled Data Migration in the Expansion of Decentralized Object-Based Storage Systems
Ceph ObjectStore
VLDBJ 2018:LSM-based storage techniques: a survey
谨言慎行可能才是真正的和解
FAST 2017-2019
WiscKey: Separating Keys from Values in SSD-Conscious Storage
文献阅读和写作技巧
基于RDMA的RPC实现
GEM5 & NVMain
Ceph Tiring Cache 调优
Ceph Cache Tiering
File Systems Unit as Distributed Storage:Lessons from 10 Years of Ceph Evolution
SLM-DB Single-Level Key-Value Store with Persistent Memory
Exploiting Commutativity For Practical Fast Replication
重拾Docker
Ceph中的数据一致性
Tail Latency
分布式系统中的一致性
Ceph-RBD 源码阅读
Git 从入门到掐死
分布式缓存读书笔记(一)
编程语言-教程和案例汇总
Beginning of Ph.D
Tools
分布式系统基本概念
常见的C语言库函数
一
字符编码与文件
网络代理基础
Hello Diary
CMake入门
存储基本概念
TCMU学习笔记
Cinder核心
关于我
RabbitMQ
教你写测试
Spring Event
设计模式之工厂模式
SpringData-JPA
tinySpring学习笔记(二)-实现AOP
Head Frist Spring Cloud
2017.11找实习-面经-Java
事务和锁
常见算法之寻找K大数
Redis数据类型
Redis安装与配置
tinySpring学习笔记(一)-实现IOC容器
Servlet常用用法(二)-文件上传下载
Servlet常用用法(一)
验证码Java实现
Servlet基础知识
Docker常用命令
Docker入门笔记
深入剖析Tomcat读书笔记(一)
适配器模式
Java.String
操作系统引论
进程的描述与控制
Java基本常识
四分之一