Skip to content
/ simpledb Public

My solutions to the educational database SimpleDB (v3.4) from Database Design & Implemenation book 2ed.

Notifications You must be signed in to change notification settings

amrdb/simpledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDB

My projects solutions for the educational database SimpleDB from the Database Design & Implementation book (2ed).

  • feat(file): file manager block statistics (commit)
  • feat(file): handle data not fitting in page (commit)
  • feat(file): support boolean data type (commit)
  • feat(buffer): LRU buffer replacement strategy (commit)
  • feat(recovery): fuzzy (non-quiescent) checkpoints (commit)
  • feat(record): support null values in fields using record's null bitmap (commit)
  • feat(tx_concurrency): use wait-die deadlock prevention algorithm (commit)

Note: unit tests are not written using JUnit to follow the author's style.

For general information about simpledb:

About

My solutions to the educational database SimpleDB (v3.4) from Database Design & Implemenation book 2ed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages