Introduction TestDB 是一个从零实现的轻量级关系型数据库系统,具备基本的数据管理、数据库与数据表管理功能。采用 Page-Slot 管理数据项,并支持 B+ 树索引 提升查询性能. Usage(linux 18.04) make ./testdb Background This is coursework for "Introduction to Database Fundamentals", THU, Fall 2023.