rocksdb
https://github.com/facebook/rocksdb
C++
A library that provides an embeddable, persistent key-value store for fast storage.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported12 Subscribers
Add a CodeTriage badge to rocksdb
Help out
- Issues
- docs: add core engine documentation — memtable, wal, flush, version_management, iterator
- docs: add storage & I/O documentation — file_io, blob_db, compression, tiered_storage
- docs: add caching documentation — cache, secondary_cache
- docs: add feature documentation — transaction, filter, snapshot
- docs: add feature documentation — wide_column, user_defined_timestamp, user_defined_index, secondary_instance
- docs: add public API and core infrastructure — public_api_read/write, db_impl, threading_model, options
- docs: add infrastructure documentation — crash_recovery, data_integrity, monitoring, listener, checkpoint
- docs: add tools documentation — debugging_tools, stress_test, db_bench
- docs: add infrastructure — doc-check CI, README, ARCHITECTURE.md, stale comment fixes
- Add stress test guide and automation scripts
- Docs
- C++ not yet supported