Skip to content

feat(storage): add RocksDB storage engine#97

Merged
slow2342 merged 1 commit into
mainfrom
feat/storage-engine
Jun 8, 2026
Merged

feat(storage): add RocksDB storage engine#97
slow2342 merged 1 commit into
mainfrom
feat/storage-engine

Conversation

@slow2342

@slow2342 slow2342 commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Implement StorageEngine trait with get/put/delete/scan/batch_write
  • RocksDB implementation with Lz4 compression
  • Add 10 storage integration tests
  • Wire up config loading and storage initialization in main

Refs #74

Implement StorageEngine trait with get/put/delete/scan/batch_write.
RocksDB implementation uses default column family with Lz4 compression.

Add storage integration tests covering all operations.
Wire up config loading and storage initialization in main.

Refs #74
@slow2342
slow2342 merged commit 1dcdee1 into main Jun 8, 2026
7 of 9 checks passed
@slow2342
slow2342 deleted the feat/storage-engine branch June 8, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant