GithubHelp home page GithubHelp logo

llj098 / nessdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bohutang/nessdb

1.0 2.0 0.0 343 KB

A fast key-value Database Storage Engine,Distributable B+Tree Structured Indexes , Level-LRU,and support Range-Query.

Home Page: https://groups.google.com/forum/#!forum/nessdb

License: BSD 3-Clause "New" or "Revised" License

nessdb's Introduction

================================================================
			nessDB v1.7
		Copyright (C) 2011 BohuTANG
================================================================	

  Key Features
  =============
  * Bloom filters for record presence detection 
  * Level-LRU for hot data caching,improve Random-Read 
  * Distributable B+Tree-Structured-Indexes 
  * Background IO for data flush to disk
  * Support range queries

  Directory Tree
  ==================
  ./
  ./src/ 	- sources of nessDB
  ./uint-test/	- unit-test cases
  ./BENCHMARK	- benchmark results of nessDB
  ./LEVEL-LRU	- nessDB's level-lru doc
  ./TODO	- nessDB's todo list


  Interface
  ==========
    * db_init(int bufferpool_size,int isbgsync,uint64_t *sum)
    * db_get(const char *key)
    * db_get_range(const char *begin,const char *end,struct nobj *obj,int *retcount)
    * db_add(const char *key,const char *value)
    * db_update(const char *key,const char *value)
    * db_remove(const char *key)

    Very simple.

 
  How to do TEST
  ==============
	a, $cd src
	b, $make
	c, $./nessdb_bench add

	If you want to remove all indexes and datas,please use "$make cleanall" command.
	

nessDB was written by BohuTANG.You can contact me by e-mail <overred.shuttler at gmail dot com>.
Thanks.

== END OF FILE ==

nessdb's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.