My key-value database built for the pingcap talent plan rust course.
For the most part, the architecture is very similar to Bitcask. There are no hint files and log files are currently stored in JSON (might eventually switch to bincode
).
My key-value database built for the pingcap talent plan rust course.
For the most part, the architecture is very similar to Bitcask. There are no hint files and log files are currently stored in JSON (might eventually switch to bincode
).