Skip to content

idning/ndb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndb

  • redis protocol
  • store with leveldb
  • config with lua
  • got 50k/s on GET/SET with redis-benchmark no pipeline. (less then 10,000,000 records -- data in mem)
  • got 100K SET, 300K GET /s on small data with pipeline=1000 (more then )

performance

  • data: 2G/20G/200G
  • pipeline: 1/1000
  • media: ssd/hdd

About

NoSQL storage System with Redis protocol, on top of LevelDB,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages