Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 301 Bytes

File metadata and controls

7 lines (6 loc) · 301 Bytes

Database-Implementation

Database Implementation, base on CS525 in IIT

  • Built a database system in C, importing data from disk to memory.
  • Developed a record manager with CRUD capabilities.
  • Implemented multi-page swapping algorithms.
  • Optimized SQL search efficiency using B+ tree indexing.