搜索资源列表
minisql
- 这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。
bfBufferTest
- miniSQL buffer manager 以block (4k)为基础的从disk到main memory的buffer,CPP,全自动的,高度封装,无需其他模块帮助,即已经实现dirty,LRU 替换等功能-miniSQL buffer manager based on blocks which is 4k size, in cpp, high ziped, need no assistance from other module to implement the LRU replacem
minisql
- 自己编写的minisql程序,可以实现插入删除查找的SQL语句,分为Interpreter,API,CatalogManager,IndexManager,RecordManager,BuffManager六个模块。-I have written minisql program, you can achieve insertion deletion selection SQL statements.It consist of Interpreter, API, CatalogManager, I