Key value store

Requirements

Create an entry

Update an entry

  • Only support full update, not partial update

Delete an entry

References

  • Implement MVCC transactions: https://highlyscalable.wordpress.com/2012/01/07/mvcc-transactions-key-value/

  • Distributed KV implementation based on RUST: https://chermehdi.com/

  • 美团大规模KV存储挑战与架构实践: https://tech.meituan.com/2024/03/15/kv-squirrel-cellar.html

  • 美团万亿级 KV 存储架构与实践: https://tech.meituan.com/2020/07/01/kv-squirrel-cellar.html

Last updated