Skip to content

Huginn-kio/SimpleDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDB

SimpleDB is a simple database implemented in Java, with some principles referenced from MySQL, PostgreSQL, and SQLite. It is divided into five main modules: Transaction Management, Data Management, Version Management, Index Management, and Table Management. It implements some typical database functionalities.

Project Features:

  1. Implement crash recovery via logging
  2. Utilize an LRU-based buffer pool to cache pages
  3. Supporte MVCC and two isolation levels: Read Committed and Repeatable Read
  4. Implement B+ tree index similar to MyISAM
  5. Manage table schema information and support parsing of some SQL statements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages