MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

enhance: better write model for batching and pipeline #93

Open MrCroxx opened 2 years ago

MrCroxx commented 2 years ago

The write model of raft log store is simple now. Currently, it cannot utilize the benefits of batching and pipelining. A better write model like RocksDB or something is needed.