Contributor
Junqi Xie

Update RocksDB to the latest upstream version


Mentors
LinuxJedi
Organization
MariaDB
Technologies
mariadb, c++, RocksDB
Topics
database, storage
RocksDB is an embeddable persistent key-value store for fast storage. MariaDB has integrated this engine into the database since version 10.2.5. However, the ported engine, MariaRocks, is currently lagging behind the main branch of RocksDB. The goal of this project is to update MariaRocks to the latest release of RocksDB by incorporating changes from Facebook’s MyRocks. This update will include API changes, bug fixes, and improvements.