Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amrdb/simpledb
- Owner: amrdb
- Created: 2024-10-10T17:13:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T12:18:24.000Z (about 1 month ago)
- Last Synced: 2024-11-09T13:17:02.170Z (about 1 month ago)
- Language: Java
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/