Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krdlab/simpledb

Writing SimpleDB, the subject of "Database Design and Implementation 2nd", in Rust.
https://github.com/krdlab/simpledb

Last synced: 9 days ago
JSON representation

Writing SimpleDB, the subject of "Database Design and Implementation 2nd", in Rust.

Awesome Lists containing this project

README

        

# simpledb

## はじめに

[Database Design and Implementation Second Edition](https://link.springer.com/book/10.1007/978-3-030-33836-7) を読んで Rust で実装してみようという試み.

著者のページ →

## 進捗状況

- [x] Database Systems
- [x] JDBC
- [x] Disk and File Management
- [x] Memory Management
- [x] Transaction Management
- [x] Record Management
- [x] Metadata Management
- [x] Query Processing
- [x] Parsing
- [x] Planning
- [x] JDBC Interfaces
- completed except remote interfaces
- [ ] Indexing
- [ ] Materialization and Sorting
- [ ] Effective Buffer Utilization
- [ ] Query Optimization