Skip to content
View feizhaiblw's full-sized avatar

Block or report feizhaiblw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

Adaptive Lower-level Driven Compaction

C++ 2 1 Updated Jun 15, 2020

Tiered Indexing is a general approach to improve the memory utilization of buffer-managed data structures including B+tree, Hashing, Heap, and Log-Structured-Merge Tree for skewed workloads.

C++ 33 5 Updated Nov 23, 2024

Reducing Write Amplification of LSM-Tree with Block-Grained Compaction

C++ 5 3 Updated Nov 14, 2022
C++ 3 1 Updated May 18, 2023

我的学习资料,包括书籍、网址等

1,875 613 Updated May 10, 2014

XJTU 计算机系统综合实验 - Fall 2023

Python 16 1 Updated Nov 29, 2023

Personal Qemu config for ZNS

Shell 1 Updated May 31, 2022

Emulate ZNS SSD in linux(using null_blk).

Shell 1 Updated Jan 1, 2024

[MSST '24] Prophet: Optimizing LSM-Based Key-Value Store on ZNS SSDs with File Lifetime Prediction and Compaction Compensation.

C++ 12 Updated Apr 20, 2024

毕业设计,实现ZNS SSD模拟器,然后基于模拟器设计适配的LSM Tree

C++ 6 2 Updated Jun 3, 2022

ZNS Append-only based LSM key-value store

C++ 20 3 Updated Sep 22, 2023

计算机综合实验-ZNS SSD:本实验通过使用QEMU模拟ZNS SSD设备,基于Intel SPDK框架,在应用中使用ZNS SSD作为底层存储并实现I/O访问,理解从应用层到物理存储设备之间数据读写原理。

C 21 5 Updated Dec 22, 2022

Understanding NVMe Zoned Namespace (ZNS) Flash SSD Storage Devices - Performance evaluation of ZNS devices at the block-level I/O scheduler. Contains benchmarking scripts, collected datasets, and p…

Shell 50 11 Updated Jan 30, 2023

things created when i was learning something

C 220 45 Updated Oct 2, 2023

The BusTub Relational Database Management System (Educational)

C++ 4,210 1,831 Updated Jan 22, 2025

Yahoo! Cloud Serving Benchmark in C++, a C++ version of YCSB (https://github.com/brianfrankcooper/YCSB/wiki)

C 157 82 Updated Apr 7, 2021

MatrixKV: Reducing Write Stalls and Write Amplification in LSM-tree Based KV Stores with a Matrix Container in NVM

C++ 74 36 Updated Aug 7, 2020
C++ 3 1 Updated Mar 27, 2024

RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.

C 96 24 Updated Mar 30, 2023

lsm-tree with buffered merge

C++ 11 2 Updated Jan 10, 2022
C++ 5 2 Updated Mar 16, 2024
Jupyter Notebook 10 4 Updated Feb 15, 2024

CMU的数据库系统课程

C 254 64 Updated Nov 9, 2018
C++ 24 9 Updated May 27, 2022

This is the code for our VLDB'24 paper "Oasis: An Optimal Disjoint Segmented Learned Range Filter"

C++ 4 Updated May 19, 2024

Simple implementation of Dostoevsky Model with LevelDB

C++ 3 3 Updated Aug 16, 2018

Fast Approximate Membership Filters (C++)

C++ 273 26 Updated Dec 29, 2024

A workload-aware KV store for NVM-SSD hybrid storage, based on RocksDB.

C++ 10 1 Updated Jan 14, 2025

dLSM: An LSM-Based Index for RDMA-Enabled Memory Disaggregation

C++ 30 7 Updated Sep 20, 2023
Next