Skip to content

MingxingLAI/DKV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DKV

Java CI with Maven

Distributed key-value database

TODO List

  • Using restart point to save disk space
  • Support Snappy comression
  • Support more compression options: zlib
  • Implement [SkipList algorithm][https://www.cnblogs.com/xuqiang/archive/2011/05/22/2053516.html]
  • Using Block Cache to improve read operation
  • Use yaml file to store config
  • Use varint to save disk space
  • Use chunk and chunk pool to reduce gc

About

Distributed key-value database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages