youkaichao / minidb
minimal database
☆39Updated 5 years ago
Alternatives and similar repositories for minidb
Users that are interested in minidb are comparing it to the libraries listed below
Sorting:
- a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID☆37Updated 4 years ago
- Readings in Database Systems, 5th Edition 中文翻译☆98Updated 3 years ago
- Labs of MIT 6.830 Database Systems☆57Updated 7 years ago
- a lightweight database implements some basic function of hbase☆59Updated 7 years ago
- ☆130Updated 4 years ago
- 《多处理器编程的艺术》一书中的示例代码实现,带有注释与单元测试☆50Updated 2 years ago
- ☆64Updated 6 years ago
- 数据库引擎开发课程☆130Updated 4 years ago
- A simple database engine with common SQL queries support. Final project for course 'Introduction to Databases' of Tsinghua University, Fa…☆150Updated 6 years ago
- A ToyDB (for beginner) based on MIT 6.830 and CMU 15445☆30Updated 3 years ago
- ☆59Updated 8 years ago
- 500 行代码实现一个基于 LSM 的数据库☆143Updated 4 years ago
- 电子科技大学分布式存储与计算实验室2018新生学习资料整理☆81Updated 5 years ago
- LSM-Tree 论文的中文翻译