Skip to content

a lightweight database implements some basic function of hbase

Notifications You must be signed in to change notification settings

tenn-cn/TennBase

Repository files navigation

TennBase

a lightweight datastore based on B*tree implements some basic function of hbase.

thread-safe, simple transaction, reach by b-start tree, append new data to data file in order to insert and update quickly.

consist of three parts, b-start tree index, data file and logs.

About

a lightweight database implements some basic function of hbase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages