Skip to content
/ step-db Public

A distributed kv database, mainly for research and learning.

Notifications You must be signed in to change notification settings

pzxy/step-db

Repository files navigation

step-db

TODO LIST

  • Data cache model
    • bloom filter
    • LRU & FRU
    • Skip list
    • Cached on the heap
  • Disk
    • MMap
    • LSM
    • SStable
    • MANIFEST
    • Recovery
  • Transaction
    • Snapshot
    • Concurrent Write
    • HotRing
  • Distributed
    • Raft

About

A distributed kv database, mainly for research and learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages