Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 286 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 286 Bytes

MicroDB

Educational database management system written in Java

This code demonstrates some algorithms used to implement a DBMS. We demonstrate variable-length records, buffering, primary and secondary indexing, B+Tree indexing, select/project/join operations and external mergesort.