rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Optimize rocksdb compaction

Author: Gihwan Oh ([email protected])

Optimizing RocksDB

This project aims to optimize RocksDB's storage engine for almost-sequential log data (ASLog).

This project consists of two main components. One is to optimize compaction in RocksDB for ASLog. The other is to optimize a cleaning operation for data which have a timestamp.

You can see the progress here(*Language: Korean). Most of documents are written in Korean.

Optimize Compaction for ASLog

Refer to Strategies for optimizing ASLog.

Optimize TTL manager for ASLog

Refer to strategies for TTL data

Other Information

RocksDB Code Analysis (Korean)

Refer to code analysis. We only provide few docs of code written in Korean. Documents will be added gradually as we proceed our project.

RocksDB wiki Korean translations

Refer to translated wiki. We only provide wiki docs what we need on this project.