BlaCkinkGJ / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.

Home Page:http://rocksdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZenFS with Garbage Collection

Overview

This program is based on Western Digital's zenfs project. This project was added the garbage collection and some hot/cold classification logic.

If you want to more specific about this project, please look this paper

How to compile

First, you must install the libzbd based on this repository. You can compile this project by using the below commands.

make -j$(nproc) clean && DEBUG_LEVEL=1 make -j$(nproc) db_bench zenfs

How to run

You can benchmark this program by using below commands.

sudo ./run_zenfs_db_bench.sh

Troubleshooting

Unless you follow the installation instruction cannot compile the libzbd, then you must check all packages(e.g. make) for compilation are installed.

If you encounter an error related to the RocksDB, you must clear your build results and follow this link step by step.

About

A library that provides an embeddable, persistent key-value store for fast storage.

http://rocksdb.org

License:GNU General Public License v2.0


Languages

Language:C++ 80.9%Language:Java 11.1%Language:C 2.0%Language:Python 1.9%Language:Perl 1.3%Language:Shell 1.3%Language:Makefile 0.8%Language:CMake 0.4%Language:PowerShell 0.1%Language:Assembly 0.1%Language:PHP 0.0%Language:JavaScript 0.0%Language:Starlark 0.0%Language:Dockerfile 0.0%