Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amrdb/simpledb

My solutions to the educational database SimpleDB (v3.4) from Database Design & Implemenation book 2ed.
https://github.com/amrdb/simpledb

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## SimpleDB

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

- feat(file): file manager block
statistics ([commit](https://github.com/amrdb/simpledb/commit/4948b9ea0b37703d6af37259be9dc8f18a428d24))
- feat(file): handle data not fitting in
page ([commit](https://github.com/amrdb/simpledb/commit/c2e44635a5f48d98e758c0760114e499cce0762e))
- feat(file): support boolean data
type ([commit](https://github.com/amrdb/simpledb/commit/40e87df503bcd5c297ac45237816095a271cf77c))
- feat(buffer): LRU buffer replacement
strategy ([commit](https://github.com/amrdb/simpledb/commit/118de84d00bf26d85b76f103c2cd6b51d6851d86))
- feat(recovery): fuzzy (non-quiescent)
checkpoints ([commit](https://github.com/amrdb/simpledb/commit/d29e2c9725d2e68415133f660ec7c2fd1435e46f))

For general information about simpledb:

- [README.txt](README.txt)
- https://cs.bc.edu/~sciore/simpledb/