Skip to content

ginobiliwang/database_engine_java_wal_mvcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

#database_engine_java_wal_mvcc A database engine with common features of Btree, WAL, MVCC in Java language

##Implementation plan

  1. architecture desgin, documentation, testcases
  2. implement Btree, ServiceManager
  3. implement WAL feature
  4. implement MVCC feature (refactor code, Btree and Service Manager)
  5. test and wrap up
  6. implement in another language, cpp or go?

About

it is a database with popular feature, WAL, MVCC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published